PPPEO configuration on cisco 1921 Router
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2016 02:06 AM - edited 03-05-2019 03:50 AM
Dear All
I have been upgrade the software of this router but i am not able to get PPPOE command under vpdn group 1, Kindly advise
Router(config-vpdn)#request-dialin
Router(config-vpdn-req-in)#protocol ?
l2tp Use L2TP
Router(config-vpdn-req-in)#protocol
Directory of usbflash0:/
1 -rw- 3066 Jan 19 2016 15:13:32 +00:00 cpconfig-19xx.cfg
2 -rw- 79603248 Apr 20 2016 08:23:00 +00:00 c1900-universalk9-mz.SPA.155-3.M2.bin
3 drw- 0 Jan 19 2016 15:14:00 +00:00 ccpexp
458 -rw- 2885 Jan 19 2016 15:17:30 +00:00 home.shtml
256585728 bytes total (169570304 bytes free)
Router#
Router#show ver
Cisco IOS Software, C1900 Software (C1900-UNIVERSALK9-M), Version 15.5(3)M2, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2016 by Cisco Systems, Inc.
Compiled Sun 07-Feb-16 02:36 by prod_rel_team
ROM: System Bootstrap, Version 15.0(1r)M16, RELEASE SOFTWARE (fc1)
Router uptime is 10 minutes
System returned to ROM by reload at 08:43:06 UTC Wed Apr 20 2016
System image file is "usbflash0:c1900-universalk9-mz.SPA.155-3.M2.bin"
Last reload type: Normal Reload
Last reload reason: Reload Command
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email to
export@cisco.com.
Cisco CISCO1921/K9 (revision 1.0) with 491520K/32768K bytes of memory.
Processor board ID FGL20042153
2 Gigabit Ethernet interfaces
1 terminal line
DRAM configuration is 64 bits wide with parity disabled.
255K bytes of non-volatile configuration memory.
250864K bytes of USB Flash usbflash0 (Read/Write)
License Info:
License UDI:
-------------------------------------------------
Device# PID SN
-------------------------------------------------
Router#
Router#show version
Cisco IOS Software, C1900 Software (C1900-UNIVERSALK9-M), Version 15.5(3)M2, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2016 by Cisco Systems, Inc.
Compiled Sun 07-Feb-16 02:36 by prod_rel_team
ROM: System Bootstrap, Version 15.0(1r)M16, RELEASE SOFTWARE (fc1)
Router uptime is 15 minutes
System returned to ROM by reload at 08:43:06 UTC Wed Apr 20 2016
System image file is "usbflash0:c1900-universalk9-mz.SPA.155-3.M2.bin"
Last reload type: Normal Reload
Last reload reason: Reload Command
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email to
export@cisco.com.
Cisco CISCO1921/K9 (revision 1.0) with 491520K/32768K bytes of memory.
Processor board ID FGL20042153
2 Gigabit Ethernet interfaces
1 terminal line
DRAM configuration is 64 bits wide with parity disabled.
255K bytes of non-volatile configuration memory.
250864K bytes of USB Flash usbflash0 (Read/Write)
License Info:
License UDI:
-------------------------------------------------
Device# PID SN
-------------------------------------------------
*1 CISCO1921/K9 FGL20042153
Suite License Information for Module:'c1900'
--------------------------------------------------------------------------------
Suite Suite Current Type Suite Next reboot
--------------------------------------------------------------------------------
FoundationSuiteK9 None None None
securityk9
datak9
Technology Package License Information for Module:'c1900'
------------------------------------------------------------------------
Technology Technology-package Technology-package
Current Type Next reboot
------------------------------------------------------------------------
ipbase ipbasek9 Permanent ipbasek9
security None None None
data None None None
Configuration register is 0x2102
Router#
Directory of usbflash0:/
1 -rw- 3066 Jan 19 2016 15:13:32 +00:00 cpconfig-19xx.cfg
2 -rw- 79603248 Apr 20 2016 08:23:00 +00:00 c1900-universalk9-mz.SPA.155-3.M2.bin
3 drw- 0 Jan 19 2016 15:14:00 +00:00 ccpexp
458 -rw- 2885 Jan 19 2016 15:17:30 +00:00 home.shtml
256585728 bytes total (169570304 bytes free)
Router#
- Labels:
-
Other Routers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2016 10:06 AM
Hi,
do you want your 1921 as a pppoe server or a pppoe client?
This is the client configuration(briefly)
wan interface should look like
int gig0/0(for example)
pppoe enable group global
pppoe-client dial-pool-number 1
int dialer 1
mtu 1492
ip address negotiated
encapsulation ppp
dialer pool 1
dialer-group 1
ppp pap sent-username 'yourusername' password 0 'yourpassword'
no cdp enable
install a route towards pppoe interface
ip route 0.0.0.0 0.0.0.0 dialer 1
your host should send out a
PADI (discovery)
and receive a PADO (OFFER) from the server
and send out again a PADR (REQUEST)
and receive a PADS (SESSION)
You can debug with
debug pppoe events
debug ppp packets
terminal monitor
Kind Regards
Jan Meylaers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2016 10:32 AM
Thanks for your replay,
I did the same configuration which you share with me, But when i am connecting wan interface with ISP ONT device then i am not able to see my interface is coming up of wan interface.
Let me share with you my current config of my router
==============================================
Router#show running-config
Building configuration...
Current configuration : 6375 bytes
!
! Last configuration change at 17:28:21 UTC Wed Apr 20 2016 by admin
!
version 15.5
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot system flash c1900-universalk9-mz.SPA.155-3.M2.bi
boot system usbflash0 c1900-universalk9-mz.SPA.155-3.M2.bin
boot-end-marker
!
!
logging buffered 51200 warnings
enable secret 5 $1$/O2e$SC.eJ/U/Y1UrLDxQiomrp/
!
aaa new-model
!
!
aaa authentication login default local enable
aaa authentication login SSH-LOCAL enable local
!
!
!
!
!
aaa session-id common
ethernet lmi ce
!
!
!
!
!
!
!
!
!
!
!
!
ip domain name AHBT.ae
ip cef
no ipv6 cef
multilink bundle-name authenticated
!
vpdn enable
!
vpdn-group 1
!
cts logging verbose
!
crypto pki trustpoint TP-self-signed-2547223692
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2547223692
revocation-check none
rsakeypair TP-self-signed-2547223692
!
!
crypto pki certificate chain TP-self-signed-2547223692
certificate self-signed 01
3082022B 30820194 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 32353437 32323336 3932301E 170D3136 30313139 31353231
34355A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D32 35343732
32333639 3230819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100A83C 0AC99726 9DB2EA00 E12A88B6 26FCDD31 8A05D84C ED039C3D 07EED127
9214C6F5 BA5270EE FE599E59 7536267C ED96D74C ABC4AEAF BE069763 A8F27E5D
1B7D4F50 3223216A 542E9149 8495EAC1 CB44624A 13B46AAF 455569D6 81825679
39E846D3 B53B0192 E8B72675 6DE947EF D6E87912 A35C7C05 F5C2518E BFE60214
B6430203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF 301F0603
551D2304 18301680 1448415A D6C6C8E0 CB02E309 3A7AD056 F7A65C41 0F301D06
03551D0E 04160414 48415AD6 C6C8E0CB 02E3093A 7AD056F7 A65C410F 300D0609
2A864886 F70D0101 05050003 81810081 9E070113 288B6C87 862C7308 305AD97D
15F0DED2 056348A4 19B5AB9A 8C9DFEE8 C7D6574D 162C223F FCBA74D6 24CB875A
60FBB340 4022DDBB AF78F927 1C2B88FC 927BBB43 D3974DE3 F63D4D3D 40EEFD27
82DFC842 364DA9E3 D3CCC846 9F5FB7FE C118805B F81A2F2D 6BC44145 4A09BAEB
EB8C2782 74B05CF3 9AF5D14A 60BA1F
quit
license udi pid CISCO1921/K9 sn FGL20042153
!
!
username admin privilege 15 secret 5 $1$a0nC$9NaVwi/xQe/QhmvOshZSH.
!
redundancy
!
!
!
!
!
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
description LAN-Interface
ip address 172.16.5.27 255.255.255.0
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface Dialer1
mtu 1492
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication pap chap
ppp pap sent-username ahbtl240 password 0 2ctyeep1
no cdp enable
!
ip default-gateway 172.16.5.254
ip forward-protocol nd
!
no ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip nat inside source list 1 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
ip route 172.16.170.0 255.255.254.0 172.16.5.254
!
dialer-list 1 protocol ip permit
!
!
access-list 1 permit 192.168.10.0 0.0.0.255
!
!
!
control-plane
!
line con 0
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0 4
privilege level 15
login authentication SSH-LOCAL
transport input ssh
line vty 5 15
privilege level 15
login authentication SSH-LOCAL
transport input ssh
!
scheduler allocate 20000 1000
!
end
Router#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2016 10:34 AM
hi,
can you share debug pppoe events and sh ip int brief please ?
thx
