频 道 直 达 - 新闻 - 读书 - 培训 - 教程 - 前沿 - 组网 - 系统应用 - 安全 - 编程 - 存储 - 操作系统 - 数据库 - 服务器 - 专题 - 产品 - 案例库 - 技术圈 - 博客 - BBS
51CTO.COM_中国领先的IT技术网站
找资料:

使用RIP协议处理不连续的子网和VLSM(4)

作者: 佚名 出处:巧巧读书  (  ) 砖  (  ) 好  评论 ( ) 条  进入论坛
更新时间:2007-06-04 10:53
关 键 词:RIP  协议  子网  VLSM
阅读提示:本文实验中演示使用RIP协议处理不连续的子网和VLSM的情况。

第1段:RIPv1配置下的路由表

R3#sh ip route rip
172.16.0.0/30 is subnetted, 3 subnets

R 172.16.123.0 [120/1] via l72.16.123.5,00:00:12,Serial0
[120/1] via l72.16.123.9,00:00:12,Serial1
第2段:配置RIPv2和no summary
R3#conft
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#router rip
R3(config-router)#ver 2
R3 (config-router)#no auto-summary
Term_Server>2
[Resuming connection 2 to R2 ... ]
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#router rip
R2(config-router)#ver 2
R2(config-router)#no auto-summary
Term_Server> 1
[Resuming connection 1 to R1 ... ]

R1#conft
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#router rip
R1(config-router)#ver 2
R1 (config-router)#no auto-summary
R1(config-rotuer)#end
R1#
R1#sh ip prot
Routing Protocol is "rip"
 Sending updates every 30 seconds, next due in 5 seconds
 Invalid after 180 seconds, hold down 180, flushed after 240
 Outgoing update filter list for all interfaces is
 Incoming update filter list for all interfaces is
Redistributing: rip
Default version control: send version 2, receive version 2
 Interface Send Recv Triigered RIP Key-chain
 Ethemet0 2 2
 Serial0 2 2
 Serial1 2 2
Automatic network summarization is not in effect
Routing for Networks:
 172.16.0.0
 172.18.0.0 
Routing Information Sources: 
Gateway DistanceLast Update 
 172.16.123.6 120 00:00:06 
 172.16.123.2 120 00:00:04
Distance: (default is 120)
R1#sh ip route rip
172.16.0.0/30 is subnetted, 3 subnets
R 172.16.123.8 [120/1] via 172.16.123.2, 00:00:06, Serial0
[120/1] via 172.16.123.6, 00:00:22, Serial1
172.18.0.0/16 is variably subnetted, 3 subnets, 2 masks
R 172.18,2,0/28 [120/1] via 172.16.123.2,00:00:06,SerialO
R 172.18J.O/24 [120/1] via 172.16.123.6, 00:00:22, Serial1
第3段:配置 passive interface
R1#debug ip rip
RIP protocol debugging is on
R1#
02:59:47: RIP: received v2 update from 172.16.123.6 on Serial1
02:59:47: 172.16.123.8/30 via 0.0.0.0 in 1 hops
02:59:47: 172.18.2.0/28 via 0.0.0.0 in 1 hops
02:59:47: 172.18.3.0/24 via 0.0.0.0 in 1 hops
R1#
02:59:51: RIP: sending v2 update to 224.0.0.9 via Ethernet 0(172.18.1.1)
02:59:51: RIP: build update entries
02:59:51: 172.16.123.0/30 via 0.0.0.0, metric 1, tag 0
02:59:51: 172.16.123.4/30 via 0.0.0.0, metric 1, tag 0
02:59:51: 172.16.123.8/30 via 0.0.0,0, metric 2, tag 0
02:59:51: 172.18.2.0/28 via 0.0.0.0, metric 2,tab 0
02:59:51: 172.183.0/24 via0.0.0.0,metric 2,tag 0
02:59:51: RIP: sendiag v2 update to 224.0.:0.9viaSaialC-172.15.t23.1)
02:59:51: RIP: build update entries
02:59:51: 172.16.123.4/30 via 0.0.0.0, metric 1, tag 0
02:59:51: 172.18.1.0/28 via 0.0.0.0, metric 1, tag 0
02:59:51: 172.18.3.0/24 via 0.0.0.0, metric 2, tag 0
R1#
02:59:51: RIP: sending v2 update to 224.0.0.9 via Serial1(172.16.123.5)
02:59:51: RIP: build update entries
02:59:51: 172.16.123.0/30 via 0.0.0.0, metric 1, tag 0
02:59:51: 172.18.1.0/28 via 0.0.0.0, metric 1, tag 0
02:59:51: 172.18.2.0/28 via 0.0.0.0, metric 2, tag 0
R1#u all
All possible debugging has been turned off
R1#conft
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#router rip
R1(config-router)passive-interface ?
 Ethernet IEEE 802.3
 Null Null interface
 SerialSerial
 defaultSuppres s routing updates. on all interfaces
 

R1 (config-router)passive-interface e0
R1(config-router)#passive-interface s0
R1(config-router#^Z
R1#debugiprip
RIP protocol debugging is on
R1#
03:00:54: RIP: received v2 update from 172.16.123.2 on Serial0
03:00:54: 172.16.123.8/30 via 0.0.0.0 in 1 hops
03:00:54: 172.18.2.0/28 via 0.0.0.0 in 1 hops
03:00:54: 172.18.3.0/24 via 0.0.0.0 in 2 hops
R1#
3:00:56:RIP:sending v2 flash update to 224.0.0.9 via Serial1(172.16.123.5)
03:00:56: RIP: build flash update entries
03:00:56: 172.18.2.0/28 via 0.0.0.0, metric 2, tag 0
R1#
03:01:12:RIP:received v2 update from 172.16.123.6 on Serial1
03:01:12: 172.16.123.8/30 via0.0.0.0 in 1 hops
03:01:12: 172.18.2.0/28 via 0.0.0.0 in 2 hops
03:01:12: 172.18.3.0/24 via 0.0.0.0 in 1 hops
R1#
03:01:17:RIP:sending v2 flash update to 224.0.0.9 via Serial1(172.16.123.5)
03:01:17: RIP: build update entries
03:01:17: 172.16.123.0/30 via 0.0.0.0, metric 1, tag 0
03:01:17: 172.18.1.0/28 via 0.0.0.0,. metric 1,tag 0
03:01:17: 172.18.2.0/28 via 0.0.0.0, metric 2, tag 0
R1#
03:01:23:RIP:received v2 update from 172.16.123.2 on Serial1
03:01:23: 172.16.123.8/30 via 0.0.0.0 in 1 hops
03:01:23: 172.18.2.0/28 via 0.0.0.0 in 1 hops
03:01:23: 172.18.3.0/24 via 0.0.0.0 in 2 hops
R1#conft
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#router rip
R1 (config-router)#passive-mterface default
R1(config-router#^Z
R1#
Term_Server>2
[Resuming connection 2 to R2 ... ]
R2#cle ip route *
R2#
Term_Server>3
[Resuming connection 3 to R3 ... ]
R3#cle ip route *
R3#
Term_Server>1
[Resuming connection 1 to R1... ]
R1#sh ip route rip
172.16.0.0/30 is subnetted,3 subnets
R 172.16.123.8[120/1]via 172.16.123.2,00:00:09,Serial1
[120/1]via 172.16.123.6,00:00:17,Serial0
172.18.0.0/16 is variably subnetted,3 subnets,2 masks
R 172.18.2.0/28[120/1] via 172.16.123.2,00:00:17,Serial0
R 172.18.3.0/24[120/1] via 172.16.123.6,00:00:09,Serial1
R1#
Term_Server>2
[Resuming connection 2 to R2...]
R2#
R2#sh ip route rip
172.16.0.0/30 is subnetted,3 subnets
R 172.16.123.4[120/1]via 172.16.123.10,00:00:24,Serial1
172.18.0.0/16 is variably subnetted,2 subnets,2 masks
R 172.18.3.0/24[120/1] via 172.16.123.10,00:00:24,Serial1
R2#
Term_Server>3
[Resuming connection 3 to R3...]
R3#sh ip route rip
172.16.0.0/30 is subnetted,3 subnets
R 172.16.123.0120/1] via 172.16.123.9,00:00:26,Serial1
172.18.0.0/16 is variably subnetted,2 subnets,2 masks
R 172.18.2.0/28[120/1] via 172.16.123.9,00:00:26,Serial1


共5页: 上一页 [1] [2] [3] 4 [5] 下一页
【内容导航】
发表
查看
我也说两句

匿名发表

(如果看不清请点击图片进行更换)


中 国 领 先 的 IT 技 术 网 站 ·
技 术 成 就 梦 想
·路由器设置与口令恢复 (查看64920次)
·常用交换机典型配置 (查看37738次)
·网络管理员考试全真模拟试题(八.. (查看33921次)
·三层交换技术专题 (查看29084次)
·子网掩码教程 (查看26681次)
订阅技术快讯
电子杂志下载
名称:网络安全精品应用黄皮书
简介:《2007精品网络安全黄皮书》包括了9个大类24个小类, 800余篇文章,内容包含了熊猫烧香病毒、DDOS攻击、ARP病等热点问题的介绍及解决方案。从病毒查杀、防范、系统、数据等各方面的安全设置到黑客技术的了解、防范,涉及到了安全应用的全部领域, 由浅至深内容全面。
名称:Vista精品应用黄皮书
简介:《Vista精品应用黄皮书》囊括了Vista的各方面内容。此次的精简版,是将里面的内容做了提取,便于用户下载和使用。内容包含了各种Vista的安装与实施、技巧与解析以及各种Vista相关学习文档和相关软件的安全下载。该电子书是了解和应用Vista人员必备的工具手册,并且也是第一本
名称:2006中国IT论坛精品集合
简介:本书由“51CTO论坛推广联盟”制作完成。书中所有内容均来自各联盟成员的论坛(网站)。制作本书的目的是为了集中大家的优势资源,将更多更精彩的内容带给广大技术爱好者。本书是联盟成立以来制作的第一本书。
关键字阅读
频道精选
主编信箱 热线:010-66476606 告诉我们您想看的:专题 文章
关于我们 | 诚聘英才 | 联系我们 | 网站大事 | 意见反馈 | 网站地图
Copyright©2005-2007 51CTO.COM 版权所有