cisco asa5510 配置

anyconnect 查看vpn链接

ASA版本8.4(7)    anyconnect版本3.1  亲测
sh vpn-sessiondb anyconnect  查看登录用户详情
sh vpn-sessiondb summary  查看登录用户数

DHCP地址排除

ѧconf t
ip dhcp excluded-address xxx.xxx.xxx.xxx

 

TFTP备份

copy running-config tftp:xxxx

 

VPN用户配置

ciscoasa(config)# username xxx password xxx
ciscoasa(config)# username xxx attributes
ciscoasa(config-username)# service-type remote-access

 

添加外部端口映射

object network xxxx
host xxx.xxx.xxx.xxx
description XXXX
access-list outside_in extended permit tcp any any eq XXX(映射出去的端口号)
object network xxxx
nat (inside,ouside) static interface service tcp 8000(源端口) xxx(映射出去的端口号)

 

显示VPN用户链接

sh vpn-sessiondb anyconnect sort a-ipaddress

 

允许PPTP链接

inspect pptp

posted @ 2017-03-14 12:08  tonyklose1984  阅读(787)  评论(0编辑  收藏  举报