码迷,mamicode.com
首页 > 其他好文 > 详细

华为VRRP浮动路由配置实战

时间:2019-11-07 19:35:37      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:view   bit   priority   res   access   not   eth   add   this   

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:

<Huawei>sys
[Huawei]sysname RSW2    
[RSW2]vlan batch 10 20 100
Info: This operation may take a few seconds. Please wait for a moment...done.
[RSW2]int g0/0/2
[RSW2-GigabitEthernet0/0/2]port link-type trunk
[RSW2-GigabitEthernet0/0/2]port trunk allow-pass vlan all
[RSW2-GigabitEthernet0/0/2]un sh
Info: Interface GigabitEthernet0/0/2 is not shutdown.
[RSW2-GigabitEthernet0/0/2]int g0/0/1
[RSW2-GigabitEthernet0/0/1]port link-type access
[RSW2-GigabitEthernet0/0/1]port default vlan 100
[RSW2-GigabitEthernet0/0/1]un sh
Info: Interface GigabitEthernet0/0/1 is not shutdown.
[RSW2-GigabitEthernet0/0/1]int vlanif 10
[RSW2-Vlanif10]ip add 192.168.10.20 24
[RSW2-Vlanif10]vrrp vrid 1 virtual-ip 192.168.10.1
[RSW2-Vlanif10]vrrp vrid 1 priority 115
[RSW2-Vlanif10]int vlanif 20
[RSW2-Vlanif20]ip add 192.168.20.20 24
[RSW2-Vlanif20]vrrp vrid 2 virtual-ip 192.168.20.1
[RSW2-Vlanif20]vrrp vrid 2 priority 120
[RSW2-Vlanif20]vrrp vrid 2 track interface g0/0/1
[RSW2-Vlanif20]vrrp vrid 2 track interface g0/0/2
[RSW2-Vlanif20]q
[RSW2]int vlanif 100
[RSW2-Vlanif100]ip add 12.0.0.2 30
[RSW2-Vlanif100]q   
[RSW2]ip route-static 0.0.0.0 0.0.0.0 12.0.0.1

R1:

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys R1
[R1]int g 0/0/0
[R1-GigabitEthernet0/0/0]ip add 11.0.0.1 30
[R1-GigabitEthernet0/0/0]un sh 
Info: Interface GigabitEthernet0/0/0 is not shutdown.
[R1-GigabitEthernet0/0/0]int g 0/0/1
[R1-GigabitEthernet0/0/1]ip add 12.0.0.1 30
[R1-GigabitEthernet0/0/1]un sh 
Info: Interface GigabitEthernet0/0/1 is not shutdown.
[R1-GigabitEthernet0/0/0]int loo 0
[R1-LoopBack0]ip add 1.1.1.1 24
[R1-LoopBack0]q
[R1]ip route-static 192.168.10.0 24 11.0.0.2
[R1]ip route-static 192.168.10.0 24 12.0.0.2 preference 70
[R1]ip route-static 192.168.20.0 24 12.0.0.2 
[R1]ip route-static 192.168.20.0 24 11.0.0.2 preference 70

验证:

技术图片

此时试验成功,谢谢观看!

华为VRRP浮动路由配置实战

标签:view   bit   priority   res   access   not   eth   add   this   

原文地址:https://blog.51cto.com/14464303/2448410

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!