神州数码HSRP(热备份路由协议)配置
Posted guoshiyu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了神州数码HSRP(热备份路由协议)配置相关的知识,希望对你有一定的参考价值。
实验要求:掌握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(热备份路由协议)配置的主要内容,如果未能解决你的问题,请参考以下文章