免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 969 | 回复: 0
打印 上一主题 下一主题

[集群与高可用] 在低端路由器上实现双机热备份和EIGRP的路由调整实例 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-06-06 06:52 |只看该作者 |倒序浏览
 




  
  详细配置:
  1. HSRP的配置:
  在LongQuan-Backup(1601)上:
  int e0
  ip address 22.97.80.253 255.255.255.0 secondary
  ip address 21.97.80.253 255.255.255.0
  no ip redirects
  no logging event subif-link-status
  standby priority 200
  standby preempt
  standby ip 21.97.80.1
  standby ip 22.97.80.1 secondary
  standby track Serial0 100/如果S0口的线路当掉了,该E口的优先权减小100,从而成为STANDBY状态
  
  在LongQuan(2501)上:
  int e0
  ip address 22.97.80.254 255.255.255.0 secondary
  ip address 21.97.80.254 255.255.255.0
  no ip redirects
  no ip directed-broadcast
  standby priority 150
  standby preempt
  standby ip 21.97.80.1
  standby ip 22.97.80.1 secondary
  
  
  
  2.LongQuan(2500)上路由的调整:
  interface Serial1.16 point-to-point
  description --- 256K LianTong FR ---
  ip address 22.96.229.2 255.255.255.252
  ip accounting output-packets
  bandwidth 1000000/调高接口带宽
  
frame-relay
interface-dlci 16
  
  
router

eigrp
1
  redistribute connected
  redistribute sta
  network 21.0.0.0
  network 22.0.0.0
  distribute-list 22 out Ethernet0/过滤掉21的低METRIC值EIGRP路由
  no auto-summary
  !
  
access-list
22 permit 22.0.0.0 0.255.255.255
  
  
  说明:平时正常时候,1601是
局域网
内两个网段的ACTIVE网关,局域网中目的地址为22网段的数据走联通线路,21网段的走电信线路;当1601的S口DOWN后,25成为主网关,一切数据都走联通线路

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/70914/showart_727861.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP