欢迎来到天天文库
浏览记录
ID:34427969
大小:126.68 KB
页数:9页
时间:2019-03-06
《vtp、stp、port-channel、hsrp综合实验》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、VTP、STP、Port-channel、HSRP综合实验实验要求:一、VTP设置在交换机上启用VTP协议,三层交换机为Server模式,二层交换机为Client模式,并创建四个Vlan,vlan10,vlan20valan30,vlan40二、STP设置:MSW1设为vlan10和vlan20的根网桥,MSW2设为vlan30和vlan40的根网桥三、以太网通道Port-channel设置:MSW1gao和MSW2交换s机上han的端口f0/1cn-2加入channel-group1成为Port-channel,并把Port-channel1设为trunk模式四、HSRP热备份
2、路由协议:在两台三层交换机上配置HSRP或VRRP协议,为了实现冗余备份和负载均衡,在MSW1上,vlan10和vlan20为Active,vlan30和vlan40为Standby;在MSW2上,vlan10和vlan20为Standby,vlan30和vlan40为Active实验步骤:一、基本配置,配置各端口IP地址,路由器R1interfaceLoopback0ipaddress1.1.1.1255.255.255.0noshutdowninterfaceEthernet0/1ipaddress192.168.0.1255.255.255.252full-duplexin
3、terfaceEthernet0/2ipaddress192.168.0.5255.255.255.252full-duplex交换机MSW1:interfaceFastEthernet0/0noswitchportipaddress192.168.0.2255.255.255.252交换机MSW2:interfaceFastEthernet0/0noswitchportipaddress192.168.0.6255.255.255.252二,在交换机上配置VTP协议配置VTP协议前,需要将相连的交换机之间直连的端口设置为trunk模式,且vtpdomain必须相同,才可以交流v
4、tp信息MSW1(config)#interfacefastEthernet0/3MSW1(config-if)#switchporttrunkencapsulationdot1qMSW1(config-if)#switchportmodetrunk交换机MSW1:MSW1(config)#vtpdomaintestMSW1(config)#vtpmodeserverMSW1(config)#vtppruningMSW1(config)#vtppassword123456MSW1gao(config)#vtpv2-msodehancn交换机MSW2MSW2#vlandatabas
5、eMSW2(vlan)#vtpdomaintestMSW2(vlan)#vtpmodeserverMSW2(vlan)#vtppruningMSW2(vlan)#vtppassword123456MSW2(vlan)#vtpv2-mode交换机2SW1:2SW1(config)#vtpdomaintest2SW1(config)#vtpmodeclient2SW1(config)#vtppruning2SW1(config)#vtppassword1234562SW1(config)#vtpv2-mode其它二层交换机配置同2SW1验证VTP:gaoshancn三,在三层交换机上
6、配置STP协议MSW1设为vlan10和vlan20的根网桥,MSW2设为vlan30和vlan40的根网桥MSW1(config)#spanning-treevlan10rootprimaryMSW1(config)#spanning-treevlan20rootprimaryMSW1(config)#spanning-treevlan30rootsecondaryMSW1(config)#spanning-treevlan40rootsecondaryMSW2(config)#spanning-treevlan10rootsecondaryMSW2(cgaoonfig)#sp
7、annings-treevhanlan20rootseconcndaryMSW2(config)#spanning-treevlan30rootprimaryMSW2(config)#spanning-treevlan40rootprimary以上配置在running-config文件中的效果为:在配置生成树协议时,也可以直接指定vlan的优先级priority验证STP配置,在非根桥交换机上查看端口的转发或阻塞状态gaoshancn四,在三层交换机之间配置Port-channe
此文档下载收益归作者所有