Telnet远程访问思科交换机、路由器
一、實驗目的
Telnet遠程訪問思科交換機、路由器
二、實驗拓撲
三、實驗步驟
1、PC1遠程管理S1
1)配置交換機的管理IP
S1(config)#int vlan 1
S1(config-if)#ip add 192.168.1.100 255.255.255.0
S1(config-if)#no shu
2)開啟S1的telnet遠程管理服務
S1(config)#line vty 0 4
S1(config-line)#password 123 //遠程管理的密碼
S1(config-line)#login
3)配置用戶模式登錄特權模式的密碼(明文或密文)
S1(config)#enable password 456
4)按照拓撲所示的IP配置PC1的IP地址,PC1通過telnet的方式管理S1
PC>telnet 192.168.1.100
Trying 192.168.1.100 ...Open
User Access Verification
Password: //輸入遠程管理的密碼
S1>en
Password: //輸入進入特權模式的密碼
S1# //通過telnet方式登錄到S1的特權模式
2、PC1遠程管理Router
1)配置路由器Router的接口IP
Router(config)#int f0/0
Router(config-if)#ip add 192.168.1.254 255.255.255.0
Router(config-if)#no shu
Router(config-if)#int f0/1
Router(config-if)#ip add 192.168.2.254 255.255.255.0
Router(config-if)#no sh
2)開啟R1的telnet遠程管理服務
Router(config)#line vty 0 4
Router(config-line)#password 123
Router(config-line)#login //遠程管理的密碼
3)配置用戶模式登錄特權模式的密碼(明文或密文)
Router(config)#enable password 456
4)PC1通過telnet方式遠程管理R1
PC>telnet 192.168.1.254
Trying 192.168.1.254 ...Open
User Access Verification
Password: //輸入遠程管理的密碼
Router>en
Password: //輸入進入特權模式的密碼
Router# //通過telnet方式登錄到R1的特權模式
3、PC1遠程管理S2
1)配置交換機S2的管理IP
S2(config)#int vlan 1
S2(config-if)#ip add 192.168.2.100 255.255.255.0
S2(config-if)#no sh
S2(config)#ip default-gateway 192.168.2.254
2)開啟S2的telnet遠程管理服務
S2(config)#line vty 0 4
S2(config-line)#password 123 //遠程管理的密碼
S2(config-line)#login
3)配置用戶模式進入特權模式的密碼(明文或密文)
S2(config)#enable password 456
4)PC1通過telnet方式遠程管理S2
PC>telnet 192.168.2.100
Trying 192.168.2.100 ...Open
User Access Verification
Password: //輸入遠程管理的密碼
S2>en
Password: //輸入進入特權模式的密碼
S2# //PC1通過telnet方式登錄到S2的特權模式
轉載于:https://blog.51cto.com/jidong/1438651
總結
以上是生活随笔為你收集整理的Telnet远程访问思科交换机、路由器的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 怎样查看Oracle的数据库SID和用户
- 下一篇: mlecms v2.2版权