R621 PPPoE配置代碼
作者:佚名
這里我們來介紹一下R621 PPPoE配置的內(nèi)容。我們這里只簡單介紹了配置所需的命令代碼,希望對大家能夠有一定的參考作用。
前面一篇文章,我們介紹了使用ACS SERVER認(rèn)證PPPOE配置,相信大家對PPPoE配置的內(nèi)容有了一定的了解,那么這里我們主要介紹一下R621 PPPOE配置。希望這個配置內(nèi)容對大家能夠有所幫助。
R621 PPPOE配置:
- Red-Giant#show run
- Building configuration...
- Current configuration:
- !
- !
- hostname "Red-Giant"
- !
- !
- ip subnet-zero
- !
- interface Ethernet0
- no ip address
- pppoe enable
- pppoe-client dial-pool-number 10 dial-on-demand
- !
- interface FastEthernet0
- ip address 192.168.0.1 255.255.255.0
- ip mtu 1488
- ip nat inside
- !
- interface Serial0
- no ip address
- shutdown
- !
- interface Dialer0
- mtu 1488
- ip address negotiate
- encapsulation ppp
- ip nat outside
- dialer pool 10
- dialer idle-timeout 1200
- dialer-group 1
- ppp authentication pap chap
- ppp chap hostname gslzstar
- ppp chap password 7 11013304001A5977436B
- ppp pap sent-username username password 7 072D172E0742735343
- !
- ip nat inside source list 1 interface Dialer0 overload
- ip classless
- ip route 0.0.0.0 0.0.0.0 Dialer0
- access-list 1 permit any
- dialer-list 1 protocol ip permit
- !
- line con 0
- line aux 0
- line vty 0 4
- login
- !
- end
那么R621 PPPOE配置的具體代碼我們就介紹到這里,希望能夠給大家提供一定的參考。
責(zé)任編輯:佟健
來源:
hi.baidu.com