1 实验目的:学习如何在交换机上启用Telent.2 实验原理:在两台交换机上配置VLAN的IP地址,用双绞线将两台交换机的F0/1端口连接起来,分别配置Telent,然后就可以在每台交换机上以Tel
.
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 实验记录及数据处理
6 实验总结
通过使用软件进行动手实践,学会了如何配置交换机及路由器,以及对普通模式,特殊模式,全局模式,端口模式的熟悉掌握。同时通过认真阅读实验一课件的内容,结合课本知识,理解了什么是ARP协议,什么是ICMP协议,以及它们的作用和工作原理。ARP协议下,源主机与目的主机如何第一次完成信息传递。
.