网中网 发表于 2017-7-8 16:56:29

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
页: [1]
查看完整版本: cisco asa5510 配置