欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

HSRP (不同VLAN之间的热备份路由协议)

发布时间:2025/3/8 编程问答 30 豆豆
生活随笔 收集整理的这篇文章主要介绍了 HSRP (不同VLAN之间的热备份路由协议) 小编觉得挺不错的,现在分享给大家,帮大家做个参考.



SRP 

划分vlan R6(config-if)#switchport access vlan 10 R6(config-if)#inter f1/2 R6(config-if)#switchport access vlan 20 R6(config)#interface range f1/3 -4配置 R5>en R5#conf t R5(config)#vlan 10配置地址 R5(config-if)#no shut R5(config)#inter vlan 10 R5(config-if)#standby 2 ip 192.168.10.1配置占先权 R5(config-if)#standby 2 priority 150配置 vlan20配置占先权 R5(config-if)#standby 3 priority 145负载均衡 % This switch is already the root of VLAN10 spanning tree VLAN 10 bridge priority set to 8192 VLAN 10 bridge max aging time unchanged at 20 VLAN 10 bridge hello time unchanged at 2 VLAN 10 bridge forward delay unchanged at 15 R5(config)#spanning-tree vlan 20 root secondary VLAN 20 bridge priority set to 16384 VLAN 20 bridge max aging time unchanged at 20 VLAN 20 bridge hello time unchanged at 2 VLAN 20 bridge forward delay unchanged at 15 R5(config)#inter f1/0 R5(config-if)#no switchport R5(config-if)#ip address 202.106.1.10 R5(config-if)#ip address 202.106.1.10 255.255.255.0 R5(config-if)#no shut R5(config)#ip route 0.0.0.0 0.0.0.0 202.106.1.1上配置 R3>en R3#conf t R3(config)#inte f1/1vlan抢占 R3(config-if)#inter vlan 20 R3(config-if)#ip address 192.168.20.11 255.255.255.0 R3(config-if)#no shut R3(config-if)#standby 3 ip 192.168.20.1 R3(config-if)#standby 3 preempt R3(config-if)#standby 3 priority 150负载均衡 VLAN 10 bridge priority set to 16384 VLAN 10 bridge max aging time unchanged at 20 VLAN 10 bridge hello time unchanged at 2 VLAN 10 bridge forward delay unchanged at 15 R3(config)#spanning-tree vlan 20 root primary VLAN 20 bridge priority set to 8192 VLAN 20 bridge max aging time unchanged at 20 VLAN 20 bridge hello time unchanged at 2 VLAN 20 bridge forward delay unchanged at 15 R3(config)#ip route 0.0.0.0 0.0.0.0 202.106.10.1上配置: R4>en R4#conf t R4(config)#inter f0/0 R4(config-if)#ip address 202.106.10.1 255.255.255.0测试结果

<span style="font-family: 宋体; color: red; font-size: 14pt; mso-hansi-font-family: "Times New Roman'; mso-ascii-font-family: 'Times New Roman'">



本文转自 cs312779641 51CTO博客,原文链接:http://blog.51cto.com/chenhao6/1163724

总结

以上是生活随笔为你收集整理的HSRP (不同VLAN之间的热备份路由协议)的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。