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

时间:2021-04-14 00:24:56

实验要求:掌握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]     设置认证