我是靠谱客的博主 殷勤楼房,最近开发中收集的这篇文章主要介绍实验:多组VRRP配置,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

实验:多组VRRP配置

实验目的

在网络中启用两个不同的VRRP组,最大限度保证了网络的冗余,避免网络单点出错引起用户无法访问网络

实验拓扑

 

 

 

配置要点

R1(config)#int f0/0

R1(config-if)#ip add 192.168.1.1 255.255.255.0

R1(config-if)#vrrp 1 ip 192.168.1.254

R1(config-if)#vrrp 1 priority 111

R1(config-if)#vrrp 1 preempt

R1(config-if)#int f0/0

R1(config-if)#vrrp 2 ip 192.168.1.253

R1(config-if)#vrrp 2 priority 222

R1(config-if)#vrrp 2 preempt

 

 

R2(config)#int f0/0

R2(config-if)#ip add 192.168.1.2 255.255.255.0

R2(config-if)#vrrp 1 ip 192.168.1.254

R2(config-if)#vrrp 1 pri 222

R2(config-if)#vrrp 1 preempt

R2(config-if)#vrrp 2 ip 192.168.1.253

R2(config-if)#vrrp 2 pri 111

R2(config-if)#vrrp 2 preempt

 

 

R3(config)#no ip routing

R3(config)#int f0/0

R3(config-if)#ip add 192.168.1.3 255.255.255.0

R3(config)#ip default-gateway 192.168.1.254

 

R6(config)#no ip routing

R6(config)#int f0/0

R6(config-if)#ip add 192.168.1.6 255.255.255.0

R6(config)#ip default-gateway 192.168.1.253

实验验证

R3#ping 1.1.1.1 repeat 400    在此过程中将R2 f0/0 shutdown  然后在no shutdown

 

Type escape sequence to abort.

Sending 400, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!..!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Success rate is 99 percent (398/400), round-trip min/avg/max = 4/38/220 ms

 

R2 f0/0 shutdown

R3#traceroute 1.1.1.1

 

Type escape sequence to abort.

Tracing the route to 1.1.1.1

 

  1 192.168.1.1 52 msec 68 msec *

 

 

R2 f0/0  no shutdown

R3#traceroute 1.1.1.1

 

Type escape sequence to abort.

Tracing the route to 1.1.1.1

  1  *

   

192.168.1.2 56 msec 64 msec

               

 

R6#ping 1.1.1.1 repeat 500  R1 f0/0  shutdown ,然后在 no shutdown

 

Type escape sequence to abort.

Sending 500, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! . . .!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!

Success rate is 99 percent (496/500), round-trip min/avg/max = 4/38/124 ms

R6#sh sw FastEthernet0/3 (full duplex).

 

 

转载于:https://blog.51cto.com/zyfboke/755676

最后

以上就是殷勤楼房为你收集整理的实验:多组VRRP配置的全部内容,希望文章能够帮你解决实验:多组VRRP配置所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(46)

评论列表共有 0 条评论

立即
投稿
返回
顶部