计算机网络所有上机实验代码.doc
《计算机网络所有上机实验代码.doc》由会员分享,可在线阅读,更多相关《计算机网络所有上机实验代码.doc(6页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、实验一、交换机基本配置1.交换机命令行操作模式的进入Switchenable /进入特权模式Switch# Switch#config t /进入全局配置模式Switch(config) #Switch(config)#int fa0/5 /进入交换机f0/5的端口模式Switch(config-if)#Switch(config-if)#exit /退回到上一级操作模式Switch(config)#Switch(config-if)#end /直接退回到特权模式Switch# !实验二、交换机的全局配置2.交换机设备名称的配置SwitchenableSwitch#config tSwitch
2、(config)#hostname 105_ Switch /配置交换机的设备名称为105_ Switch105_Switch(config)#3.交换机每日提示信息的配置105_Switch(config)#banner motd /配置每日提示信息&为终止符& /以&符号终止输入验证测试105_ Switch(config)#exit105_ Switch#show run /显示交换机的全部配置实验三、交换机端口基本配置4.交换机端口参数的配置:SwitchenableSwitch#config tSwitch(config)#int fa0/3Switch(config-if)#spe
3、ed 10Switch(config-if)#duplex halfSwitch(config-if)#no shutdown查看交换机端口的配置信息Switch#show int fa0/3实验四、查看交换机系统和配置信息实验五、交换机端口隔离5.在交换机上创建VLANSwitch#config tSwitch(config)#VLAN 10Switch(config-VLAN)#name test10验证测试Switch#show VLAN6.将交换机的端口分配到VLAN中Switch#config tSwitch(config)#int fa0/5Switch(config-if)# S
4、witchPort access VLAN 10 /将fa0/5端口加入VLAN 10中验证Switch#show VLAN ID 10实验六、跨交换机实现VLAN7.把交换机SwitchA与交换机SwitchB相连的端口(假设为0/24端口)定义为Tag VLAN模式SwitchA(config)#int fa0/24Switch(config-if)# SwitchPort mode TRUNK /将fa0/24端口设为Tag VLAN模式验证SwitchA#show int fa0/24 SwitchPort实验七、端口集合提供荣誉备份链路8.思科的端口聚合操作命令:Switch(con
5、fig)#interface fa0/1Switch(config-if)#speed 100 Switch(config-if)#duplex full Switch(config)#interface fa0/2Switch(config-if)#speed 100 Switch(config-if)#duplex full Switch(config)#interface range fa0/1 -2 -range为同时配置二个以上的接口Switch(config-if-range)#channel-group 1 mode desirable -封装为自动协商模式Switch(conf
6、ig-if-range)#switchport mode trunkSwitch(config-if-range)#switchport trunk allowed vlan all-允许所以vlan通过Switch(config)#interface fa0/3Switch(config-if)#speed 100 Switch(config-if)#duplex full Switch(config)#interface fa0/4Switch(config-if)#speed 100 Switch(config-if)#duplex full Switch(config)#interfa
7、ce range fa0/3 -4 -range为同时配置二个以上的接口Switch(config-if-range)#channel-group 2 mode desirable -封装为自动协商模式Switch(config-if-range)#switchport mode trunkSwitch(config-if-range)#switchport trunk allowed vlan all-允许所以vlan通过 注: (2950交换机没有encapsulation加密,打en dot1q会出错 Switch(config-if-range)#switchport trunk en
8、cap ? % Unrecognized command)使用的命令是:show etherchannel summary -看端口汇聚状态 SD表示关闭,SU表示打开 实验八、快速生成树配置8.配置快速生成树协议Switch(config)#spanning-tree /开启生成树协议Switch(config)#spanning-tree mode rstp /指定生成树协议的类型为RSTP验证Switch#show spanning-tree9.设置交换机的优先级,指定SwitchA为根交换机SwitchA(config)#spanning-tree priority 4096 /设置交
9、换机SwitchA的优先级为4096验证SwitchA的优先级SwitchA#show spanning-tree路由器配置1:配置路由器的全局参数Router/用户模式提示符Routerenable/进入特权模式Router#/特权模式提示符router#configterminal/进入全局配置模式router(config)#/全局配置模式提示符router(config)#hostnameR_A/配置路由器的名称为R_AR_A(config)#bannermotd#welcome#/配置路由器的登录提示信息为welcome2:配置路由器的enable口令R_A/用户执行模式提示符R_A
10、enable/进入特权模式R_A#/特权模式提示符R_A#configureterminal/进入全局配置模式R_A(config)#/全局配置模式提示符R_A(config)#enablepasswordnet/设置enablepassword为netR_A(config)#enablesecretstudent/设置enablesecret为studentR_A(config)#exit/回到上一级模式R_A#/特权模式提示符R_A#showrunning-config/查看正在运行的配置文件,请注意“enablepassword”与“enablesecret”在配置文件中的区别R_A#c
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机网络 所有 上机 实验 代码
限制150内