首页 > 其他 > 详细

神州数码HSRP(热备份路由协议)配置

时间:2018-07-17 19:04:38      阅读:172      评论:0      收藏:0      [点我收藏+]

实验要求:掌握HSRP配置方法

拓扑如下

技术分享图片

R1

enable  进入特权模式

config   进入全局模式

hostname R1  修改名称

interface g0/6  进入端口

ip address 192.168.1.5 255.255.255.0  设置IP地址

standby priority 110    设置优先级

standby ip 192.168.1.1    设置虚拟IP地址

standby authentication test   启动认证

 

R2

enable  进入特权模式

config   进入全局模式

hostname R2  修改名称

interface g0/6  进入端口

ip address 192.168.1.10 255.255.255.0  设置IP地址

standby priority 120  设置优先级

standby ip 192.168.1.1  设置虚拟地址

standby authentication test  启动认证

 

相关命令

standby priority [ID]             设置优先级

standby ip [IP地址]              设置虚拟路由地址

standby authentication [password]     设置认证

 

神州数码HSRP(热备份路由协议)配置

原文:https://www.cnblogs.com/guoshiyu/p/9325137.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!