区域综合实验

实验报告

一 实验要求

二层使用MSTP+VRRP实现破环和冗余。

  1. 交换机之间trunk使用最少vlan透传原则

  2. sw1,sw2之间链路做聚合

  3. MSTP name配置为SC

  4. MSTP 实例映射为:

instance 1 vlan 21

instance 2 vlan 22 23 100

5.sw1为实例1,0的根,实例2的备份根

  1. sw2为实例2的根,实例1,0的备份根

  2. 所有access接口配置为边缘接口,并配置BPDU保护,同时需要过滤用户收到STP相关报文。

  3. sw1为vlanif 21的master,sw2为backup

  4. sw2为vlanif 22的master,sw1为backup

10.sw1与sw2的VRRP需监控上行链路,双上行都down时切换网关,抢占延时为20s

二 实验拓补

三 实验步骤

  1. 首先配置链路聚合

D-1\]interface Eth-Trunk 0 \[sw1-Eth-Trunk0\]trunkport g0/0/1 \[sw1-Eth-Trunk0\]trunkport g0/0/2 \[sw2-Eth-Trunk0\]trunkport g0/0/1 \[sw2-Eth-Trunk0\]trunkport g0/0/2 1. 然后配置vlan和通道 \[sw1\]vlan batch 21 to 23 \[sw1\]vlan 100 \[sw2\]vlan batch 21 to 23 \[sw2\]vlan 100 \[sw1-Eth-Trunk0

sw1-Eth-Trunk0\]port link-type trunk \[sw1-Eth-Trunk0\]p t a v 100 \[sw3-Ethernet0/0/1\]p l t \[sw3-Ethernet0/0/1\]p t a v 100 \[sw4-Ethernet0/0/1\]p l t \[sw4-Ethernet0/0/1\]p t a v 21 \[sw4-Ethernet0/0/2\]p l t \[sw4-Ethernet0/0/2\]p t a v 22 \[sw5-Ethernet0/0/2\]p l t \[sw5-Ethernet0/0/2\]p t a v 23 \[sw3-Ethernet0/0/3\]p l a \[sw4-Ethernet0/0/3\]p l a \[sw5-Ethernet0/0/3\]p l a 1. 配置MSTP协议和选举主备份根 : \[sw1\]stp enable \[sw1\]stp mode mstp \[sw1\]stp region-configuration \[sw1-mst-region\]region-name SC \[sw1-mst-region\]instance 1 vlan 21 \[sw1-mst-region\]instance 2 vlan 22 23 100 \[sw1\]stp instance 0 root primary \[sw1\]stp instance 1 root primary \[sw1-mst-region\]active region-configuration \[sw2\]stp enable \[sw2\]stp mode mstp \[sw2\]stp region-configuration \[sw2-mst-region\]region-name SC \[sw2-mst-region\]instance 1 vlan 21 \[sw2-mst-region\]instance 2 vlan 22 23 100 \[sw2\]stp instance 0 root secondary \[sw2\]stp instance 1 root secondary \[sw2\]stp instance 2 root primary \[sw2-mst-region\]active region-configuration 4.接口配置为边缘接口,并配置BPDU保护 \[sw3-Ethernet0/0/3\]stp edged-port enable \[sw3-Ethernet0/0/3\]stp bpdu-filter enable \[sw4-Ethernet0/0/3\]stp edged-port enable \[sw4-Ethernet0/0/3\]stp bpdu-filter enable \[sw5-Ethernet0/0/1\]stp edged-port enable \[sw5-Ethernet0/0/1\]stp bpdu-filter enable Vlanif的配置 \[sw1\]int Vlanif 21 \[sw1-Vlanif21\]ip add 192.168.21.1 24 \[sw1-Vlanif21\]int vlan 22 \[sw1-Vlanif22\]ip add 192.168.22.1 24 \[sw1-Vlanif22\]int vlan 23 \[sw1-Vlanif23\]ip add 192.168.23.1 24 \[sw1-Vlanif23\]int vlan 100 \[sw1-Vlanif100\]ip add 192.168.0.1 24 1. .我们假设sw1与sw2的0/0/和0/0/6接口为上行链路 配置监控 \[sw1-Vlanif21\]vrrp vrid 1 virtual-ip 192.168.21.254 \[sw1-Vlanif22\]vrrp vrid 1 virtual-ip 192.168.22.254 \[sw1-Vlanif23\]vrrp vrid 1 virtual-ip 192.168.23.254 \[sw1-Vlanif22\]vrrp vrid 1 track interface g0/0/4 reduced 15 \[sw1-Vlanif21\]vrrp vrid 1 track interface g0/0/4 reduced 15 \[sw1-Vlanif23\]vrrp vrid 1 track interface g0/0/4 reduced 15 Sw2同理 至此

相关推荐
Proxy_ZZ03 小时前
华为ICT大赛实践赛学习笔记(一):零基础开局,我的网络赛道入坑记录
网络·智能路由器
哇蛙蛙3 小时前
H3CNE--22.OSPF
网络·经验分享·网络协议·tcp/ip·智能路由器·h3cne
H_z_q24011 天前
HCIP园区网
智能路由器·hcip
CS创新实验室1 天前
《计算机网络》深入学:比较 RIP 和 OSPF 协议
网络·计算机网络·智能路由器
小红的布丁2 天前
公网 IP、私网 IP、路由表、转发表与 MAC 地址的关系
tcp/ip·macos·智能路由器
闻道且行之2 天前
虚拟机三种网络模式全解析(桥接 / NAT / 仅主机)
网络·智能路由器·vmware·虚拟机
深念Y2 天前
从路由器到SSD:关于自制NAND编程器的幻想与现实
智能路由器·路由器·ssd·主控·nand·闪存·智能机顶盒
以太浮标2 天前
华为eNSP模拟器综合实验之- WLAN瘦AP配置实战案例详解
运维·网络·网络协议·华为·智能路由器·信息与通信
星创易联3 天前
5G车载以太网网关赋能公交智能化升级
5g·车载系统·智能路由器
@insist1233 天前
网络工程师-核心考点:网络管理体系与 SNMP 协议全解析
网络·智能路由器·网络工程师·软考·软件水平考试