路由與交換技術

1 實驗目的:學習如何在交換機上啓用Telent.

2 實驗原理:在兩臺交換機上配置VLAN的IP地址,用雙絞線將兩臺交換機的F0/1端口連接起來,分別配置Telent,然後就可以在每臺交換機上以Telent的方式登陸另一臺交換機.

3 實驗儀器:二層交換機一臺 三層交換機一臺

4 實驗方法及步驟:

步驟1:在兩臺交換機上配置主機名,管理IP地址。

Ruijie>en

Ruijie#conf t  

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

Ruijie(config)#hostname RouterA

RouterA(config)#int fa0/1

RouterA(config-if-FastEthernet 0/1)#ip add

RouterA(config-if-FastEthernet 0/1)#ip address 1.1.1.1 255.255.255.0

RouterA(config-if-FastEthernet 0/1)#no sh

RouterA(config-if-FastEthernet 0/1)#no shutdown

RouterA(config-if-FastEthernet 0/1)#*Sep 13 10:48:38: %LINK-3-UPDOWN: Interface FastEthernet 0/1, changed state to up.

*Sep 13 10:48:38: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet 0/1, changed state to up.

步驟2:在三層交換機上配置Telent。

RouterA(config)#en

RouterA(config)#enable password ruijie

RouterA(config)#line vty 0 1

RouterA(config-line)#password star

RouterA(config-line)#login

RouterA(config-line)#end

RouterA#*Sep 13 10:55:17: %SYS-5-CONFIG_I: Configured from console by console

RouterA CON0 is now available

步驟3:在二層交換機上配置Telent。

步驟4:使用Telent遠程登陸。

RouterA#telnet 2.2.2.2

Trying 2.2.2.2

User Access Verification

Password:

RouterA>en

Password:

5 實驗記錄及數據處理

wKioL1ffUPOAaOPAAADWWrpthPM331.jpg-wh_50

6 實驗總結

  通過使用軟件進行動手實踐,學會了如何配置交換機及路由器,以及對普通模式,特殊模式,全局模式,端口模式的熟悉掌握。同時通過認真閱讀實驗一課件的內容,結合課本知識,理解了什麼是ARP協議,什麼是ICMP協議,以及它們的作用和工作原理。ARP協議下,源主機與目的主機如何第一次完成信息傳遞。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章