1.实验拓扑

2.实验步骤
① :交换机,路由器的各种模式
Switch>en 用户模式
Switch#conf t特权模式
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#int f0/1全局模式
Switch(config-if)#exit接口模式
Switch(config)#line console 0进入控制台线路配置模式
Switch(config-line)#
Switch(config)#int vlan 1进入vlan模式
② :Line模式配置
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#line vty 4将line vty数目增加到4
Router(config)#line console 0进入控制台线路配置模式
Router(config-line)#speed 17600设置控制台速率为57600
Router(config-line)#end回到特权模式
③ :掌握帮助信息的使用方法
Router#?列出每个命令模式支持的命令
Router#show ?

本文通过实验介绍了交换机和路由器的基本配置,包括实验拓扑、配置步骤及结果。主要涉及交换机的Telnet功能配置和路由器的Telnet远程登陆设置,同时讲解了如何查看已配置信息的命令。

1万+

被折叠的 条评论
为什么被折叠?



