浮动静态路由配置_第1页
浮动静态路由配置_第2页
浮动静态路由配置_第3页
浮动静态路由配置_第4页
浮动静态路由配置_第5页
已阅读5页,还剩6页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、通过浮动静态路由实现链路备份编者:daiwell 绍兴职业技术学院7.5工作任务公司内部有一个非常重要的数据库服务器,所在网段为192.168.1.0/24,平常访问通过Router1和Router2两个路由器构成的通信链路,路由协议采用静态路由协议。最近由于链路故障造成数据库存取中断,造成了经济损失。为了保证该网段能够不间断访问,要求实现一个备份冗余的通信链路,因此决定在该网段增加一条浮动静态路由,为PC2所在网络与PC1所在网络增加冗余通信链路。7.6相关知识浮动静态路由是一种特殊的静态路由。由于浮动静态路由的优先级很低,在路由表中,它属于候补人员,它仅仅在首选路由失败时才发生作用,即在一

2、条首选路由发生失败的时候,浮动静态路由才起作用,因此浮动静态路由主要考虑链路的冗余性能。浮动静态路由通过配置一个比主路由的管理距离更大的静态路由,保证网络中主路由失效的情况下,提供备份路由。但在主路由存在的情况下它不会出现在路由表中。浮动静态路由主要用于拔号备份。浮动静态路由的配置方法与静态路由相同,要注意preference-value 为该路由的优先级别,即管理距离,可以根据实际情况指定,范围0255。其配置格式如下:no ip route ip-address mask | mask-length interfacce-name | gateway-address preference-

3、value reject | blackhole 管理距离是指一种路由协议的路由可信度。每一种路由协议按可靠性从高到低,依次分配一个信任等级,这个信任等级就叫管理距离。对于两种不同的路由协议到一个目的地的路由信息,路由器首先根据管理距离决定相信哪一个协议。一般管理距离是一个0-255的数字,值越大,则优先级越小。一般优先级顺序为:直连路由 > 静态路由 > 动态路由协议,不同协议的管理距离不一样,同一协议生成的路由管理距离也可能不一样,例如几种ospf 协议的管理距离就不同,区域内路由 > 区域间路由 > 区域外路由。表7.1各种路由协议的默认管理距离 7.7 任务实施

4、任务目标1、 掌握浮动静态路由的基本概念; 2、 掌握浮动静态路由的配置方法。网络拓扑 S3/0DCE Router1S4/0DTE Router3S3/0DTES4/0DCE 图7.3 浮动静态路由配置拓扑图IP 地址规划与配置 实施步骤步骤1 配置接口IP 地址在Router1上进行配置 Router(config#hostname R1 R1(config#interface fastEthernet 0/0R1(config-if#ip address 192.168.2.254 255.255.255.0 R1(config-if#no shutdown R1(config-if#e

5、xitR1(config#interface serial 3/0R1(config-if#ip address 10.10.10.1 255.255.255.0 R1(config-if#clock rate 64000 R1(config-if#no shutdown R1(config-if#end 在Router2上进行配置 Router(config#hostname R2 R2(config#interface serial 3/0R2(config-if#ip address 10.10.10.2 255.0.0.0 R2(config-if#no shutdown R2(con

6、fig-if#exitR2(config#interface fastEthernet 0/0R2(config-if#ip address 192.168.1.254 255.255.255.0 R2(config-if#no shutdown R2(config-if#exitR2(config#interface serial 4/0R2(config-if#ip address 172.16.1.1 255.255.0.0 R2(config-if#clock rate 64000 R2(config-if#no shutdown R2(config-if#end R2#show ip

7、 interface brief 在Router3上进行配置 Router(config#hostname R3 R3(config#interface fastEthernet 0/0R3(config-if#ip address 192.168.2.253 255.255.255.0 R3(config-if#no shutdown R3(config#interface serial 4/0R3(config-if#ip address 172.16.1.2 255.255.0.0 R3(config-if#no shutdown R3(config-if#end 验证测试: R1#pi

8、ng 10.10.10.2Sending 5, 100-byte ICMP Echoes to 10.10.10.2, timeout is 2 seconds: < press Ctrl+C to break >Success rate is 100 percent (5/5, round-trip min/avg/max = 30/32/40 ms ! 确保R1与R2之间能ping 通 R2#ping 172.16.1.2Sending 5, 100-byte ICMP Echoes to 172.16.1.2, timeout is 2 seconds: < press

9、 Ctrl+C to break >Success rate is 100 percent (5/5, round-trip min/avg/max = 30/30/30 ms ! 确保R2与R3之间能ping 通步骤2 配置主链路路由R1(config#ip route 192.168.1.0 255.255.255.0 10.10.10.2 R2(config#ip route 192.168.2.0 255.255.255.0 10.10.10.1 验证测试: 从PC2 ping PC1 C:>ping 192.168.1.1Pinging 192.168.1.1 with

10、32 bytes of data:Reply from 192.168.1.1: bytes=32 time<10ms TTL=126 Reply from 192.168.1.1: bytes=32 time<10ms TTL=126 Reply from 192.168.1.1: bytes=32 time<10ms TTL=126 Reply from 192.168.1.1: bytes=32 time<10ms TTL=126! 确保PC2与PC1之间能ping 通 此时Router2路由表的状态: R2#show ip routeCodes: C - con

11、nected, S - static, R - RIP B - BGP O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default Gate

12、way of last resort is no setC 192.168.1.0/24 is directly connected, FastEthernet 0/0 C 192.168.1.254/32 is local host.C 10.0.0.0/8 is directly connected, serial 3/0 C 10.10.10.2/32 is local host.C 172.16.0.0/16 is directly connected, serial 4/0 C 172.16.1.1/32 is local host.S 192.168.2.0/24 1/0 via

13、10.10.10.1, 00:01:58, serial 3/0步骤3 配置备份链路路由R2(config#ip route 192.168.2.0 255.255.255.0 172.16.1.2 25! 配置备份路由的管理距离必须大于主路由的管理距离,由于静态路由管理距离为1,我们在这里将浮动静态路由的管理距离指定为25。R3(config#ip route 192.168.1.0 255.255.255.0 172.16.1.1 25 ! 配置Router3的浮动静态路由 此时路由表的状态: R2#show ip routeCodes: C - connected, S - static

14、, R - RIP B - BGP O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default Gateway of last resort

15、 is no setC 192.168.1.0/24 is directly connected, FastEthernet 0/0 C 192.168.1.254/32 is local host.C 10.0.0.0/8 is directly connected, serial 3/0 C 10.10.10.2/32 is local host.C 172.16.0.0/16 is directly connected, serial 4/0 C 172.16.1.1/32 is local host.S 192.168.2.0/24 1/0 via 10.10.10.1, 00:01:

16、58, serial 3/0 ! 路由表未发生变化验证测试:当主链路down 的时候,可以通过备份链路通信 R2(config#interface serial 3/0 R2(config-if#shutdown 从PC2 ping PC1 C:>ping 192.168.1.1Pinging 192.168.1.1 with 32 bytes of data:Reply from 192.168.1.1: bytes=32 time<10ms TTL=126 Reply from 192.168.1.1: bytes=32 time<10ms TTL=126 Reply f

17、rom 192.168.1.1: bytes=32 time<10ms TTL=126 Reply from 192.168.1.1: bytes=32 time<10ms TTL=126! 确保PC2与PC1之间能ping 通注意:当R2到R1的S3/0端口down 掉的时候,表示主链路已失效,R2可以通过到达R3的浮动静态路由到达192.168.1.0/24网段。此时路由表的状态: R2#show ip routeCodes: C - connected, S - static, R - RIP B - BGP O - OSPF, IA - OSPF inter areaN1

18、- OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default Gateway of last resort is no setC 192.168.1.0/24 is directly connected, F

19、astEthernet 0/0 C 192.168.1.254/32 is local host.C 172.16.0.0/16 is directly connected, serial 4/0 C 172.16.1.1/32 is local host.S 192.168.2.0/24 25/0 via 172.16.1.2, 00:01:58, serial 4/0 ! 路由表中serial 3/0的直连路由已消失,首选路由已被替换。当主链路up 的时候,仍然用主链路通信 R2(config#interface serial 3/0 R2(config-if#no shutdown R2

20、#clear ip route * 从PC2 ping PC1 C:>ping 192.168.1.1Pinging 192.168.1.1 with 32 bytes of data:Reply from 192.168.1.1: bytes=32 time<10ms TTL=126 Reply from 192.168.1.1: bytes=32 time<10ms TTL=126 Reply from 192.168.1.1: bytes=32 time<10ms TTL=126 Reply from 192.168.1.1: bytes=32 time<1

21、0ms TTL=126! 确保PC2与PC1之间能ping 通注意:当R2到R1的S3/0端口UP 的时候,表示主链路已恢复,路由采用Router1和Router2两个路由器构成的通信链路。此时路由表的状态: R2#show ip routeCodes: C - connected, S - static, R - RIP B - BGP O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default Gateway of last resort is no setC 192.168.1.0/24 is directly connected, Fast

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论