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

ASAv 使用簡介:

时间:2021-06-30 18:31:17      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:exe   serve   hostname   列表   word   int   conf   server   cal   

ASAv 使用簡介:
設定vmware中虛擬機第一張網卡NAT模式

enable                        #特權模式
conf t                        #進入設定
hostname asav                    #設定主機名

int m0/0                    #選定管理端口 m0/0 端口
ip add dhcp                    #設定 ip 取得方式 dhcp
nameif mgmt                    #設定端口名字
no shutdown                    #激活 m0/0 端口

show interf  ip br                #查看端口列表

按照顯示IP,windows cmd中可以正常ping通
exit                         #退出

user cisco password cisco privilage 15        #建立用戶和密碼及其級別
aaa auth enable console LOCAL            #開啟所有終端連接方式
aaa auth ssh  console LOCAL            #開啟ssh終端本地驗證
aaa auth http  console LOCAL            #開啟http終端本地驗證
ssh  192.168.8.145 255.255.255.0 mgmt        #ssh指定登入端口mgmt 可由 192.168.8.145登入
ssh  0 0 mgmt                    #虛擬機實驗 最好用0 0(無限制IP)

http server enable
http  192.168.8.145 255.255.255.0 mgmt        #http指定登入端口mgmt 可由 192.168.8.145登入
http  0 0 mgmt                    #虛擬機實驗 最好用0 0(無限制IP)
----------------------------------------------------------------------------------------------
putty login
en
show ssh                    #查看ssh host info

Windows10 中 Cisco ASDM-IDM Launcher 無法運行
請在屬性中改目標:
C:\Windows\System32\wscript.exe invisible.vbs run.bat



ASAv 使用簡介:

标签:exe   serve   hostname   列表   word   int   conf   server   cal   

原文地址:https://www.cnblogs.com/k98091518/p/14953949.html

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