設定以ssh連線管理cisco switch
Cisco Switch ssh 連線條件
- 網路連線正常
- 須設定Hostname & Dns Domain Name
- 須建立RAS加密憑證
- vty line 須改為 username & password 進行驗證
username & password 進行驗證方式有三種
- RADIUS Server
- TACACS+ Server
- Local Account DataBase
設定指令
sw01(config)# ip domain-name xxx.com.tw
sw01(config)# crypto key generate rsa
sw01(config)# username xxx password xxx
swo1(config)# line vty 0 15
sw01(config-line)# login local
sw01(config-line)# transport input ssh
本篇瀏覽人數: 5875