Spring中的aware接口详情
312
2022-09-24
华为VRRP浮动路由配置实战(vrrp和浮动路由的区别)
VRRP浮动路由
eNSP中拓扑:
LSW3:
[SW3]vlan batch 10 20 [SW3]int e0/0/1 [SW3-Ethernet0/0/1]port link-type access [SW3-Ethernet0/0/1]port default vlan 10 [SW3-Ethernet0/0/1]un sh Info: Interface Ethernet0/0/1 is not shutdown. [SW3-Ethernet0/0/1]int e0/0/2 [SW3-Ethernet0/0/2]port link-type access [SW3-Ethernet0/0/2]port default vlan 20 [SW3-Ethernet0/0/2]un sh Info: Interface Ethernet0/0/2 is not shutdown. [SW3-Ethernet0/0/2]int g0/0/1 [SW3-GigabitEthernet0/0/1]port link-type trunk [SW3-GigabitEthernet0/0/1]port trunk allow-pass vlan all [SW3-GigabitEthernet0/0/1]un sh Info: Interface GigabitEthernet0/0/1 is not shutdown. [SW3-GigabitEthernet0/0/1]int g0/0/2 [SW3-GigabitEthernet0/0/2]port link-type trunk [SW3-GigabitEthernet0/0/2]port trunk allow-pass vlan all [SW3-GigabitEthernet0/0/2]un sh Info: Interface GigabitEthernet0/0/2 is not shutdown.
LSW1:
[Huawei]sysname RSW1 [RSW1]vlan batch 10 20 100 [RSW1]int g0/0/2 [RSW1-GigabitEthernet0/0/2]port link-type trunk [RSW1-GigabitEthernet0/0/2]port trunk allow-pass vlan all [RSW1-GigabitEthernet0/0/2]un sh Info: Interface GigabitEthernet0/0/2 is not shutdown. [RSW1-GigabitEthernet0/0/2]int g0/0/1 [RSW1-GigabitEthernet0/0/1]port link-type access [RSW1-GigabitEthernet0/0/1]port default vlan 100 [RSW1-GigabitEthernet0/0/1]un sh Info: Interface GigabitEthernet0/0/1 is not shutdown. [RSW1-GigabitEthernet0/0/1]dis this # interface GigabitEthernet0/0/1 port link-type access port default vlan 100 # return [RSW1-GigabitEthernet0/0/1]q [RSW1]int vlanif10 [RSW1-Vlanif10]ip add 192.168.10.10 24 [RSW1-Vlanif10]vrrp vrid 1 virtual-ip 192.168.10.1 [RSW1-Vlanif10]vrrp vrid 1 priority 120 [RSW1-Vlanif10]vrrp vrid 1 track interface g0/0/1 [RSW1-Vlanif10]vrrp vrid 1 track interface g0/0/2 [RSW1-Vlanif10]dis this # interface Vlanif10 ip address 192.168.10.10 255.255.255.0 vrrp vrid 1 virtual-ip 192.168.10.1 vrrp vrid 1 priority 120 vrrp vrid 1 track interface GigabitEthernet0/0/1 vrrp vrid 1 track interface GigabitEthernet0/0/2 # return [RSW1-Vlanif10]int vlanif 20 [RSW1-Vlanif20]ip add 192.168.20.10 24 [RSW1-Vlanif20]vrrp vrid 2 virtual-ip 192.168.20.1 [RSW1-Vlanif20]vrrp vrid 2 priority 115 [RSW1-Vlanif20]q [RSW1]int vlanif 100 [RSW1-Vlanif100]ip add 11.0.0.2 30 [RSW1-Vlanif100]q [RSW1]ip route-static 0.0.0.0 0.0.0.0 11.0.0.1
LSW2:
R1:
验证:
此时试验成功,谢谢观看!
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~