思科交換機打開Telnet服務
交換機端配置:
1.Switch>enable
從用戶模式進入特權模式
2.Switch#configure terminal
從特權模式進入全局配置模式
3.Switch(config)#hostname sw0
給交換機指定主機名為sw0
4.sw0(config)#username cisco password cisco
創建遠程登錄的用戶名和密碼
5.sw0(config)#line vty 0 4
指定vty線路并且進入線路配置模式
6.sw0(config-line)#login local
指定在登錄時檢查密碼
7.sw0(config-line)#transport input telnet
開啟Telnet服務
8.sw0(config-line)#exit
退出配置模式
9.sw0(config)#enable password 123456
設置特權模式非安全加密
10.sw0(config)#service password-encryption
設置密碼加密
11.sw0(config)#interface VLAN 1
進入vlan 1配置模式
12.sw0(config-if)#ip address 192.168.1.254 255.255.255.0
配置交換機管理IP地址和子網掩碼
13.sw0(config-if)#no shutdown
啟用接口
14.sw0(config-if)#exit
退出到上一層全局配置模式
15.sw0(config)#interface fastEthernet 0/1
指定接口并且進入接口配置模式
16.sw0(config)#switchport mode access
配置vlan 訪問模式
17.sw0(config-if)#switchport access vlan 1
設置端口可以訪問VLAN 1
18.sw0(config-if)#no shutdown
啟用端口
19.sw0(config-if)#end
返回特權EXE模式
20.sw0#copy running-config startup-config
将運行配置作為啟動配置存儲到NVRAM中
(非易失性随機存儲器)
客戶端PC配置同網段IP和網關:
21.全局--FastEthernet--配置IP地址為192.168.1.99
22.全局--設置--網關設置成192.168.1.254,DNS服務器設置成114.114.114.114
ping測試連通性和Telnet遠程登錄交換機驗證
23.PC打開桌面--命令提示符。
24.ping 192.168.1.254
25.telnet 192.168.1.254
輸入用戶名:cisco
輸入密碼:cisco
26.輸入enable
輸入特權EXEC模式的密碼:
123456
27.查看當前配置:
sw0#show running-config
最後提示:二層交換機遠程管理,
配置了VLAN管理地址,
還需要配置ip default-gateway的地址,
管理VLAN的地址必須與
ip default-gateway的默認網關地址
在同一個網段。
更多精彩资讯请关注tft每日頭條,我们将持续为您更新最新资讯!