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

PPPoE Link Problem

NaderHussain
Level 1
Level 1

Why is the g0/0 to g0/0 PPPoE link down for the g0/0 to g0/0 server to client connection in the following scripts? Only needed sections for this question are included. I had it working but when I transferred the scripts configurations, something happened.

 

Please get back to me soon.

 

Cust1

!
hostname huss0036_L05_Cust1
!
!
interface Loopback1
ip address 205.190.200.49 255.255.255.240
!
interface Tunnel0
ip address 192.168.5.9 255.255.255.252
ip virtual-reassembly in
tunnel source 192.168.5.1
tunnel destination 192.168.5.6
!
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
ip address 10.190.1.1 255.255.255.0
ip virtual-reassembly in
ip ospf 1 area 0
duplex auto
speed auto
!
!
interface Serial0/0/1
ip address 192.168.5.1 255.255.255.252
!
interface Dialer1
ip address negotiated
ip mtu 1492
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
no cdp enable
ppp authentication chap callin
ppp chap hostname huss0036_L05_Cust1
ppp chap password 0 cisco
!

!
ip forward-protocol nd
!
no ip http server
no ip http secure-server


ISP

hostname huss0036_L05_ISP
username huss0036_L05_ISP password 0 cisco
!

!
bba-group pppoe global
virtual-template 1
!
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
no ip address
ip tcp adjust-mss 1452
shutdown
duplex auto
speed auto
pppoe enable group global
!

interface Virtual-Template1
no ip address
ip add 205.190.200.30 255.255.255.224
mtu 1492
ppp authentication chap
!
router bgp 64190
bgp log-neighbor-changes
network 0.0.0.0
!
ip local pool PPPoE 205.190.200.1 205.190.200.20
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 195.5.5.254
!

 

 

1 Reply 1

Hello,

 

I have made some changes/additions to your configs (marked in bold):

 

Cust1
!
hostname huss0036_L05_Cust1
!
interface Loopback1
ip address 205.190.200.49 255.255.255.240
!
interface Tunnel0
ip address 192.168.5.9 255.255.255.252
ip virtual-reassembly in
tunnel source 192.168.5.1
tunnel destination 192.168.5.6
!
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
ip address 10.190.1.1 255.255.255.0
ip virtual-reassembly in
ip ospf 1 area 0
duplex auto
speed auto
!
interface Serial0/0/1
ip address 192.168.5.1 255.255.255.252
!
interface Dialer1
ip address negotiated
ip mtu 1492
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication pap chap callin
ppp pap sent-username xxxx password yyyy
ppp chap hostname huss0036_L05_Cust1
ppp chap password 0 cisco
!
ip route 0.0.0.0 0.0.0.0 Dialer1
ip forward-protocol nd
!

dialer-list 1 protocol ip permit

!
no ip http server
no ip http secure-server


ISP

hostname huss0036_L05_ISP
username huss0036_L05_ISP password 0 cisco
!
bba-group pppoe global
virtual-template 1
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
no ip address
ip tcp adjust-mss 1452
shutdown
duplex auto
speed auto
pppoe enable group global
!
interface Virtual-Template1
ip address 205.190.200.30 255.255.255.224
mtu 1492
peer default ip address pool PPPoE
ppp authentication chap callin
!
router bgp 64190
bgp log-neighbor-changes
network 0.0.0.0
!
ip local pool PPPoE 205.190.200.1 205.190.200.20
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 195.5.5.254
!

Review Cisco Networking products for a $25 gift card