设为首页收藏本站language 语言切换
查看: 1211|回复: 1
收起左侧

Cisco HSRP的配置

[复制链接]
发表于 2010-8-23 21:35:12 | 显示全部楼层 |阅读模式
  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
发表于 2018-6-5 17:00:07 | 显示全部楼层
谢谢卤煮分享
沙发 2018-6-5 17:00:07 回复 收起回复
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2025-2-3 16:15 , Processed in 0.056425 second(s), 13 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

快速回复 返回顶部 返回列表