受不了,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认证)
 
 
 
 

最新文章

  1. JAVA设计模式之3-抽象工厂模式
  2. nodejs的第三天学习笔记
  3. C#--异步显示工作进度
  4. BZOJ 2724: [Violet 6]蒲公英
  5. 工具,百度编辑器 UEditor 使用实例化
  6. 2.1孙鑫C++
  7. Fluid Shopping Website 开发阶段性总结——第一周
  8. os x 10.10 測试版系统下载 swift语言学习资料下载
  9. python2 与python3的变化
  10. 移动端1px边框实现
  11. BZOJ3730震波——动态点分治+线段树(点分树套线段树)
  12. springcloud-1: 用官方的pom.xml配置添加依赖失败
  13. jvisualvm All-in-One Java Troubleshooting Tool
  14. f5主备切换演练
  15. float四舍五入保留一位小数点(坑)
  16. Vmware ESXi添加共享磁盘
  17. Bootstrap定制开发
  18. keras输出中间层结果,某一层的权重、偏置
  19. 如何利用Python绘制一个爱心
  20. IE盒模型与W3C盒模型区别

热门文章

  1. 字符串转hash
  2. 通过核心API启动单个或多个scrapy爬虫
  3. 求一个数的阶乘在 m 进制下末尾 0 的个数
  4. 安装mysql8.0.17指南
  5. Trailhead Lightning 学习 一
  6. git 工作实用创建删除分支
  7. python 继承机制(子类化内置类型)
  8. VSCODE更改文件时,提示EACCES permission denied的解决办法(mac电脑系统)
  9. 为磁盘文件定义路由(Defining Routes for Disk Files) |对磁盘文件进行路由请求 |
  10. NOI4.6 最小新整数——切山游戏