Enterasys Networks XSR-Series User Manual

Page of 55
 
 
Configuration Guide                                                                               Page 27 of 55 
7.1 IP-address negotiation for PPPoE 
XSR-1805#show running-config
!!
!
Version 4.0.0.0, Built Mar 26 2003, 19:47:17
!
hostname XSR-1805
!
interface FastEthernet1
ip address 10.10.10.1 255.255.255.0
no shutdown
!
interface FastEthernet2
description "LAN-Interface2-4-PPPoE"
no shutdown
!
interface FastEthernet2.1
encapsulate ppp
ip address negotiated
ip mtu 1492
ip nat source assigned overload
ppp pap sent-username my_online-AOL@AOL.com "password is not displayed"
no shutdown
!
end
XSR-1805#
XSR-1805#show running-config
!!
!
Version 6.0.0.0, Built Sep 14 2003, 11:09:28
!
hostname XSR-1805
!
interface FastEthernet1
ip address 10.10.10.1 255.255.255.0
no shutdown
!
interface ATM 2/0
no shutdown
!
interface ATM 2/0.1
encapsulation snap pppoe
ip tcp adjust-mss 1452
pvc 8/35
ip address negotiated
ip mtu 1492
ip nat source assigned overload
ppp chap hostname ar01149601067
ppp chap password "password is not displayed"
no shutdown
!
ip proxy-dns enable
ip proxy-dns name-server 145.253.2.11
ip route 0.0.0.0 0.0.0.0 ATM 2/0.1
!
end
XSR-1805#