cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
354
Views
0
Helpful
0
Replies

PPPOE Connection drop cisco 2911

ammaralroz
Level 1
Level 1

Dear All

i configured my cisco router 2911 to work as PPPOE client

when the connection establish it drop immediately

i have another router cisco 1941 it's working fine

i tried to copy the configurations but same issue

exactly the issue appears when Virtual circuit 2 up it comes down after few seconds

this is my configurations

 

 

CiscoRouter#show running-config
Building configuration...

Current configuration : 5836 bytes
!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname CiscoRouter
!
boot-start-marker
boot-end-marker
!
!
logging buffered 51200 warnings
enable secret 5 $1$m1tN$qC97EEWWMqBHLFhCL4Ysi/
!
no aaa new-model
!
!
!
!
!
!
!
!
!
!
!
ip dhcp excluded-address 192.168.1.1 192.168.1.99
ip dhcp excluded-address 192.168.1.254
!
ip dhcp pool DHCPPool
 network 192.168.1.0 255.255.255.0
 dns-server 192.168.1.254 192.168.1.1
 default-router 192.168.1.254
 lease 30
!
!
!
no ip domain lookup
ip name-server 213.42.20.20
ip name-server 195.229.241.222
ip cef
no ipv6 cef
multilink bundle-name authenticated
!
!
cts logging verbose
!
crypto pki trustpoint TP-self-signed-2181142573
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-2181142573
 revocation-check none
 rsakeypair TP-self-signed-2181142573
!
!
crypto pki certificate chain TP-self-signed-2181142573
 certificate self-signed 01
  3082022B 30820194 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
  31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
  69666963 6174652D 32313831 31343235 3733301E 170D3135 30323130 32333336
  32315A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
  4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D32 31383131
  34323537 3330819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
  8100C1AB B0915790 17DF0077 B47296F0 07E1411A 8E13780D C084290F 3A06D987
  BFE5F832 17F5B482 B1928E07 E87CE272 E78C3CB5 38F0B4C8 D77917DA 50B2F887
  EB9EC7B3 A02C77AC C7D1D853 1FE4775D 7DDF50F0 D98E2A99 36AD5E86 490747F8
  3C55313D CB25EBE2 B2993309 88D431B9 315C3C0B C3CF48BC 32AE5A0D BC74BDE9
  68910203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF 301F0603
  551D2304 18301680 1430B7C8 538DD742 D526AF2C 0235E8AD 2301A35E 7E301D06
  03551D0E 04160414 30B7C853 8DD742D5 26AF2C02 35E8AD23 01A35E7E 300D0609
  2A864886 F70D0101 05050003 8181000C 278B2B47 18914344 ECFAEE88 01B3DD1F
  21C73F08 032FD7B0 F8E2A7D1 163E15D5 C3D8AE64 D7065CBD F84020E8 3FC7DEA4
  9D1E9CE8 21EC324B 4D47A55A 95FC37DE 1BA81144 0CA9EDD1 80344742 0E8A91EB
  6C36E361 C05CC577 8C0AD09D 28A85A56 464D8C78 5FBF14CB E98B31A1 2BF95999
  16306832 F78B63F4 056209B4 82425A
        quit
license udi pid CISCO2911/K9 sn FGL190710Q8
!
!
username cisco privilege 15 secret 5 .....
!
redundancy
!
!
!
!
!
!
interface Embedded-Service-Engine0/0
 no ip address
 shutdown
!
interface GigabitEthernet0/0
 description WAN Interface
 no ip address
 duplex auto
 speed auto
 pppoe enable group global
 pppoe-client dial-pool-number 1
!
interface GigabitEthernet0/1
 description LAN Interface
 ip address 192.168.1.254 255.255.255.0
 ip nat inside
 ip virtual-reassembly in
 duplex auto
 speed auto
!
interface GigabitEthernet0/2
 no ip address
 ip tcp adjust-mss 1412
 shutdown
 duplex auto
 speed auto
!
interface Dialer1
 ip address negotiated
 ip mtu 1492
 ip nat outside
 ip virtual-reassembly in
 encapsulation ppp
 dialer pool 1
 no ppp authentication chap pap callin
 ppp chap hostname UN
 ppp chap password 0 PASS
 ppp pap sent-username UN password 0 PASS
!
ip forward-protocol nd
!
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 100 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
!
dialer-list 1 protocol ip permit
!
!
access-list 100 permit ip 192.168.1.0 0.0.0.255 any
access-list 100 permit ip any any
!
control-plane
!
!
!
line con 0
 password ciscopass
 login
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
 access-class 23 in
 privilege level 15
 login local
 transport input telnet ssh
line vty 5 15
 access-class 23 in
 privilege level 15
 login local
 transport input telnet ssh
!
scheduler allocate 20000 1000
!
end

CiscoRouter#

 

 

0 Replies 0
Review Cisco Networking for a $25 gift card