遠端管理交換機

北漂公子發表於2020-12-03

1計算機配置:設定IP地址 192.168.1.2

2交換機配置
Switch>en 進入特權模式
Switch#conf t 進入全域性模式
Switch(config)#int vlan 1 進入配置交換機IP
Switch(config-if)#ip address 192.168.1.1 255.255.255.0 設定IP
Switch(config-if)#no shutdown 開啟vlan埠
Switch(config-if)#end 回到特權模式
Switch#show ip int bri 檢視交換機IP

3聯通測試
ping一下交換機IP

4配置VTY密碼
Switch(config)#line vty 0 4 開放0-4五條線路 即同時允許5臺計算機進行遠端操控
Switch(config-line)#password 123 設定遠端登入密碼為123
Switch(config-line)#login 使密碼生效

5在全域性模式下給特權模型配置密碼
Switch(config)#enable password 123
6計算機遠端登入
telnet 192.168.1.1 遠端登入
password 輸入遠端登入密碼
switch>en 進入特權模式
password 輸入特權模式密碼
switch#conf t 密碼正確後 可以進入全劇模式

相關文章