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

思科路由器设置之HSRP的配置 双机热备经典案例

[复制链接]
发表于 2013-2-1 14:45:12 | 显示全部楼层 |阅读模式
HSRP一般用于两台,也可以用于多台。必须在每台起HSRP上的路由器上配置。  When the HSRP is configured on a network segment, it provides a virtual Media Access Control (MAC) address and an IP address that is shared among routers in a gro upof routers that is running HSRP. One of these devices is selected by the protocol to be the active router. The active router receives and routes packets destined for the group's MAC address. For n routers running HSRP, there are n + 1 IP and MAC addresses assigned.
  但是aceive只有一台,standby只有一台,其实其他的都在监听状态。所以zyx说的是处在active和standby的状态的只有两台。
  附一个配置实例:
  version 12.0
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  !
  hostname r1
  !
  enable password cisco
  !
  ip subnet-zero (新版的IOS都支持全0/1子网)
  !
  !
  !
  !
  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
发表于 2013-2-1 14:56:29 | 显示全部楼层
沙发 2013-2-1 14:56:29 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2013-2-1 15:30:00 | 显示全部楼层
板凳 2013-2-1 15:30:00 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2013-2-26 21:45:47 | 显示全部楼层
地板 2013-2-26 21:45:47 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2013-11-23 21:18:11 | 显示全部楼层
5# 2013-11-23 21:18:11 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2018-6-5 16:52:31 | 显示全部楼层
谢谢卤煮分享
6# 2018-6-5 16:52:31 回复 收起回复
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-13 22:51 , Processed in 0.103047 second(s), 23 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

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