欢迎来到天天文库
浏览记录
ID:50615671
大小:201.00 KB
页数:13页
时间:2020-03-07
《CCNP交换实验步聚.doc》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、CCNP交换实验(HSRP/STP/PAGP)实验要求:本拓扑按典型中小企业网冗余备份及生成树环境进行搭建,通过配置HSRP及STP来保证交换网络的冗余备份。1、SW1规划VLAN1、VLAN2、VLAN3,SW1作为VTP的Server,域名为sovand2、SW2规划为VTP的client,域名与server统一3、SW1和SW2之间进行etherchannel配置,采用PAGP协商,确保三台交换机的链路为trunk4、VLAN1作为三个交换机的管理VLAN,PC1划入VLAN2,PC2划入VL
2、AN35、SW1、SW2使用PVST+,SW1作为奇数VLAN的主根,SW2作为偶数VLAN主根6、SW3开启uplinkfast和portfast7、在SW1和SW2上各起3个VLAN的SVI,并规划处HSRP的虚拟IP8、规划HSRP的active设备与STP主根统一9、测试PC之间的联通性,保证PC可以telnet任何一个交换机10、拔掉实际传输链路,测试备份链路传输切换性能附加实验:1、把PVST+改为MSTP,奇数VLAN绑定为实例1,偶数VLAN绑定为实例22、实例1的主根为SW1,实例
3、2的主根为SW23、修改etherchannel的协商协议,改为LACP的active模式实验拓扑: 实验步骤:1、在配置VLAN和VTP协议SW1:SW1(config)#vlan2SW1(config-vlan)#vlan3SW1(config-vlan)#exitSW1(config)#intf0/1SW1(config-if)#switchporttrunkencapsulationdot1q //在三层接口上封装802.1Q协议SW1(config-if)#switchportmode
4、trunkSW1(config)#vtpdomainsovand //配置VTP域名为sovandSW1(config)#vtpmodeserver //设置VTP服务器模式SW2:SW2(config)#intf0/1SW2(config-if)#switchporttrunkencapsulationdot1qSW2(config-if)#switchportmodetrunkSW2(config)#vtpdomainsovandSW2(config)#vtpmodeclientSW3:
5、SW3(config)#intf0/1SW3(config-if)#switchportmodetrunkSW3(config)#intf0/2SW3(config-if)#switchportmodetrunkSW3(config-if)#intf0/3SW3(config-if)#switchportmodeaccessSW3(config-if)#switchportaccessvlan2SW3(config-if)#intf0/4SW3(config-if)#switchportmodeac
6、cessSW3(config-if)#switchportaccessvlan3SW3(config)#vtpdomainsovandSW3(config)#vtpmodeclient2、配置PAGP链路聚合协议SW1:SW1(config)#intrangef0/19-20SW1(config-if-range)channel-protocalpagp //使用pagp协议SW1(config-if-range)#channel-group1modedesirable //设置为自动协商模
7、式SW2:SW1(config)#intrangef0/23-24SW1(config-if-range)channel-protocalpagpSW1(config-if-range)#channel-group1modedesirable查看链路汇聚状态:SW2#showetherchannelsummaryNumberofchannel-groupsinuse:1Numberofaggregators: 1Group Port-channel Protocol Ports---
8、---+-------------+-----------+-----------------------------------------------1 Po1(SU) PAgP Fa0/23(P) Fa0/24(P)SW1#showetherchannelsummaryNumberofchannel-groupsinuse:1Numberofaggregators: 1Group Port-channel Protocol Por
此文档下载收益归作者所有