码迷,mamicode.com
首页 > 其他好文 > 详细

ASA PPPOE

时间:2017-07-22 19:41:35      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:prot   ssid   color   fine   for   and   evel   set   state   

标准配置
 
!--- 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 abc@xxx.com
vpdn group CNN ppp authentication pap
vpdn username abc@xxx.com 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://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/110322-asa-pppoe-00.html

 
 
http://blog.csdn.net/phunxm/article/details/9384123

ASA PPPOE

标签:prot   ssid   color   fine   for   and   evel   set   state   

原文地址:http://www.cnblogs.com/zhaoyong631/p/7222006.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!