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

pppoe with cisco 1941

Marwan Ruslan
Level 1
Level 1

I trying to configure pppoe with cisco 1941 but i still get interface dialer1: up(snoofing)

 

router#sh run
Building configuration...

Current configuration : 4046 bytes
!
! Last configuration change at 07:36:07 UTC Sun Jul 29 2018
!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname router
!
boot-start-marker
boot-end-marker
!
!
enable secret 5 $1$5Qz/$twwxcLClvhVE5ZgCdF87o.
!
no aaa new-model
!
!
!
!
!
!
!
!
!
!
!

!
!
ip name-server 10.1.25.210
ip name-server 10.1.25.214
ip cef
no ipv6 cef
!
multilink bundle-name authenticated
!
vpdn enable
!
vpdn-group pppoe
request-dialin
protocol l2tp
!
cts logging verbose
!
crypto pki trustpoint TP-self-signed-2710054353
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2710054353
revocation-check none
rsakeypair TP-self-signed-2710054353
!
!
crypto pki certificate chain TP-self-signed-2710054353
certificate self-signed 01
3082022B 30820194 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 32373130 30353433 3533301E 170D3136 31313032 31313137
34355A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D32 37313030
35343335 3330819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100C547 EE06D09E 87E1D007 1E353B08 37BE7A05 EFCB4840 34DF4FCD C8F86E5A
A02ED838 F9E4C915 DC63C84F D7FCB58F 8F109E20 8EA2D76B 2FE31E9B 6FB8E68F
A6CF5AF3 FF186C21 0BC002C3 3CFBA8A8 A86D5315 552CAF56 96D09A28 9CFB6708
14673575 FF52D6CA E8D79483 7A5CF53F 1ED6B0AF 7A609A61 C12CE2A7 1B6E130F
5FB70203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF 301F0603
551D2304 18301680 14079B15 F1C5F33D 211F361D 5D4B6CE7 5F7CC940 A0301D06
03551D0E 04160414 079B15F1 C5F33D21 1F361D5D 4B6CE75F 7CC940A0 300D0609
2A864886 F70D0101 05050003 818100A8 BCC84E15 1A07FF8F 4495CDD3 94768909
399F5154 2EB8B4B8 99D77C59 D93B54FD 03DAEEA4 481286B3 7007E283 AE61219B
8A8A41CD 88F9F326 88C05AD8 517ECE57 DEFF3502 2CEAD998 245FEBDC 3B71E7F2
C92F8E43 37147F9D 8124429A 6290B463 9E74C926 B5485247 304351BC E96A23FC
B1056F82 2172438F 411A9EC9 59C48F
quit
license udi pid CISCO1941/K9 sn FCZ1930C0XZ
!
!
username admin privilege 15 secret 5 $1$4Eu0$JT2PAB48C8o9wAYUf5VkP0

!
redundancy
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Tunnel0
description VPN
ip address 172.17.17.2 255.255.255.252
ip mtu 1308
ip tcp adjust-mss 1280
tunnel source 88.201.2.59
tunnel destination 212.12.166.84
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface GigabitEthernet0/1
description **LAN**
ip address 192.168.240.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
duplex full
speed 100
!
interface Dialer1
mtu 1492
ip address 88.201.2.59 255.255.255.224
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
dialer-group 1
ppp chap hostname hani6110
ppp chap password 7 065758731F1C5E4C52
ppp pap sent-username hani6110 password 7 1248524541595B517D
!
ip forward-protocol nd
!
ip http server
ip http authentication local
ip http secure-server
!
ip nat inside source list 1 interface GigabitEthernet0/0 overload
ip route 0.0.0.0 0.0.0.0 88.201.2.33
ip route 10.5.0.0 255.255.0.0 Tunnel0
ip route 10.12.0.0 255.255.0.0 Tunnel0
ip route 10.13.0.0 255.255.0.0 Tunnel0
ip route 130.1.0.0 255.255.0.0 Tunnel0
!
!
!
access-list 1 permit 192.168.240.0 0.0.0.255
!
control-plane
!
!
!
line con 0
password 7 110A1016141D
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
password 7 05280F2801151750
login
transport input telnet
!
scheduler allocate 20000 1000
!
end

 

 

1 Accepted Solution

Accepted Solutions

Also, try and add:

 

ppp authentication chap pap callin

 

to the dialer interface...

View solution in original post

5 Replies 5

Hello,

 

I have made some changes to your config (marked in bold), implement these and check if you get it to work:

 

Current configuration : 4046 bytes
!
! Last configuration change at 07:36:07 UTC Sun Jul 29 2018
!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname router
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$5Qz/$twwxcLClvhVE5ZgCdF87o.
!
no aaa new-model
!
ip name-server 10.1.25.210
ip name-server 10.1.25.214
ip cef
no ipv6 cef
!
multilink bundle-name authenticated
!
vpdn enable
!
vpdn-group pppoe
request-dialin
protocol l2tp
!
cts logging verbose
!
crypto pki trustpoint TP-self-signed-2710054353
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2710054353
revocation-check none
rsakeypair TP-self-signed-2710054353
!
!
crypto pki certificate chain TP-self-signed-2710054353
certificate self-signed 01
3082022B 30820194 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 32373130 30353433 3533301E 170D3136 31313032 31313137
34355A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D32 37313030
35343335 3330819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100C547 EE06D09E 87E1D007 1E353B08 37BE7A05 EFCB4840 34DF4FCD C8F86E5A
A02ED838 F9E4C915 DC63C84F D7FCB58F 8F109E20 8EA2D76B 2FE31E9B 6FB8E68F
A6CF5AF3 FF186C21 0BC002C3 3CFBA8A8 A86D5315 552CAF56 96D09A28 9CFB6708
14673575 FF52D6CA E8D79483 7A5CF53F 1ED6B0AF 7A609A61 C12CE2A7 1B6E130F
5FB70203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF 301F0603
551D2304 18301680 14079B15 F1C5F33D 211F361D 5D4B6CE7 5F7CC940 A0301D06
03551D0E 04160414 079B15F1 C5F33D21 1F361D5D 4B6CE75F 7CC940A0 300D0609
2A864886 F70D0101 05050003 818100A8 BCC84E15 1A07FF8F 4495CDD3 94768909
399F5154 2EB8B4B8 99D77C59 D93B54FD 03DAEEA4 481286B3 7007E283 AE61219B
8A8A41CD 88F9F326 88C05AD8 517ECE57 DEFF3502 2CEAD998 245FEBDC 3B71E7F2
C92F8E43 37147F9D 8124429A 6290B463 9E74C926 B5485247 304351BC E96A23FC
B1056F82 2172438F 411A9EC9 59C48F
quit
license udi pid CISCO1941/K9 sn FCZ1930C0XZ
!
username admin privilege 15 secret 5 $1$4Eu0$JT2PAB48C8o9wAYUf5VkP0
!
redundancy
!
interface Tunnel0
description VPN
ip address 172.17.17.2 255.255.255.252
ip mtu 1308
ip tcp adjust-mss 1280
tunnel source 88.201.2.59
tunnel destination 212.12.166.84
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface GigabitEthernet0/1
description **LAN**
ip address 192.168.240.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
duplex full
speed 100
!
interface Dialer1
mtu 1492
ip address 88.201.2.59 255.255.255.224
ip nat outside
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
dialer-group 1
ppp chap hostname hani6110
ppp chap password 7 065758731F1C5E4C52
ppp pap sent-username hani6110 password 7 1248524541595B517D
!
ip forward-protocol nd
!
ip http server
ip http authentication local
ip http secure-server
!
ip nat inside source list 1 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 88.201.2.33
ip route 10.5.0.0 255.255.0.0 Tunnel0
ip route 10.12.0.0 255.255.0.0 Tunnel0
ip route 10.13.0.0 255.255.0.0 Tunnel0
ip route 130.1.0.0 255.255.0.0 Tunnel0
!
access-list 1 permit 192.168.240.0 0.0.0.255
!
dialer-list 1 protocol ip permit
control-plane
!
line con 0
password 7 110A1016141D
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
password 7 05280F2801151750
login
transport input telnet
!
scheduler allocate 20000 1000
!
end

i tried but nothing change

Hello,

 

turn on debugging:

 

debug ppp negotiation

debug ppp packet

 

then shut/no shut the dialer interface and post the output of the debug...

Also, try and add:

 

ppp authentication chap pap callin

 

to the dialer interface...

thanks George it`s working fine now