标准配置
!--- Define the VPDN group to be used for PPPoE.
vpdn group CHN request dialout pppoe
!--- Associate the user name assigned by your ISP to the VPDN group.
vpdn group CHN localname cisco
!--- If your ISP requires authentication, select an authentication protocol.
vpdn group CHN ppp authentication pap
!--- Create a user name and password for the PPPoE connection.
vpdn username cisco password *********
配置案例
(1).接口配置
FW1#
interface Vlan2
nameif outside
security-level 0
pppoe client vpdn group CNN
ip address x.x.x.x 255.255.255.255 pppoe setroute
(2).PPPOE配置
vpdn group CNN request dialout pppoe
vpdn group CNN localname [email protected]
vpdn group CNN ppp authentication pap
vpdn username [email protected] password *****
查看PPPOE配置
show vpdn group
show vpdn username
查看PPPOE session状态
FW1# show vpdn session pppoe state
PPPoE Session Information (Total tunnels=1 sessions=1)
SessID TunID Intf State Last Chg
35150 3 outside SESSION_UP 438386 secs
http://blog.csdn.net/phunxm/article/details/9384123