實際運行的配置: version 12.2 service timestamps debug uptime service timestamps log uptime no service passWord-encryption ! hostname 2621 ! enable secret 5 $1$LJV3$jqSDKFMSZiQBAjlnN/ ! ip subnet-zer ip name-server 202.xxx.xxx.xxx ! vpdn enable ! vpdn-group PPPoE request-dialin PRotocol pppoe ! interface FastEthernet0/0 ip address 10.1.1.1 255.255.255.0 ip nat inside duplex auto speed auto ! interface FastEthernet0/1 no ip address speed 10 half-duplex pppoe enable pppoe-client dial-pool-number 1 ! interface Dialer1 mtu 1492 ip address negotiated ip nat outside encapsulation ppp no ip mroute-cache dialer pool 1 dialer-group 1 no cdp enable ppp authentication pap callin ppp pap sent-username abc123@163 password 7 ********** ! ip nat inside source list 1 interface Dialer1 overload ip classless ip route 0.0.0.0 0.0.0.0 Dialer1 permanent no ip http server ip pim bidir-enable ! access-list 1 permit any dialer-list 1 protocol ip permit ! line con 0 line aux 0 line vty 0 4 password ***** login ! end
ppp authentication chap callin ppp chap hostname abc123@163 ppp chap password **********
最近還碰到一個現(xiàn)象,一個網(wǎng)絡(luò)中VTP Server 是6509,下面的VTP Client交換機有35xx和2924,由于29xx最大同時只能支持64個VLAN,所以當6509上定義的VLAN超過了64個之后,與6509直接相連的2924不能學(xué)習到新加的VLAN,但原有VLAN工作正常;而經(jīng)過35xx連接6509的2924交換機則出現(xiàn)了自動從VTP Client模式轉(zhuǎn)成Transparent模式的現(xiàn)象,除VLAN1之外不通,需要重新啟動才能正常工作。假如這些2924交換機上的端口需要加入新增的VLAN,則需要手工修改其上的VLAN定義,刪去一些舊的VLAN,增加新的VLAN。