前面一篇文章,我们介绍了使用ACS SERVER认证PPPOE配置,相信大家对PPPoE配置的内容有了一定的了解,那么这里我们主要介绍一下R621 PPPOE配置。希望这个配置内容对大家能够有所帮助。
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配置的具体代码我们就介绍到这里,希望能够给大家提供一定的参考。