免费注册 查看新帖 |

Chinaunix

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

2811 如何设置2条路由 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-08-24 18:26 |只看该作者 |倒序浏览
在2811上到外网是有2个线路的,  希望这2个线路都连接在2811上,  当一个线路断了时候自动使用另一个.
请教该如何具体配置

论坛徽章:
5
IT运维版块每日发帖之星
日期:2015-08-06 06:20:00IT运维版块每日发帖之星
日期:2015-08-10 06:20:00IT运维版块每日发帖之星
日期:2015-08-23 06:20:00IT运维版块每日发帖之星
日期:2015-08-24 06:20:00IT运维版块每日发帖之星
日期:2015-11-12 06:20:00
2 [报告]
发表于 2008-08-24 19:02 |只看该作者
搜索浮动静态路由

论坛徽章:
0
3 [报告]
发表于 2008-08-24 19:57 |只看该作者
原帖由 ssffzz1 于 2008-8-24 19:02 发表
搜索浮动静态路由



哦 谢谢

  1. 浮动静态路由配置步骤:

  2. 1、正确配置主干线路,保证其能正常通信。

  3. 2、配置主干线路的动态路由。

  4. 3、正确配置备份线路,保证其能正常通信。

  5. 4、配置通过备份线路的浮动静态路由。

  6. ip route 目地子网地址 子网掩码 相邻路由器相邻端口地址 权值

  7. 其中,权值数值越高其路由优先权越低权值范围在1-255之间。

  8. 下面是两个配置实例:

  9. CISCO 2501-above的配置


  10.   
  11.   Current confignration:!version 11.2no service udp-small-servers
  12.   
  13.   no service tcp-small-servers
  14.   
  15.   !
  16.   
  17.   hostname above
  18.   
  19.   !
  20.   
  21.   enable secret 5 $1$O1aq$KxgpIA0Eulqug8SbCm6rd1
  22.   
  23.   enable password cisco
  24.   
  25.   !
  26.   
  27.   username down password 7 095C5E19
  28.   
  29.   chat-scrip lab ABORT ERROR ABORT BUSY
  30.     ABORT "NO ANSWER" "" "AT H"
  31.     OK "ATDT \T" TIMEOUT 60 CONNECT \c
  32.   
  33.   !
  34.   
  35.   interface Ethernet0
  36.   
  37.   ip address 192.192.193.1 255.255.255.0
  38.   
  39.   !interface Serial0
  40.   
  41.   iu address 192.192.192.1 255.255.255.0
  42.   
  43.   bandwidth 64
  44.   
  45.   clockrate 64000
  46.   
  47.   !
  48.   
  49.   interface Serial1
  50.   
  51.   no ip address
  52.   
  53.   shutdown
  54.   
  55.   interface Asyncl
  56.   
  57.   ip address 166.71.70.1 255.255.255.0
  58.   
  59.   encapsulation pppasync dynamic address
  60.   
  61.   async dynamic routing
  62.   
  63.   async mode dedicated
  64.   
  65.   dialer in-banddialer ip 166.71.70.2
  66.     name down modem-script lab broadcast 3631
  67.   
  68.   dialer-group 1
  69.   
  70.   no cdp enableppp authentication chap
  71.   
  72.   !router rip
  73.   
  74.   network 192.192.192.0
  75.   
  76.   network 192.192.193.0
  77.   
  78.   !
  79.   
  80.   no ip classless
  81.   
  82.   ip route 0.0.0.0 0.0.0.0 166.71.70.2 150
  83.   
  84.   ip route 192.192.191.0 255.255.255.0 166.71.70.2 150
  85.     ["4、配置通过备份线路的浮动静态路由 ip route
  86.     目地子网地址 子网掩码 相邻路由器相邻端口地址 权值
  87.     其中,权值数值越高其路由优先权越低权值范围在1-255之间 "]
  88.   
  89.   dialer-list 1 protocol ip permit
  90.   
  91.   !line con 0
  92.   
  93.   line aux 0
  94.   
  95.   modem InOutmodem autoconfigure
  96.     discoverystopbits 1rxspeed 38400txspeed
  97.     38400flowcontrol hardware
  98.   
  99.   line vty 0 4
  100.   
  101.   no login
  102.   
  103.   !
  104.   
  105.   end


  106.   
  107. Cisco 2501-down 的配置


  108. Current configuration:
  109.   
  110.   !
  111.   
  112.   version 11.2no service udp-small-serversno
  113.     service tep-small-servers!hostname down!enable secret 5 $1$m8S4
  114.   
  115.   $InrkhnJDtCVtSvTpXO8v/0enable password cisco
  116.   
  117.   !
  118.   
  119.   username above password 7 095C5E19
  120.   
  121.   chat-script lab ABORT ERROR ABORT BUSY
  122.     ABORT "NO ANSWER" "" "AT H" OK "ATDT \T"
  123.     TIMEOUT 60 CONNECT \c
  124.   
  125.   !
  126.   
  127.   interface Ethernet0
  128.   
  129.   ip address 192.192.191.1 255.255.255.0
  130.   
  131.   !
  132.   
  133.   interface Serial0
  134.   
  135.   ip address 192.192.192.3 255.255.255.0
  136.   
  137.    
  138.   
  139.   !
  140.   
  141.   interface Serial1
  142.   
  143.   no ip address
  144.   
  145.   shutdown
  146.   
  147.   !
  148.   
  149.   interface Asyncl
  150.   
  151.   ip address 166.71.70.2 255.255.255.0encapsulation
  152.     pppasync dynamic addressasync dynamic routingasync
  153.     mode dedicateddialer in
  154.   
  155.   -banddialer map ip 166.71.70.1 name above
  156.     modem-script lab broadcast 3621
  157.   
  158.   dialer-group 1
  159.   
  160.   no cdp enable
  161.   
  162.   ppp authentication chap
  163.   
  164.   !
  165.   
  166.   router rip network 192.192.192.0
  167.   
  168.   network 192.192.191.0
  169.   
  170.   !
  171.   
  172.   no ip classless
  173.   
  174.   ip route 0.0.0.0 0.0.0.0 166.71.70.1 150
  175.   
  176.   ip route 192.192.193.0 255.255.255.0 166.71.70.1 150
  177.   
  178.   dialer-list 1 protocol ip permit
  179.   
  180.   !
  181.   
  182.   line con 0
  183.   
  184.   line aux 0
  185.   
  186.   modem InOutmodem autoconfigure discovery
  187.   
  188.   stopbits 1
  189.   
  190.   rxspeed 38400
  191.   
  192.   txspeed 38400
  193.   
  194.   flowcontrol hardware
  195.   
  196.   line vty 0 4
  197.   
  198.   no login
  199.   
  200.   !

复制代码

论坛徽章:
5
IT运维版块每日发帖之星
日期:2015-08-06 06:20:00IT运维版块每日发帖之星
日期:2015-08-10 06:20:00IT运维版块每日发帖之星
日期:2015-08-23 06:20:00IT运维版块每日发帖之星
日期:2015-08-24 06:20:00IT运维版块每日发帖之星
日期:2015-11-12 06:20:00
4 [报告]
发表于 2008-08-24 20:02 |只看该作者
简单的说就是配2条完全相同的路由,处理权值(优先级或者叫管理距离)不同以外。

论坛徽章:
0
5 [报告]
发表于 2008-08-24 20:55 |只看该作者
原帖由 ssffzz1 于 2008-8-24 20:02 发表
简单的说就是配2条完全相同的路由,处理权值(优先级或者叫管理距离)不同以外。



我刚才实验了  有点问题.

1.2811上2条线路端口,IP如何配置.好像无法配置成同一网段的?

2.一定要使用RIP吗 ?

论坛徽章:
0
6 [报告]
发表于 2008-08-24 22:14 |只看该作者
搜索浮动静态路由
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP