设为首页收藏本站language→→ 语言切换

鸿鹄论坛

 找回密码
 论坛注册

QQ登录

先注册再绑定QQ

查看: 1440|回复: 2
收起左侧

Cisco HSRP的配置

[复制链接]
发表于 2010-8-24 23:47:17 | 显示全部楼层 |阅读模式
  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
发表于 2012-3-16 15:58:46 | 显示全部楼层
来学习下
沙发 2012-3-16 15:58:46 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-3-16 17:06:54 | 显示全部楼层
来学习下
板凳 2012-3-16 17:06:54 回复 收起回复
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-5-19 19:51 , Processed in 0.055538 second(s), 11 queries , Redis On.  

  Powered by Discuz!

  © 2001-2024 HH010.COM

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