不卡AV在线|网页在线观看无码高清|亚洲国产亚洲国产|国产伦精品一区二区三区免费视频

學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 網(wǎng)絡(luò)知識(shí) > 路由器 > 路由器設(shè)置 > cisco思科 >

cisco思科如何進(jìn)行Telnet訪問(wèn)?

時(shí)間: 嘉洛1198 分享

  cisco思科如何進(jìn)行Telnet訪問(wèn)?跟我一起來(lái)看看吧。下面是小編為大家精心整理的關(guān)于cisco思科如何進(jìn)行Telnet訪問(wèn)?,希望能夠幫助到你們。

  方法/步驟

  1搭建拓?fù)浣Y(jié)構(gòu),如圖1所示Router0與switch0之間的線路無(wú)法聯(lián)通,雙擊Router0---config--FastEthernet0/0--勾選ON,打開(kāi)FastEthernet0/0的端口,1-2秒網(wǎng)絡(luò)慢慢聯(lián)通。

  2在PC0計(jì)算機(jī)上使用Console對(duì)rouer0進(jìn)行配置,代碼如下:

  Router#conf t

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

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

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

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

  R1(config-line)#login

  R1(config)#enable password cisco //設(shè)置進(jìn)入路由器的特權(quán)模式密碼

  R1(config)#int f0/0

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

  R1(config-line)#exit

  3雙擊PC2設(shè)置ip地址,config--IPconfiguration,詳細(xì)設(shè)置見(jiàn)下圖,使用Command Prompt,輸入ping 172.16.68.88測(cè)試router0與PC2是否聯(lián)通,如果聯(lián)通會(huì)出現(xià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內(nèi)容輸入

  PC>telnet 172.16.68.88 //遠(yuǎn)程連接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思科如何進(jìn)行Telnet訪問(wèn)?相關(guān)文章:

1.cisco設(shè)置telnet

2.cisco設(shè)置telnet密碼破解

3.使用telnet遠(yuǎn)程管理命令連接交換機(jī)的教程

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

5.詳解Cisco遠(yuǎn)程管理vty線路使用教程

4159326