VRRP网关冗余(vrrp网关冗余备份)

网友投稿 245 2022-09-26


VRRP网关冗余(vrrp网关冗余备份)

实验要求 1、R1创建环回口,模拟外网 2、R2,R3使用VRRP技术 3、路由器之间使用EIGRP路由协议

实验配置  R1(config)#interface loopback 0R1(config-if)#ip address 1.1.1.1 255.255.255.0R1(config-if)#int e0/0R1(config-if)#ip address 12.1.1.1 255.255.255.0R1(config-if)#no shutdown R1(config-if)#int e0/1R1(config-if)#ip address 13.1.1.1 255.255.255.0R1(config-if)#no shutdown R1(config)#router eigrp 100R1(config-router)#no auto-summary R1(config-router)#network 1.1.1.0 0.0.0.255R1(config-router)#network 12.1.1.0 0.0.0.255R1(config-router)#network 13.1.1.0 0.0.0.255R1开启环回口以及直连线路并配置IP,进入eigrp关闭自动汇总,宣告自己的直连路由条目  R2(config)#int e0/1R2(config-if)#ip address 12.1.1.2 255.255.255.0R2(config-if)#no shutdown R2(config-if)#int e0/0R2(config-if)#ip add 100.1.1.2 255.255.255.0R2(config-if)#no shutR2(config-if)#vrrp 100 ip 100.1.1.100 R2(config-if)#vrrp 100 priority 110R2(config-if)#vrrp 100 track 10 decrement 20 R2(config-if)#exitR2(config)#track 10 interface ethernet 0/1 line-protocol R2(config)#router eigrp 100R2(config-router)#no auto-summary R2(config-router)#network 1.1.1.0 0.0.0.255R2(config-router)#network 12.1.1.0 0.0.0.255

R2配置为VRRP主用,优先级设置为110(默认为100), 并且跟踪检测e0/1接口,若出现问题则优先级降低20。  R3(config)#int e0/1R3(config-if)#ip add 13.1.1.3 255.255.255.0R3(config-if)#no shutR3(config-if)#int e0/0R3(config-if)#ip add 100.1.1.3 255.255.255.0R3(config-if)#no shutR3(config-if)#vrrp 100 ip 100.1.1.100R3(config)#router eigrp 100R3(config-router)#no auto-summary R3(config-router)#network 13.1.1.0 0.0.0.255R3(config-router)#network 100.1.1.0 0.0.0.255R3为VRRP备用,设置虚拟网关即可。

为了验证使用PC trace 1.1.1.1 来看具体路径PC1> ip 100.1.1.1 255.255.255.0 100.1.1.100Checking for duplicate address...PC1 : 100.1.1.1 255.255.255.0 gateway 100.1.1.100

PC1> trace 1.1.1.1trace to 1.1.1.1, 8 hops max, press Ctrl+C to stop1 100.1.1.2 0.955 ms 0.000 ms 1.958 ms2 12.1.1.1 1.956 ms 发现是可以通的关闭R2的e1/0试试PC1> trace 1.1.1.1trace to 1.1.1.1, 8 hops max, press Ctrl+C to stop1 100.1.1.3 0.908 ms 1.899 ms 1.007 ms2 13.1.1.1 1.029 ms试验成功


版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:CCNA企业网综合项目实战(续)
下一篇:SpringBoot入门实现第一个SpringBoot项目
相关文章

 发表评论

暂时没有评论,来抢沙发吧~