version 12.0
service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname r1 ! enable password cisco ! ip subnet-zero ! ! ! ! interface Ethernet0 ip address 136.147.107.101 255.255.0.0 no ip redirects no ip directed-broadcast standby 150 timers 5 15 /* 定义150组5秒交换一次hello信息, 15秒没收到hello信息就开始切换 */
standby 150 priority 110 /* 定义150组的主路由器权值,值越大,为主路由器希望越大 */ standby 150 preempt /* enable 150组的hsrp抢占功能 */ standby 150 authentication cisco /* 设置150组的router身份验证串 */ standby 150 ip 136.147.107.100 /* 定义150组的浮动地址, 也是这台router连接的网络的网关 */ standby 150 track Ethernet0 /* 定义监控的端口 */ ! interface Serial0 no ip address no ip directed-broadcast no ip mroute-cache shutdown no fair-queue ! ip classless ! ! line con 0 transport input none line 1 16 line aux 0 line vty 0 4 password cisco login ! end |
Cisco HSRP 的配置
精选 转载server_why 博主文章分类:Switch&Route
Cisco HSRP 的配置
上一篇:×××实例配置方案-中文注解

提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
Cisco HSRP
虚拟网关协议
优先级 物理设备 IP Cisco 虚拟网关 -
CISCO HSRP实验
CISCO HSRP实验
CISCO HSRP