实训名称:浮动静态路由
浮动静态路由备份链路
浮动静态路由【实验目的】通过本实验可以掌握浮动静态路由原理、配置以及备份应用。
掌握浮动静态路由的作用:用于路由的备份。
【实验要求】现在有2台路由器,R1和R2相连,R1和R2既有串口相连,也有百兆以太网口相连。
有这样的策略,不至于路由器的串口坏了,网络处于断开状态。
我们在路由器的串口上运行RIP 协议,在路由器的以太口上运行静态路由,但是我要在路由的所有接口都是好的情况下,网络上的数据包从路由器的串口上走,因为在一切都没有改动下,网络上的数据包只会走路由器的以太口,因为静态路由的优先级高于RIP 协议,所以我们要改动静态路由的默认管理距离。
本实验通过修改静态路由的管理距离为 130,使得路由器选路的时候优先选择 RIP ,而静态路由作为备份。
【实验拓扑】1).配置R1和R2各个接口的IP 地址R1(config)#int lo0R1(config-if)#ip add 1.1.1.1 255.255.255.0R1(config)#int s0/0R1(config-if)#ip add 192.168.12.1 255.255.255.0R1(config-if)#clock rate 64000R1(config-if)#no shR1(config)#int f0/0R1(config-if)#ip add 192.168.21.1 255.255.255.0R1(config-if)#no shR2 (config)#int lo0R2(config-if)#ip add 2.2.2.2 255.255.255.0R2(config)#int s0/0R2(config-if)#ip add 192.168.12.2 255.255.255.0R2(config-if)#no shR2(config)#int f0/0R2(config-if)#ip add 192.168.21.2 255.255.255.0R2(config-if)#no sh1).配置路由器 R1R1(config)#ip route 2.2.2.0 255.255.255.0 192.168.12.2 130 //将管理距离设置为 130 R1(config)#router ripR1(config-router)#version 2 S0/0 S0/0 192.168.21.0/24 F0/0 R1 R2Lo0:1.1.1.1/24 Lo0:2.2.2.2/24 F0/0 192.168.12.0/24R1(config-router)#no auto-summaryR1(config-router)#network 1.0.0.0R1(config-router)#network 192.168.21.02).配置路由器R2R2(config)#ip route 1.1.1.0 255.255.255.0 192.168.12.1 130R2(config)#router ripR2(config-router)#version 2R2(config-router)#no auto-summaryR2(config-router)#network 192.168.21.0R2(config-router)#network 2.0.0.04.实验调试(1)在R1 上查看路由表:R1#show ip routeC 192.168.12.0/24 is directly connected, Serial0/0/01.0.0.0/24 is subnetted, 1 subnetsC 1.1.1.0 is directly connected, Loopback02.0.0.0/24 is subnetted, 1 subnetsR 2.2.2.0 [120/1] via 192.168.21.2, 00:00:25, f0/0C 192.168.21.0/24 is directly connected, f0/0从以上输出可以看出,路由器将RIP 的路由放入路由表中,因为RIP 的管理距离为120,小于在静态路由中设定的130,而静态路由处于备份的地位。
华为路由器浮动静态路由及负载均衡
实验目的:浮动静态路由、负载均衡1、拓扑2、配置地址R1配置interface GigabitEthernet0/0/0ip address 200.1.1.1 255.255.255.0#interface GigabitEthernet0/0/1ip address 200.1.3.1 255.255.255.0#interface GigabitEthernet0/0/2ip address 192.168.1.254 255.255.255.0查看接口地址配置[AR1]display ip interface brief*down: administratively down^down: standby(l): loopback(s): spoofingThe number of interface that is UP in Physical is 4 The number of interface that is DOWN in Physical is 0 The number of interface that is UP in Protocol is 4 The number of interface that is DOWN in Protocol is 0Interface IP Address/Mask PhysicalProtocolGigabitEthernet0/0/0 200.1.1.1/24 up up GigabitEthernet0/0/1 200.1.3.1/24 up up GigabitEthernet0/0/2 192.168.1.254/24 up up NULL0 unassigned up up(s)R2#interface GigabitEthernet0/0/1ip address 200.1.2.2 255.255.255.0#interface GigabitEthernet0/0/0ip address 200.1.1.2 255.255.255.0R3interface GigabitEthernet0/0/1ip address 200.1.2.3 255.255.255.0interface GigabitEthernet0/0/0ip address 200.1.3.3 255.255.255.0interface GigabitEthernet0/0/ip address 192.168.2.254 255.255.255.03、配置路由[AR1]ip route-static 192.168.2.0 24 200.1.3.3[AR3]ip route-static 192.168.1.0 24 200.1.3.1[AR2]ip route-static 192.168.1.0 24 200.1.1.1 去A[AR2]ip route-static 192.168.2.0 24 200.1.2.3 去B跟踪路由4、配置浮动静态路由实现路由备份[AR1]ip route-static 192.168.1.0 24 200.1.2.2 preference 100[AR1]ip route-static 192.168.2.0 24 200.1.1.2 preference 100查看路由表没有上面的路由条目,原因优先级高才写入路由表192.168.2.0/24 Static 60 0 RD 200.1.3.3[AR1]display ip routing-table protocol staticRoute Flags: R - relay, D - download to fib------------------------------------------------------------------------------Public routing table : StaticDestinations : 1 Routes : 2 Configured Routes : 2Static routing table status : <Active>Destinations : 1 Routes : 1Destination/Mask Proto Pre Cost Flags NextHop Interface192.168.2.0/24 Static 600 RD 200.1.3.3 GigabitEthernet0/0/1Static routing table status : <Inactive>Destinations : 1 Routes : 1Destination/Mask Proto Pre Cost Flags NextHop Interface192.168.2.0/24 Static 1000 R 200.1.1.2 GigabitEthernet0/0/05、手动制造故障[AR1]interface g0/0/1[AR1-GigabitEthernet0/0/1]shutdown浮动路由写入路由表192.168.2.0/24 Stati c 100 0 200.1.1.2---------------------------------------------------------------------------------------------------------------------二、通过负载均衡实现网络优化创建等价路由:优先级、cost、目标地址、掩码相同[AR3]ip route-static 192.168.1.0 24 200.1.2.2[AR1]ip route-static 192.168.2.024 200.1.1.2[AR1]display ip routing-table protocol staticRoute Flags: R - relay, D - download to fib------------------------------------------------------------------------------Public routing table : StaticDestinations : 1 Routes : 2 Configured Routes : 2Static routing table status : <Active>Destinations : 1 Routes : 2Destination/Mask Proto Pre Cost Flags NextHop Interface192.168.2.0/24 Static 60 0 RD 200.1.3.3 GigabitEthernet0/0/1 Static 600 RD 200.1.1.2 GigabitEthernet0/0/0验证:在两条链路上抓包看有流量经过两条链路!。
浮动静态路由实验报告
静态路由实验实验要求:R1的loopback1分3次顺序ping通R8的loopback1,体现浮动路由的作用。
实验步骤:1、画出实验拓扑图,如上图所示2、根据拓扑图给每个路由器配置IP地址R1配置:R1(config)#int s0/0R1(config-if)#ip add 192.168.2.1 255.255.255.0R1(config-if)#no shR1(config-if)#int s0/1R1(config-if)#ip add 192.168.4.1 255.255.255.0R1(config-if)#no shR1(config-if)#int s0/2R1(config-if)#ip add 192.168.3.1 255.255.255.0R1(config-if)#no shR1(config-if)#int loopback 1R1(config-if)#ip add 192.168.1.1 255.255.255.0R2配置:R2(config)#int s0/0R2(config-if)#ip add 192.168.2.2 255.255.255.0R2(config-if)#no shR2(config-if)#int s0/2R2(config-if)#ip add 192.168.5.1 255.255.255.0R2(config-if)#no shR2(config-if)#int s0/3R2(config-if)#ip add 192.168.7.1 255.255.255.0R2(config-if)#no shR3配置:R3(config)#int s0/1R3(config-if)#ip add 192.168.4.2 255.255.255.0R3(config-if)#no shR3(config-if)#int s0/2R3(config-if)#ip add 192.168.5.2 255.255.255.0R3(config-if)#no shR3(config-if)#int s0/0R3(config-if)#ip add 192.168.6.1 255.255.255.0R3(config-if)#no shR4配置:R4(config)#int s0/0R4(config-if)#ip add 192.168.6.2 255.255.255.0R4(config-if)#no shR4(config-if)#int s0/2R4(config-if)#ip add 192.168.3.2 255.255.255.0R4(config-if)#no shR4(config-if)#int s0/3R4(config-if)#ip add 192.168.7.2 255.255.255.0R4(config-if)#no shR4(config-if)#int loopback 1R4(config-if)#ip add 192.168.8.1 255.255.255.03、配置静态路由R1配置:R1(config)#ip route 192.168.8.0 255.255.255.0 192.168.3.2R1(config)#ip route 192.168.8.0 255.255.255.0 192.168.6.2 20 R1(config)#ip route 192.168.8.0 255.255.255.0 192.168.7.2 50 R1(config)#ip route 192.168.6.0 255.255.255.0 192.168.5.2 20 R1(config)#ip route 192.168.7.0 255.255.255.0 192.168.5.1 50 R1(config)#ip route 192.168.5.0 255.255.255.0 192.168.2.2 20 R1(config)#ip route 192.168.5.0 255.255.255.0 192.168.4.2 50 R2配置:R2(config)#ip route 192.168.1.0 255.255.255.0 192.168.2.1 20 R2(config)#ip route 192.168.1.0 255.255.255.0 192.168.4.1 50 R2(config)#ip route 192.168.4.0 255.255.255.0 192.168.5.2 50 R2(config)#ip route 192.168.8.0 255.255.255.0 192.168.6.2 20 R2(config)#ip route 192.168.8.0 255.255.255.0 192.168.7.2 50 R2(config)#ip route 192.168.6.0 255.255.255.0 192.168.5.2 20 R3配置:R3(config)#ip route 192.168.1.0 255.255.255.0 192.168.2.1 20 R3(config)#ip route 192.168.1.0 255.255.255.0 192.168.4.1 50 R3(config)#ip route 192.168.2.0 255.255.255.0 192.168.5.1 20 R3(config)#ip route 192.168.8.0 255.255.255.0 192.168.6.2 20R3(config)#ip route 192.168.8.0 255.255.255.0 192.168.7.2 50R3(config)#ip route 192.168.7.0 255.255.255.0 192.168.5.1 50R4配置:R4(config)#ip route 192.168.1.0 255.255.255.0 192.168.3.1R4(config)#ip route 192.168.1.0 255.255.255.0 192.168.2.1 20R4(config)#ip route 192.168.1.0 255.255.255.0 192.168.4;1 50R4(config)#ip route 192.168.2.0 255.255.255.0 192.168.5.1 20R4(config)#ip route 192.168.4.0 255.255.255.0 192.168.5.2 50R4(config)#ip route 192.168.5.0 255.255.255.0 192.168.6.1 20R4(config)#ip route 192.168.5.0 255.255.255.0 192.168.7.1 503、测试R1#traceroute 192.168.8.1 source 192.168.1.1Type escape sequence to abort.Tracing the route to 192.168.8.11 192.168.3.2 96 msec 92 msec *R1选择管理距离最小的静态路由192.168.8.0/24 [1/0] via 192.168.3.2直接到达R4查看路由表:R1#show ip routeCodes: C - connected, S - static, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2ia - IS-IS inter area, * - candidate default, U - per-user static routeo - ODR, P - periodic downloaded static routeGateway of last resort is not setS 192.168.8.0/24 [1/0] via 192.168.3.2C 192.168.4.0/24 is directly connected, Serial0/1S 192.168.5.0/24 [20/0] via 192.168.2.2S 192.168.6.0/24 [20/0] via 192.168.5.2S 192.168.7.0/24 [50/0] via 192.168.5.1C 192.168.1.0/24 is directly connected, Loopback1C 192.168.2.0/24 is directly connected, Serial0/0C 192.168.3.0/24 is directly connected, Serial0/2在R1上写了7条静态路由,目前只显示了4条,说明浮动的静态路由不能永久地保存在路由选择中。
思科Cisco路由器配置——浮动静态路由配置实验详解
思科Cisco路由器配置——浮动静态路由配置实验详解本⽂实例讲述了思科Cisco浮动静态路由配置实验。
分享给⼤家供⼤家参考,具体如下:⼀、实验⽬的:利⽤⼀条静态路由作为两条负载均衡的浮动静态路由⼆、拓扑图如下:三、具体步骤配置(1)R1路由器配置Router>enable --进⼊特权模式Router#configure terminal --进⼊全局配置模式Enter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R1 --修改路由器名为R1R1(config)#interface s0/0/0 --进⼊端⼝R1(config-if)#clock rate 64000 --设置时钟同步速率R1(config-if)#ip address 192.168.12.1 255.255.255.0 --给端⼝配置ip地址R1(config-if)#no shutdown --激活端⼝%LINK-5-CHANGED: Interface Serial0/0/0, changed state to downR1(config-if)#interface s0/0/1 --进⼊端⼝R1(config-if)#clock rate 64000 --设置时钟同步速率R1(config-if)#ip address 192.168.23.2 255.255.255.0 --给端⼝配置ip地址R1(config-if)#no shutdown --激活端⼝%LINK-5-CHANGED: Interface Serial0/0/1, changed state to downR1(config-if)#exit --返回上⼀级R1(config)#interface l0 --进⼊回环端⼝R1(config-if)#ip address 10.1.1.1 255.255.255.0 --给端⼝配置ip地址R1(config-if)#no shutdown --激活端⼝R1(config-if)#interface f0/0 --进⼊端⼝R1(config-if)#ip address 192.168.13.1 255.255.255.0 --给端⼝配置ip地址R1(config-if)#no shutdown --激活端⼝R1(config-if)#exit --返回上⼀级R1(config)#route rip --开启rip协议R1(config-router)#version 2 --版本2R1(config-router)#no auto-summary --关闭⾃动汇总R1(config-router)#network 192.168.12.0 --添加直连⽹段到RIPR1(config-router)#network 192.168.23.0R1(config-router)#network 10.1.1.0R1(config-router)#exit --返回上⼀级R1(config)#ip route 20.1.1.0 255.255.255.0 192.168.13.2 121 --配置浮动静态路由,级别为121R1(config)#end --返回特权模式(2)R2路由器配置Router>enable --进⼊特权模式Router#configure terminal --进⼊全局配置模式Enter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R2 --修改路由器名为R2R2(config)#interface s0/0/1 --进⼊端⼝R2(config-if)#clock rate 64000 --配置时钟速率This command applies only to DCE interfacesR2(config-if)#ip address 192.168.12.2 255.255.255.0 --给端⼝配置ip地址R2(config-if)#no shutdown --激活端⼝R2(config-if)#interface s0/0/0 --进⼊端⼝R2(config-if)#clock rate 64000 --为端⼝配置时钟速率This command applies only to DCE interfacesR2(config-if)#ip address 192.168.23.1 255.255.255.0 --给端⼝配置ip地址R2(config-if)#no shutdown --激活端⼝R2(config-if)#exit --返回上⼀级R2(config)#interface l0 --进⼊回环端⼝R2(config-if)#ip address 20.1.1.1 255.255.255.0 --给端⼝配置ip地址R2(config-if)#no shutdown --激活端⼝R2(config-if)#interface f0/1 --进⼊端⼝R2(config-if)#ip address 192.168.13.2 255.255.255.0 --给端⼝配置ip地址R2(config-if)#no shutdown --激活端⼝R2(config-if)#exit --返回上⼀级R2(config)#route rip --开启rip协议R2(config-router)#version 2 --版本2R2(config-router)#no auto-summary --关闭⾃动汇总R2(config-router)#network 192.168.12.0 --添加直连⽹段到RIPR2(config-router)#network 192.168.23.0R2(config-router)#network 20.1.1.0R2(config-router)#exit --返回上⼀级R2(config)#ip route 10.1.1.0 255.255.255.0 192.168.13.1 121 --配置浮动静态路由,级别为121 R2(config)#end --返回特权模式四、验证1、分别查看R1与R2路由表信息(1)R1路由表信息(2)R2路由表信息2、断开两条负载均衡路径(12.0与23.0⽹段)并查看路由表信息(1)R1路由表信息(2)R2路由表信息解释:当两条负载均衡路径断掉,这条浮动的静态路由就会出现。
实验一 静态ECMP和浮动静态路由配置
实验报告
一,实验目标:
1,掌握路何在路由器上配置静态ECMP;2,掌握浮动静态路由配置。
二,实验组网图
三.实验设备
四,实验任务
(1)任务一:静态ECMP配置
(2)任务二:浮动静态路由配置
五,实验总结
在实验原理图可以看出实验一是一个简单的配置静态路由实验,由管理员手工配置,无开销,适合简单的扩普结构网络,合理配置可以减少路由表选项数量,节省路由表空间,加快路由匹配速度,缺点是无法根据网络扩扑变化而改变,网络故障必须由管理员去维护。
实验二则是配置浮动静态路由,适合于备份链路是低宽带链路的场合,当备份链路是较高宽带链路的场合时,则用动态路由来备份另
一动态路由。
浮动静态路由
浮动静态路由
提要描述:
浮动静态路由与其他的静态路由不同,在路由表中其他静态路由总是优先于浮动静态路由,仅在首选静态路由失败的时候,浮动静态路由才会出现在路由表中。
因此缺省情况下,对于到相同的目标网络,其他静态路由总是优先于浮动静态路由。
实验目标:主链路(一般静态路由)Down,备份链路(浮动静态路由)生效,主链路恢复正常,备份链路失效(在预备状态)。
实验连接图
R1的基本配置
使用本地环回地址(仅实验用)
设置主线路串口地址
备用串口地址
查看各接口地址
R2的基本配置
接口地址配置同上(略...)查看R2各接口地址
R1静态路由配置
路由后面的权值50表示指定的(管理距离),管理距离越高其路由优先权越低(权值范围在1-255之间),例如:指向下一跳地址的IPv4的静态路由的管理距离为1,而指向出站接口的静态路由的管理距离为0。
如果有两条静态路由指向相同的目标网络,一条指向下一跳地址,一条指向出站接口,那么则优选后者(管理距离越低路由优先权越高)。
查看路由表
show ip route
R2静态路由配置
查看路由表show ip route
测试
正常情况下
当主线路故障时
查看各接口信息
再次查看路由表
当主线路恢复时
通过以上对R1 S0/3/0接口的关开,可以看到3个路由表的变化(主备/链路的切换)。
提示:在每条路由条目中的括号内的数字是,例如[1/0],前者指定了管理距离为1,后者指定度量值为0(因为静态路由没有度量值)。
因此对于相同的目标网络,缺省情况下,到相同目标网络的静态路由总是优先于动态路由。
【实验报告】浮动静态路由实验(SLA)_屠双奇
浮动静态路由(SLA)V0.12012-9-3Author TELPHONE OrganizationLastUpdateSPOTO 全球培训●项目●人才1 / 5SPOTO 全球 培训 ● 项目 ● 人才2 / 5目录1拓扑与需求 ....................................................................................................................................................... 2 1.1 网络拓扑 ............................................................................................................................................... 2 1.2 需求概述 ............................................................................................................................................... 3 2实现机制 ........................................................................................................................................................... 3 2.1 设计原理 ............................................................................................................. 错误!未定义书签。
第3单元:实训-静态路由
第3单元:实训-静态路由实训:静态路由本实训要求学生掌握静态路由、默认路由、汇总路由的概念,以及静态路由、默认路由的配置方法。
1.网络拓扑首先,需要建立由交换机、路由器和PC机组成的网络,并画出拓扑图。
在拓扑图中要标记出相关接口和网络地址。
2.静态路由静态路由是手动配置路由表的一种方式,需要掌握路由表的概念和ip route命令的使用。
根据需求正确配置静态路由。
3.默认路由默认路由是指当路由表中没有匹配路由时,将数据包发送到默认网关。
需要掌握默认路由的使用场合,并能够正确配置默认路由。
实验数据记录:场景描述:学校有新旧两个校区,每个校区是一个独立的局域网,为了使新旧校区能够正常相互通讯,共享资源。
每个校区出口利用一台路由器进行连接,两台路由器间学校申请了一条2M的DDN专线进行相连,要求做适当配置实现两个校区的正常相互访问。
命令:在路由器R1上进行以下配置:conf thostname R1int fa 1/0no shutip address 192.168.1.1 255.255.255.0 exitint serial 2/0no shutip address 192.168.3.1 255.255.255.0 clock rateend在路由器R2上进行以下配置:conf thostname R2int fa 1/0no shutip address 192.168.2.1 255.255.255.0 exitint serial 2/0ip address 192.168.3.2 255.255.255.0 no shutendip route 192.168.2.0 255.255.255.0 192.168.3.2最后,检查路由表是否正确配置:show ip route表:该命令用于查看路由表,可以查看到当前路由器的路由信息,包括目的网络地址、子网掩码、下一跳地址和出接口等信息。
实验步骤:1.根据实验环境搭建网络拓扑图;2.配置路由器地址和各主机IP地址;3.进行ping测试以检查网络情况。
实训名称:静态路由配置
实训名称:静态路由配置一、实训原理
Ip route 目标网络掩码下一跳IP地址二、实训目的
让不同网络不同路由器的PC机能够通信
三、实训步骤:
拓扑图
第一步:配IP地址
先配左边的路由器
En
Conf
Int F0/1
Ip add 192.168.1.1 255.255.255.0
No shut
Int f0/0
Ip add 192.168.2.1 255.255.255.0
No shut
再配右边的路由器
En
Conf
Int f0/0
Ip add 192.168.2.2 255.255.255.0
No shut
Int f0/1
Ip add 192.168.3.1 255.255.255.0
第二步:给PC机配置IP地址
此处略去1000字
第三步:配置静态路由
先配左边的路由器
Ip route 192.168.3.0 255.255.255.0 192.168.2.2 //全局配置模式下关键字目标网络掩码下一跳IP地址
再配右边的路由器
Ip route 192.168.1.0 255.255.255.0 192.168.2.1 //全局配置模式下关键字目标网络掩码下一跳IP地址
四、实训结果
右边路由器的路由表
左边路由器的路由表
Ping 通。
《网络系统集成》浮动静态路由
《网络系统集成》浮动静态路由2011-05-16 23:33:22| 分类:系统集成阅读91 评论0 字号:大中小订阅一、实验目的1、学习管理距离的配置;2、理解冗余线路中路由的控制与管理,学习配置浮动静态路由表。
二、实验环境规划和网络拓扑结构1、实验环境规划两个路由器两端有两个网络192.168.1.0/24和172.16.1.0/24,在两个路由器之间设置两条链路。
2、实验拓扑图三、实验步骤1、使用PT放置两台2621XM;分别关闭电源,安装WIC-1T模块,打开电源;连接串行线路。
2、配置两台路由器的端口地址和环回端口。
R1上的配置Router>enRouter#conf tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R1R1(config)#int lo0 配置环回端口%LINK-5-CHANGED: Interface Loopback0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback0, changed state toupR1(config-if)#ip addr 192.168.1.1 255.255.255.0 环回端口地址R1(config-if)#exitR1(config)#int s0/0 配置线路1R1(config-if)#ip addr 172.16.16.5 255.255.255.252 线路1端口地址R1(config-if)#no shut%LINK-5-CHANGED: Interface Serial0/0, changed state to downR1(config-if)#exitR1(config)#int f0/0 配置线路2R1(config-if)#ip addr 172.16.16.1 255.255.255.252 线路2端口地址R1(config-if)#exitR1(config-if)#no shut%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to upR1(config-if)#R2上的配置Router>enRouter#conf tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R2R2(config)#int lo0%LINK-5-CHANGED: Interface Loopback0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback0, changed state toupR2(config-if)#ip addr 172.16.1.1 255.255.255.0R2(config-if)#exitR2(config)#int s0/0R2(config-if)#clock ra 64000R2(config-if)#ip addr 172.16.16.6 255.255.255.252R2(config-if)#no sh%LINK-5-CHANGED: Interface Serial0/0, changed state to upR2(config-if)#%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state toupR2(config-if)#int f0/0R2(config-if)#ip addr 172.16.16.2 255.255.255.252R2(config-if)#no sh%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to upR2(config-if)#3、在两个路由器上分别配置两条链路的路由,但是不改变管理距离R1上的配置R1(config)#ip route 172.16.1.0 255.255.255.0 172.16.16.2R1(config)#ip route 172.16.1.0 255.255.255.0 172.16.16.6R1(config)#R2上的配置R2(config)#ip route 192.168.1.0 255.255.255.0 172.16.16.1R2(config)#ip route 192.168.1.0 255.255.255.0 172.16.16.5R2(config)#4、查看此时的路由表R1#show ip route………………172.16.0.0/24 is subnetted, 1 subnetsS 172.16.1.0 [1/0] via 192.168.16.2[1/0] via 192.168.16.6 这里同时存在两条静态路由同时工作,默认的管理距离都为1C 192.168.1.0/24 is directly connected, Loopback0192.168.16.0/30 is subnetted, 2 subnetsC 192.168.16.0 is directly connected, FastEthernet0/0C 192.168.16.4 is directly connected, Serial0/0R2#show ip route………………172.16.0.0/24 is subnetted, 1 subnetsC 172.16.1.0 is directly connected, Loopback0S 192.168.1.0/24 [1/0] via 192.168.16.1[1/0] via 192.168.16.5192.168.16.0/30 is subnetted, 2 subnetsC 192.168.16.0 is directly connected, FastEthernet0/0C 192.168.16.4 is directly connected, Serial0/05、将链路1的管理距离改为100R1(config)#ip route 172.16.1.0 255.255.255.0 192.168.16.2 100R2(config)#ip route 192.168.1.0 255.255.255.0 192.168.16.1 1006、查看此时的路由表,可以看到只有链路2的路由可以使用。
CCNA扩展实验:路由链路负载均衡,浮动静态路由
CCNA扩展实验:路由链路负载均衡,浮动静态路由实验内容:1.配置静态路由2.建立负载均衡链路,3.启用浮动静态路由,保证在一条链路shut down后启用另一条链路。
实验目的:学会应用静态路由,动态路由,了解管理距离。
实验环境:cisco7200路由器3台(模拟)一、名词概念静态路由静态路由是指由网络管理员手工配置的路由信息。
当网络的拓扑结构或链路的状态发生变化时,网络管理员需要手工去修改路由表中相关的静态路由信息。
静态路由信息在缺省情况下是私有的,不会传递给其他的路由器。
当然,网管员也可以通过对路由器进行设置使之成为共享的。
静态路由一般适用于比较简单的网络环境,在这样的环境中,网络管理员易于清楚地了解网络的拓扑结构,便于设置正确的路由信息。
在一个支持DDR(dial-on-dem and routing)的网络中,拨号链路只在需要时才拨通,因此不能为动态路由信息表提供路由信息的变更情况。
在这种情况下,网络也适合使用静态路由。
使用静态路由的另一个好处是网络安全保密性高。
动态路由因为需要路由器之间频繁地交换各自的路由表,而对路由表的分析可以揭示网络的拓扑结构和网络地址等信息。
因此,网络出于安全方面的考虑也可以采用静态路由。
大型和复杂的网络环境通常不宜采用静态路由。
一方面,网络管理员难以全面地了解整个网络的拓扑结构;另一方面,当网络的拓扑结构和链路状态发生变化时,路由器中的静态路由信息需要大范围地调整,这一工作的难度和复杂程度非常高。
管理距离管理距离是指一种路由协议的路由可信度。
每一种路由协议按可靠性从高到低,依次分配一个信任等级,这个信任等级就叫管理距离。
对于两种不同的路由协议到一个目的地的路由信息,路由器首先根据管理距离决定相信哪一个协议。
一些常见路由协议的管理距离Route Source --Default Distance ValuesConnected interface --0Static route* --1Enhanced Interior Gateway Routing Protocol (EIGRP) summary route--5External Border Gateway Protocol(BGP)--20Internal EIGRP-- 90IGRP --100OSPF --110Interm ediate System-to-Intermediate System (IS-IS)--115Routing Information Protocol (RIP) --120Exterior Gateway Protocol (EGP) --140On Demand Routing (ODR) --160External EIGRP --170Internal BGP --200Unknown** --255/管理距离是可以更改的。
浮动静态路由实验
如图所示网络拓扑,要求:1)配置R2上的接口地址(此设备为DCE);2)只能采用静态路由3)从计算机A、B,路由器R1、R2、R3 上能PING通路由器的所有接口和计算机;4)R3上只能采用默认路由;5)R1、R2上采用浮动路由,从R1上发向R2的数据走以太网连接,从R2发向R1的数据走串行连接,以太网连接和串行连接要互相备份;R1上配置:R1(config)#ip route 192.168.1.0 255.255.255.0 12.12.12.2 5R1(config)#ip route 192.168.1.0 255.255.255.0 21.21.21.2 10R1(config)#ip route 23.23.23.0 255.255.255.0 12.12.12.2 5R1(config)#ip route 23.23.23.0 255.255.255.0 21.21.21.5 10R2上配置:R2(config)#int s0/0R2(config-if)#ip address 12.12.12.2 255.255.255.0R2(config-if)#clock rate 64000R2(config-if)#no shutR2(config)#int s0/1R2(config-if)#ip address 23.23.23.2 255.255.255.0R2(config-if)#clock rate 64000R2(config-if)#no shutR2(config)#int f1/0R2(config-if)#ip address 21.21.21.2 255.255.255.0R2r(config-if)#no shutR2(config)#ip route 10.1.1.0 255.255.255.0 12.12.12.1 10 R2(config)#ip route 10.1.1.0 255.255.255.0 21.21.21.1 5 R2(config)#ip route 192.168.1.0 255.255.255.0 23.23.23.3R3上配置:R3(config)#ip classless //启用默认路由R3(config)#ip 0.0.0.0 0.0.0.0 23.23.23.2。
浮动静态路由测试,浮动路由基础实验
浮动静态路由测试,浮动路由基础实验实验环境:Packet tracer 5.0实验要求:在两个路由间建立两条链路,并配置静态路由使得192.168.1.0网段和192.168.4.0网段能够互相访问。
主机1ping 主机2,观察路由间的链路工作情况。
再配置浮动静态路由,再ping,再观察路由间链路的工作情况。
总结浮动静态路由的作用。
实验步骤:1、配置主机和路由各个端口的IP(略)2、配置r1和r2的静态路由r1(config)#ip rou 192.168.4.0 255.255.255.0 192.168.2.2r1(config)#ip rou 192.168.4.0 255.255.255.0 192.168.3.2 /*将两条链路都配置成静态路由*/r1(config)#do show ip rou /*查看一下路由表,思考do的作用*/C 192.168.1.0/24 is directly connected, FastEthernet0/0C 192.168.2.0/24 is directly connected, FastEthernet1/0C 192.168.3.0/24 is directly connected, FastEthernet1/1S 192.168.4.0/24 [1/0] via 192.168.2.2 /*注意这条通过4.0网段的静态路由的显示*/[1/0] via 192.168.3.2 /*可以从2.2走也可以从3.2走*/r2(config)#ip rou 192.168.1.0 255.255.255.0 192.168.2.1r2(config)#ip rou 192.168.1.0 255.255.255.0 192.168.3.1r2(config)#do show ip rouS 192.168.1.0/24 [1/0] via 192.168.2.1 /*注意这条通过1.0网段的静态路由的显示*/[1/0] via 192.168.3.1 /*可以从2.1走也可以从3.1走*/C 192.168.2.0/24 is directly connected, FastEthernet1/0C 192.168.3.0/24 is directly connected, FastEthernet1/1C 192.168.4.0/24 is directly connected, FastEthernet0/0验证:拿主机1ping主机2,注意观察路由间链路的工作情况。
静态路由、浮动路由、默认路由综合配置实验
静态路由、默认路由、浮动路由综合配置实验
一、实验目的
掌握静态路由、默认路由的、浮动路由的配置,实现效果是两个路由器的loopback接口之间实现通信
二、实验拓扑
三、实验中用到的软件
小凡DynamipsGUI(搭建网络拓扑)、SecureCRT(实现远程登录配置路由)
实验步骤:
1.首先按拓扑图用小凡搭建好路由
2.实验拓扑搭建好后,使用SecureCRT远程登录配置路由器
3.按照实验要求配置好路由器各接口IP
4.在R2上配置静态路由
5.在R1上配置默认路由
6.在R1上配置浮动路由设置路径权值为100
7.在R2上配置浮动路由设置路径权值为100
8.测试
9.查看此时由R1发出的信息路径为:192.168.5.2
10.关闭静态路由接口,启动浮动路由
11.启动浮动路由测试
12.分别在R1、R2上测试查看此时的路由路径。
浮动路由实验
铜仁学院实验报告课程名称:计算机网络专业:信息工程班级:2011级学号:2011041196学生姓名: 刘军铜仁学院实验报告课程名称:计算机网络实验名称:静态路由(思科)成绩评定:教师签名:【实验名称】浮动路由配置【实验目的】1、掌握浮动路由的配制方法;2、验证路由的配置结果,加深对路由的理解。
【实验设备】锐捷网络实验平台【概要性实验步骤】1、首先仔细了解要做的实验的具体细节,在稿纸上绘制网络拓扑图,对个节点的IP地址进行具体配置;2、再在思科模拟软件上绘制出拓扑结构图;3、分别对路由器进行配置;设置相应的ip地址4、分别对两个pc机配置相应的IP地址。
【拓扑结构】【实验命令】路由0 Router>en Router#confConfiguring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z. Router(config)#inte se2/0Router(config-if)#ip addr 10.1.3.1 255.255.255.0 Router(config-if)#cloc rate 64000 Router(config-if)#no shut%LINK-5-CHANGED: Interface Serial2/0, changed state to down Router(config-if)#exit Router(config)#inte se3/0Router(config-if)#ip addr 10.1.6.2 255.255.255.0 Router(config-if)#cloc rate 64000 Router(config-if)#no shut10.1.1.1Fa0/0 10.1.1.254Se2/0 10.1.3.1Se3/0 10.1.6.210.1.2.1Se2/0 10.1.3.2 Se3/0 10.1.4.1Se3/0 10.1.4.2Se2/0 10.1.5.1Se2/0 10.1.5.2Se3/0 10.1.6.1 Fa0/0 10.1.2.254%LINK-5-CHANGED: Interface Serial3/0, changed state to downRouter(config-if)#exitRouter(config)#inte fa0/0Router(config-if)#ip addr 10.1.1.254 255.255.255.0Router(config-if)#no shutRouter(config-if)#%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upRouter(config-if)#exitRouter(config)#ip route 10.1.4.0 255.255.255.0 10.1.3.2Router(config)#ip route 10.1.2.0 255.255.255.0 10.1.3.2Router(config)#ip route 10.1.5.0 255.255.255.0 10.1.6.1Router(config)#ip route 10.1.2.0 255.255.255.0 10.1.6.1 20Router(config)#exit%SYS-5-CONFIG_I: Configured from console by consoleRouter#%LINK-5-CHANGED: Interface Serial2/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up%LINK-5-CHANGED: Interface Serial3/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0, changed state to upRouter con0 is now availablePress RETURN to get started.路由1Router>enRouter#confConfiguring from terminal, memory, or network [terminal]?Enter configuration commands, one per line. End with CNTL/Z.Router(config)#inte se2/0Router(config-if)#ip addr 10.1.3.1 255.255.255.0Router(config-if)#Router(config-if)#cloc rate 64000Router(config-if)#no shut%LINK-5-CHANGED: Interface Serial2/0, changed state to downRouter(config-if)#exitRouter(config)#inte se3/0Router(config-if)#ip addr 10.1.6.2 255.255.255.0Router(config-if)#cloc rate 64000Router(config-if)#no shut%LINK-5-CHANGED: Interface Serial3/0, changed state to downRouter(config-if)#exitRouter(config)#inte fa0/0Router(config-if)#ip addr 10.1.1.254 255.255.255.0Router(config-if)#no shut%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upRouter(config-if)#exitRouter(config)#ip route 10.1.4.0 255.255.255.0 10.1.3.2Router(config)#ip route 10.1.2.0 255.255.255.0 10.1.3.2Router(config)#ip route 10.1.5.0 255.255.255.0 10.1.6.1Router(config)#ip route 10.1.2.0 255.255.255.0 10.1.6.1 20Router(config)#exitRouter#%SYS-5-CONFIG_I: Configured from console by consoleRouter#%LINK-5-CHANGED: Interface Serial2/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up%LINK-5-CHANGED: Interface Serial3/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0, changed state to up Router con0 is now availablePress RETURN to get started.路由2Router#confConfiguring from terminal, memory, or network [terminal]?Enter configuration commands, one per line. End with CNTL/Z.Router(config)#Router(config)#inte se2/0Router(config-if)#Router(config-if)#Router(config-if)#ip addr 10.1.5.1 255.255.255.0Router(config-if)#cloc rate 64000Router(config-if)#Router(config-if)#no shut%LINK-5-CHANGED: Interface Serial2/0, changed state to upRouter(config-if)#exitRouter(config)#inte se3/0%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up Router(config-if)#ip addr 10.1.4.2 255.255.255.0Router(config-if)#cloc rate 64000Router(config-if)#no shut%LINK-5-CHANGED: Interface Serial3/0, changed state to upRouter(config-if)#Router(config-if)#exit%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0, changed state to upRouter(config)#inte fa0/0Router(config-if)#ip addr 10.1.2.254 255.255.255.0Router(config-if)#no shut%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upRouter(config-if)#exitRouter(config)#ip route 10.1.3.0 255.255.255.0 10.1.4.1Router(config)#ip route 10.1.1.0 255.255.255.0 10.1.4.1Router(config)#ip route 10.1.6.0 255.255.255.0 10.1.5.2Router(config)#ip route 10.1.1.0 255.255.255.0 10.1.5.2Router(config)#exitRouter#%SYS-5-CONFIG_I: Configured from console by consoleRestricted Rights LegendUse, duplication, or disclosure by the Government issubject to restrictions as set forth in subparagraph(c) of the Commercial Computer Software - RestrictedRights clause at FAR sec. 52.227-19 and subparagraph(c) (1) (ii) of the Rights in Technical Data and ComputerSoftware clause at DFARS sec. 252.227-7013.cisco Systems, Inc.170 West Tasman DriveSan Jose, California 95134-1706Cisco Internetwork Operating System SoftwareIOS (tm) PT1000 Software (PT1000-I-M), Version 12.2(28), RELEASE SOFTWARE (fc5) Technical Support: /techsupportCopyright (c) 1986-2005 by cisco Systems, Inc.Compiled Wed 27-Apr-04 19:01 by miwangPT 1001 (PTSC2005) processor (revision 0x200) with 60416K/5120K bytes of memory.Processor board ID PT0123 (0123)PT2005 processor: part number 0, mask 01Bridging software.X.25 software, Version 3.0.0.4 FastEthernet/IEEE 802.3 interface(s)2 Low-speed serial(sync/async) network interface(s)32K bytes of non-volatile configuration memory.63488K bytes of ATA CompactFlash (Read/Write)--- System Configuration Dialog ---Continue with configuration dialog? [yes/no]: noPress RETURN to get started!路由3Router>Router>enRouter#confConfiguring from terminal, memory, or network [terminal]?Enter configuration commands, one per line. End with CNTL/Z.Router(config)#inte se2/0Router(config-if)#ip addr 10.1.5.2 255.255.255.0Router(config-if)#cloc rate 64000Router(config-if)#no shut%LINK-5-CHANGED: Interface Serial2/0, changed state to downRouter(config-if)#exitRouter(config)#inte se3/0Router(config-if)#ip addr 10.1.6.1 255.255.255.0Router(config-if)#cloc rate 64000Router(config-if)#no shut%LINK-5-CHANGED: Interface Serial3/0, changed state to upRouter(config-if)#exitRouter(config)#ip route ip%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0, changed state to u% Incomplete command.Router(config)#ip route 10.1.1.0 255.255.255.0 10.1.6.2Router(config)#ip route 10.1.2.0 255.255.255.0 10.1.5.1Router(config)#exit%SYS-5-CONFIG_I: Configured from console by console%LINK-5-CHANGED: Interface Serial2/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to upRouter con0 is now availablePress RETURN to get started.配置PC IP【实验结果】Pc1 与Pc2能够ping通【实验体会】要培养自己良好的实验习惯,实验之前首先在稿纸上画出相应的网络拓扑图,分不同的网络对各个节点IP进行配置;再在实验设备上画图,配置相应的数据。
通过浮动的静态路由实现链路备份
验证测试:R1#ping 192.168.13.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echoes to 192.168.13.3, timeout is 2 seconds:
!!!!!
R2#ping 192.168.23.3
C 192.168.4.0/24 is directly connected, FastEthernet0
C 192.168.23.0/24 is directly connected, Serial1
【注意事项】
配置备份路由的管理距离必须大于主路由的管理距离。
【参考配置】
R3#sh run
Current configuration:
!
version 6.14(2)
!
hostname "R1"
!
ip subnet-zero
!
interface FastEthernet0
ip address 192.168.12.1 255.255.255.0
!
interface FastEthernet1
no ip address
shutdown
no login
!
end
R2#sh run
Current configuration:
!
version 6.14(2)
!
hostname "R2"
!
ip subnet-zero
!
interface FastEthernet0
ip address 192.168.12.2 255.255.255.0
实现浮动路由_cisco
实现浮动路由_cisco实验一:实现浮动路由和etherchannel实验目的:LAB1:实施浮动静态路由(在R1设备上,当e0/1接口正常工作是去往27.1.1.7网络数据从E0/1发送数据。
当E0/1线路出现故障时从备用线路S1/0发送数据。
LAB2:SW1和SW2连接PC1和PC2的接口配置能vlan10,vlan20,SW1和SW2的e/2和e/3之间配置起etherchannel,并且PC1和PC2通信。
实验拓扑图:设备基本配置:PC1的配置信息:PC1(config)#no ip routing//关闭路由功能PC1(config)#interface Ethernet0/1//进入e0/1PC1(config-if)#ip address192.168.10.1255.255.255.0//配置e0/1接口地址PC1(config-if)#no shut//开启接口PC1(config)#ip default-gateway192.168.10.254//配置默认网关地址PC2的配置信息:PC2(config)#no ip routing//关闭路由功能PC2(config)#interface Ethernet0/1//进入e0/1PC2(config-if)#ip address192.168.20.1255.255.255.0//配置e0/1接口地址PC2(config-if)#no shut//开启接口PC2(config)#ip default-gateway192.168.20.254//配置默认网关地址SW1配置信息:SW1(config)#vlan10//创建vlan10SW1(config-vlan)#exitSW1(config)#vlan20//创建vlan20SW1(config-vlan)#exitSW1(config)#int e0/1//接入e0/1接口SW1(config-if)#switchport mode access//接口模式为access SW1(config-if)#switchport access vlan10//接口绑定vlan10 SW1(config)#int range e0/2-3//进入e0/2和e0/3接口SW1(config-if-range)#switchport trunk encapsulation dot1q//接口封装dotq SW1(config-if-range)#switchport mode trunk//接口模式为trunkSW1(config-if-range)#switchport trunk allow vlan all//允许所有vlanSW1(config-if-range)#shut//先关闭接口SW1(config-if-range)#channel-group1mode on//接口的etherchannel为on模式SW1(config-if-range)#no shut//开启接口SW1(config-if-range)#exitSW1(config)#int e0/1//接入e0/1接口SW1(config-if)#switchport trunk encapsulation dot1q//接口封装dotqSW1(config-if)#switchport mode trunk//接口模式为trunk SW1(config-if)#switchport trunk allow vlan all//允许所有vlan SW2配置信息:SW2(config)#vlan10//创建vlan10SW2(config-vlan)#exitSW2(config)#vlan20//创建vlan20SW2(config-vlan)#exitSW2(config)#int e0/1//进入e0/1接口SW2(config-if)#switchport mode access//接口模式为access SW2(config-if)#switchport access vlan20//接口绑定vlan20 SW2(config)#int range e0/2-3//进入e0/2和e0/3接口SW2(config-if-range)#switchport trunk encapsulation dot1q//接口封装dotq SW2(config-if-range)#switchport mode trunk//接口模式为trunkSW2(config-if-range)#switchport trunk allow vlan all//允许所有vlanSW2(config-if-range)#shut//先关闭接口SW2(config-if-range)#channel-group1mode on//接口的etherchannel为on模式SW2(config-if-range)#no shut//开启接口R1的配置信息:R1(config)#int e0/0//进入e0/0接口R1(config-if)#no shut//开启接口R1(config)#int e0/0.10//进入e/0.10子接口R1(config-subif)#encapsulation dot1Q10//封装dot1q vlan10 R1(config-subif)#ip add192.168.10.254255.255.255.0//配置IP地址R1(config-subif)#no shut//开启接口R1(config)#int e0/0.20//进入e/0.20子接口R1(config-subif)#encapsulation dot1Q20//封装dot1q vlan20 R1(config-subif)#ip add192.168.20.254255.255.255.0//配置IP地址R1(config-subif)#no shut//开启接口R1(config-subif)#int e0/1//进入e0/1接口R1(config-if)#ip address10.1.1.1255.255.255.0//配置IP地址R1(config-if)#no shut//开启接口R1(config-if)#int s1/0//进入s1/0接口R1(config-if)#ip address12.1.1.1255.255.255.0//配置IP地址R1(config-if)#no shut//开启接口R1(config-if)#exitR1(config)#ip route27.1.1.0255.255.255.0e0/110.1.1.250//配置静态路由metic值为50R1(config)#ip route27.1.1.0255.255.255.0s1/0100//配置静态路由metic值为100R2的配置信息:R2(config)#int e0/1//进入e0/1接口R2(config-if)#ip address10.1.1.2255.255.255.0//配置IP地址R2(config-if)#no shut//开启接口R2(config-if)#int s1/0//进入s1/0接口R2(config-if)#ip address12.1.1.2255.255.255.0//配置IP地址R2(config-if)#no shut//开启接口R2(config-if)#int e0/0//进入e0/0接口R2(config-if)#ip address27.1.1.2255.255.255.0//配置IP地址R2(config-if)#no shut//开启接口R2(config-if)#exitR2(config)#ip route192.168.0.0255.255.0.0e0/110.1.1.1//配置默认静态路由R2(config)#ip route192.168.0.0255.255.0.0s1/0//配置默认静态路由R7的配置信息:R7(config)#interface Ethernet0/0//进入e0/0R7(config-if)#ip address27.1.1.7255.255.255.0//配置IP地址R7(config-if)#no shut//开启接口R7(config-if)#exitR7(config)#ip route0.0.0.00.0.0.0e0/027.1.1.2//配置默认静态路由验证:LAB1验证:PC1#traceroute27.1.1.7sou e0/1nuType escape sequence to abort.Tracing the route to27.1.1.7VRF info:(vrf in name/id,vrf out name/id)1192.168.10.2540msec5msec7msec210.1.1.20msec1msec0msec327.1.1.71msec*3msecPC2#traceroute27.1.1.7sou e0/1nuType escape sequence to abort.Tracing the route to27.1.1.7VRF info:(vrf in name/id,vrf out name/id)1192.168.20.2541msec1msec0msec210.1.1.28msec8msec6msec327.1.1.711msec*5msec关闭R1和R2上的E0/1时验证如下:(单独关闭R1这一边,模拟器不出现象)PC1#traceroute27.1.1.7sou e0/1nuType escape sequence to abort.Tracing the route to27.1.1.7VRF info:(vrf in name/id,vrf out name/id)1192.168.10.2541msec1msec1msec212.1.1.212msec13msec12msec327.1.1.713msec*13msecPC2#traceroute27.1.1.7sou e0/1nuType escape sequence to abort.Tracing the route to27.1.1.7VRF info:(vrf in name/id,vrf out name/id)1192.168.20.2541msec1msec1msec212.1.1.212msec12msec11msec327.1.1.79msec*15msecLAB2验证:PC1#ping192.168.20.1Type escape sequence to abort.Sending5,100-byte ICMP Echos to192.168.20.1,timeout is2seconds:Success rate is100percent(5/5),round-trip min/avg/max=1/1/2msPC2#ping192.168.10.1Type escape sequence to abort.Sending5,100-byte ICMP Echos to192.168.10.1,timeout is2seconds:Success rate is100percent(5/5),round-trip min/avg/max=2/2/3ms SW1的etherchannel信息:SW1#show etherchannel sumFlags:D-down P-bundled in port-channelI-stand-alone s-suspendedH-Hot-standby(LACP only)R-Layer3S-Layer2U-in use f-failed to allocate aggregatorM-not in use,minimum links not metu-unsuitable for bundlingw-waiting to be aggregatedd-default portNumber of channel-groups in use:1Number of aggregators:1Group Port-channel Protocol Ports------+-------------+-----------+-----------------------------------------------1Po1(SU)-Et0/2(P)Et0/3(P)SW2的etherchannel信息:SW2#show etherchannel sumFlags:D-down P-bundled in port-channelI-stand-alone s-suspendedH-Hot-standby(LACP only)R-Layer3S-Layer2U-in use f-failed to allocate aggregatorM-not in use,minimum links not metu-unsuitable for bundlingw-waiting to be aggregatedd-default portNumber of channel-groups in use:1Number of aggregators:1Group Port-channel Protocol Ports------+-------------+-----------+-----------------------------------------------1Po1(SU)-Et0/2(P)Et0/3(P)SW1的vlan信息:SW1#show vlan briefVLAN Name Status Ports----------------------------------------------------------------------------1default active Et1/0,Et1/1,Et1/2,Et1/3 10VLAN0010active Et0/120VLAN0020active1002fddi-default act/unsup1003token-ring-default act/unsup1004fddinet-default act/unsup1005trnet-default act/unsupSW2的vlan信息:SW2#show vlan briefVLAN Name Status Ports----------------------------------------------------------------------------1default active Et0/0,Et1/0,Et1/1,Et1/2Et1/310VLAN0010active20VLAN0020active Et0/11002fddi-default act/unsup 1003token-ring-default act/unsup 1004fddinet-default act/unsup 1005trnet-default act/unsup。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
实训名称:浮动静态路由
实训场景:某公司的总部和分部间使用专线相连,配置RIP实现公司网络的互连。
为了防止专线故障,又申请了一根拨号的备份线路提供冗余,以备在专线链路故障时,使用拨号线路。
因为拨号线路的带宽有限,使用动态路由协议,路由更新会占用部分带宽,为了不影响关键的业务流,在拨号线路上配置静态路由。
一、实训原理
1、当同一个路由器到一个网络有两种不同的路由协议时,路由器会选择管理距离小的做为路由的信息。
2、静态路由不占用链路带宽,而RIP则占用链路带宽
二、实训目的
1、了解路由的管理距离
2、了解多种路协议共存
三、实训步骤:
1、配置专线链路的IP地址与RIP动态路由
2、配置拨号链路的IP地址与静态路由
3、给PC机配置IP地址
拓扑图
具体步骤:
第一步:配置专线链路
先配R1的路由器
En //进入特权模式
Conf //进入全局配置模式
Int F0/0 //进入F0/0端口
Ip add 192.168.1.1 255.255.255.0 //给F0/0配置IP地址
No shut //打开F0/0端口
Int s0/0/0 //进入s0/0/0端口
Ip add 192.168.3.1 255.255.255.0 //给s0/0/0配置IP地址
No shut //打开s0/0/0端口
Exit //退出
Router rip //启用RIP动态路由进程
Net 192.168.1.0 //宣告直连网络1
Net 192.168.3.0 //宣告直连网络2
再配R2的路由器
En //进入特权模式
Conf //进入全局配置模式
Int F0/0 //进入F0/0端口
Ip add 192.168.2.1 255.255.255.0 //给F0/0端口配置IP地址No shut //打开F0/0端口
Int s0/0/0 //进入s0/0/0端口
Ip add 192.168.3.2 255.255.255.0 //给s0/0/0配置IP地址No shut //打开s0/0/0端口
clock rate 9600 // s0/0/0端口配置时钟频率
exit //退出
Router rip //启用RIP动态路由进程
Net 192.168.2.0 //宣告直连网络2
Net 192.168.3.0 //宣告直连网络3
第二步:配置拨号链路
配R1的路由器
Int F0/1 //进入F0/1端口
Ip add 192.168.4.1 255.255.255.0 //给F0/1端口配置IP地址No shut //打开F0/1端口
Exit //退出
Ip route 192.168.2.0 255.255.255.0 192.168.4.2 130
//配置到子公司网络的静态路由,其管理距离为130,做为备分路由
配R2的路由器
Int F0/1 //进入F0/1端口
Ip add 192.168.4.2 255.255.255.0 //给F0/1端口配置IP地址No shut //打开F0/1端口
Exit //退出
Ip route 192.168.1.0 255.255.255.0 192.168.4.1 130
//配置到总公司网络的静态路由,其管理距离为130,做为备分路由
第三步:给PC机配置IP地址
略
四、实训结果
查看路由show ip route //全局特权模式下
R1路由器的路由表
将专线链路去掉,再查看路由show ip route
R1路由器的路由表。