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

how to set pppoa adsl with fix ip address on cisco 877?

weerapatr
Level 1
Level 1

I purchase a cisco 877 router and package adsl with fix ip address how to config it.

I found a way config with interface dialer with negotiate ip addresss which I think this is adsl with dynamic ip address.

Config ip address on interface atm0/0?

Config ip address on interface dialer?

Please advice and ref.

Thank in advance

3 Replies 3

desai.jaideep
Level 5
Level 5

Hi

That ip address has to be mentioned in Dialer interface not atm interface.

PPPoA architecture can be found at :

http://www.cisco.com/warp/public/794/pppoa_arch.html

And the configuration guide can be found at:

http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124cg/hbba_c/index.htm

Regards

JD

ivanmoreira1130
Level 1
Level 1

Hi, try this

!

interface ATM0

no ip address

load-interval 30

no atm ilmi-keepalive

dsl operating-mode auto

!

interface ATM0.1 point-to-point

ip address ?ip and subnet?

ip mtu 1492

ip nat outside

no ip virtual-reassembly

ip tcp adjust-mss 1452

pvc 0/37

encapsulation aal5snap

!

!

paolo bevilacqua
Hall of Fame
Hall of Fame

Please ask ISP if they are using "bridged RFC 1482 or RFC 2684". If yes, then configure:

bridge irb

interface atm0.1 point-to-point

pvc

bridge-group 1

interface bvi1

ip nat outside

ip address

bridge 1 protocol ieee

bridge 1 route ip

Hope this helps, please rate post if it does!