ASAv 使用簡介:

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:WindowsSystem32wscript.exe invisible.vbs run.bat



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