H3C MSTP查看命令: [Switch]display stp brief 查看生成树状态 [Switch]dis stp region-configuration 查看域配置 VRRP: 虚拟路由冗余协议(Virtual Router Redundancy Protocol,简称VRRP)是由IETF提出的解决局域网中配置静态网关出现单点失效现象的路由协议,1998年已推出正式的RFC2338协议标准。VRRP允许将多个路由器加入到...
[LSW2-ospf-1-area-0.0.0.0]network 10.1.4.0 0.0.0.255 6. 配置VRRP备份组 [LSW1]int Vlanif 10 [LSW1-Vlanif10]vrrp vrid 1 virtual-ip 10.1.1.254 [LSW1-Vlanif10]vrrp vrid 1 priority 120 [LSW1-Vlanif10]vrrp vrid 1 preempt-mode timer delay 20 [LSW1]int Vlanif 20 [LSW1-Vlanif2...
第一步,MSTP配置如下: SW1sysname SW1vlan batch 10 20 66interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan allinterface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan all stp region-configuration region-name ntdinstance 10 vlan 10instance 20 vlan 2...
[S9500-A-Vlan-interface2] vrrp vrid 1 timer advertise 2 #配置监视接口,监视VLAN 8的虚接口 [S9500-A-Vlan-interface2] vrrp vrid 1 track Vlan-interface 8 reduced 40 (2)配置S9500-B #配置MSTP实例 [S9500-B]stp enable [S9500-B]stp non-flooding [S9500-B]stp region-configuration [S9500-B-...
reg mstp inst 1 vlan 10 inst 2 vlan 20 active region-configuration stp instance 1 root primary stp instance 2 root secondary int vlan 10 ip add 192.168.10.252 24 vrrp vrid 10 virtual-ip 192.168.10.254 vrrp vrid 10 priority 120 vrrp vrid 10 preempt-mode delay 500 ...
1.1 VRRP简介 1.2 MSTP简介 2 应用场合 2.1 单独使用VRRP的组网方式 2.2 VRRP与MSTP配合使用的组网方式 3 配置前提 4 配置举例 4.1 组网需求 4.2 配置思路 4.3 配置步骤 4.3.1 设备A的配置 4.3.2 设备B的配置 4.3.3 设备C的配置 4.3.4 设备D的配置 4.3.5 设备E的配置 4.3.6 主机的配置 4.4 验证配置...
[jrsw1]stp mode mstp //配置生成树模式为多生成树 [jrsw1]stp region-configuration //进入生成树区域配置 [jrsw1-mst-region]region-name vrrp //配置区域名称 [jrsw1-mst-region]revision-level 1 //修订级别为1 [jrsw1-mst-region]instance 10 vlan 10 //配置实例10映射vlan10 ...
H3C交换机vrrp+mstp配置实例 H3C交换机vrrp+mstp配置实例 交换机vrrp+mstp配置实例 ⼀、组⽹需求 1、switch a 、switch b选⽤两台锐捷的s5750 ;switch c 、shwich d 选 ⽤锐捷的s3750和s3760 2、全⽹共有两个业务vlan ,为vlan 10 、vlan 20 3、Switch a 、switch b 都分别对两vlan起⽤两...
案例分析:在H3C三层交换机上配置MSTP + VRRP 一..配置VRRP,实现不同VLAN间的三层网关冗余及负均衡。 VLAN 1 S36-1为活动网关,S36-2备用 VLAN 2 S36-2为活动网关, S36-1备用 二.配置MSTP,实现不同VLAN的二层冗余及负载均衡。 VLAN 1 S36-1主根桥S36-2备用根桥 VLAN 2 S36-2主根桥S36-1备用根桥 配...
1、H3C S9500交换机VRRP+MSTP配置举例1 特性简介VRRP(Virtual Router Redundancy Protocol,虚拟路由冗余协议)是一种容错协议。如下图所示,通常一个网络内的所有主机都设置一条缺省路由(图中的缺省路由下一跳地址为10.100.10.1),主机发往外部网络的报文将通过缺省路由发往三层交换机Switch,从而实现了主机与外部网络的...