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

Bridge DSL to Cisco 881 dialer problem

unleashed333
Level 1
Level 1

I have thomson DSL modem which i Configured as bridge mode and do pasted configuration on cisco 881;

 

interface FastEthernet4
bandwidth inherit
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
hold-queue 224 in
!

interface Dialer0
ip address negotiated
ip verify unicast reverse-path
no ip redirects
no ip unreachables
ip directed-broadcast
no ip proxy-arp
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1400
load-interval 30
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname
ppp chap password

 

..Please help me what is the problem in this Case;Framed IP from ISP is 212.76.32.XX and Framed-Route is 212.76.65.XX/30

 

Cheers

 

1 Reply 1

Hello.

 

Per my understanding you need only following commands:
interface Dialer0
 ip address negotiated
 no ip unreachables
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 ip tcp adjust-mss 1400
 load-interval 30
 dialer pool 1
 dialer persist
 ppp chap hostname
 ppp chap password

Surely you need correct login/password.

If it doesn't work, please collect debug by "debug pppoe events" and "debug ppp nego".

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card