配置ASA防火墙 远程管理方式

本文详细介绍Cisco ASA防火墙的基础配置步骤,包括特权模式密码、管理人员密码、远程管理配置、HTTP管理、Telnet及SSH管理等关键配置指令。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

      受不了,asa和思科路由器 系统命令不一致,这一篇专门来写asa。
      先看下版本

      asa825# show version
      Cisco Adaptive Security Appliance Software Version 8.2(5)
      Device Manager Version 6.4(9)
 
 asa825# show flash:
--#--  --length--  -----date/time------  path
    3  2048        Sep 15 2012 11:40:12  log
   10  2048        Sep 15 2012 11:40:12  coredumpinfo
   11  43          Sep 15 2012 11:40:12  coredumpinfo/coredump.cfg
   76  18927088    Sep 15 2012 11:43:10  asdm-649.bin
 
132630528 bytes total (113408000 bytes free)
 
 
1.配置特权模式密码
asa825(config)# enable password 密码         (密码直接加密存放)
 
2.配置管理人员 密码
 #username xxx password xxxxxx encrypted privilege 15
 
3.开启aaa认证(如果使用aaa认证则 开启)
 #aaa authentication enable console LOCAL
 #aaa authentication telnet console LOCAL
 #aaa authentication http console LOCAL
 #aaa authentication ssh console LOCAL
 #aaa autoentication command LOCAL
 
4.配置 远程管理 密码与地址 (如果使用远程线路密码 则开启)
asa825(config)# passwd 密码            (密码直接加密存放)

5.开启http管理模式
asa825(config)# http server enable 
asa825(config)# http 10.0.0.1 255.0.0.0 接口    设置管理地址
asa825(config)# http 0.0.0.0  0.0.0.0  接口
 
6.开启telnet 管理
asa825(config)# telnet 192.168.1.0 255.255.255.0 inside
#aaa authentication telnet console LOCAL  (如果使用aaa认证)

7.开启ssh管理

asa825(config)#hostname ASA          设置主机名

asa825(config)#domain ccie.com       设置域名

asa825(config)# ssh 192.168.1.0 255.255.255.0 inside
asa825(config)# crypto key generate rsa           (打开SSH服务)
#aaa authentication ssh console LOCAL         (如果使用aaa认证)
 
 
 
 

 

转载于:https://www.cnblogs.com/centos2017/p/7896801.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值