學習啦 > 學習電腦 > 網絡知識 > 路由器 > 路由器設置 > cisco思科 >

cisco思科如何進行Telnet訪問?

時間: 嘉洛1198 分享

  cisco思科如何進行Telnet訪問?跟我一起來看看吧。下面是小編為大家精心整理的關于cisco思科如何進行Telnet訪問?,希望能夠幫助到你們。

  方法/步驟

  1搭建拓撲結構,如圖1所示Router0與switch0之間的線路無法聯(lián)通,雙擊Router0---config--FastEthernet0/0--勾選ON,打開FastEthernet0/0的端口,1-2秒網絡慢慢聯(lián)通。

  2在PC0計算機上使用Console對rouer0進行配置,代碼如下:

  Router#conf t

  Enter configuration commands, one per line. End with CNTL/Z.

  Router(config)#hostname R1 //修改Router0名字

  R1(config)#line vty 0 4 //進入路由器的Vty虛擬終端

  R1(config-line)#password cisco //設置vty密碼也就是telnet密碼

  R1(config-line)#login

  R1(config)#enable password cisco //設置進入路由器的特權模式密碼

  R1(config)#int f0/0

  R1(config-if)#ip address 172.16.68.88 255.255.255.0 //設置 F0/0的IP子網掩碼

  R1(config-line)#exit

  3雙擊PC2設置ip地址,config--IPconfiguration,詳細設置見下圖,使用Command Prompt,輸入ping 172.16.68.88測試router0與PC2是否聯(lián)通,如果聯(lián)通會出現 如下信息,Reply表示連接成功。

  Pinging 172.16.68.88 with 32 bytes of data:

  Reply from 172.16.68.88: bytes=32 time=0ms TTL=255

  Reply from 172.16.68.88: bytes=32 time=6ms TTL=255

  Reply from 172.16.68.88: bytes=32 time=0ms TTL=255

  Reply from 172.16.68.88: bytes=32 time=0ms TTL=255

  4接著步驟3內容輸入

  PC>telnet 172.16.68.88 //遠程連接ROUTER0

  Trying 172.16.68.88 ...Open  //表示連接成功

  User Access Verification

  Password:

  R1>en

  Password:

  R1#conf t

  Enter configuration commands, one per line. End with CNTL/Z.

cisco思科如何進行Telnet訪問?相關文章:

1.cisco設置telnet

2.cisco設置telnet密碼破解

3.使用telnet遠程管理命令連接交換機的教程

4.cisco路由器上配置SSH代替Telnet的詳細教程

5.詳解Cisco遠程管理vty線路使用教程

4159326