免费注册 查看新帖 |

Chinaunix

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

IGRP Illustration [复制链接]

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

                                It is useful to understand how IGRP works, it is obsolete though.
First of all, IGRP has a lot in common with RIP. They are both classful distance-vector routing protocols as no netmask field in update packet. They do both advertise route with AD=0 no matter if static or connected.
IGRP provides a number of features that are
designed to enhance its stability. These include holddowns, split
horizons, and poison-reverse updates.
In Cisco's implementation of IGRP, poison-reverse
updates are sent if a route metric has increased by a factor of 1.1 or
greater.
They also both follow a rule when sending and receiving updates. See the detail from the following link:
http://www.cisco.com/en/US/tech/tk364/technologies_tech_note09186a0080093fd8.shtml
IGRP packet format
==================

  • Interior Routes - if there are subnets then these are advertised.  These routes are subnets that
    are locally connected.
  • System Routes - routes to summarised networks within an AS.
  • Exterior Routes - routes to networks outside the AS and are called default networks.
Usually, we use system routes and exterior routes. Exterior route is used to advertise update for candidate default. In the snapshot above, 192.168.3.0 will be marked with asterisk as candidate default.
Destination (3 octets) - Destination network, just containing the last
three octets for interior routes (e.g. 24.5.0 for the network
10.24.5.0) since the first octet will be known. For System and External
routes, the routes would have been summarised so the last octet will
always be zero (e.g. 10.24.5.0 will be entered as 10.24.5).
Please understand that IGRP does not trigger any flash update when route changed by commands such as 'network', 'redistribute' etc, that is, the updated routes will be advertised the interval timer times out. (Next time sending update) Certainly, the physical interface failure would cause triggered updates.
Split horizon
=============
IGRP is like RIP, it will follow split horizon when redistributing static route.
Default route
=============
Because it's special packet form, IGRP does not support 0.0.0.0 route. We have several ways to generate candidate default.
1. Use commands 'ip default-network' and 'network' to advertise one connected/static (AD=0) default route.
Please note it must be declared by 'network' command, not like RIP.
2. Use 'ip default-network' to mark igrp-advertised route or redistributed route, then that route will be changed from system route to exterior route.
06:52:36: IGRP: sending update to 255.255.255.255 via Serial1/1 (192.168.20.2)
06:52:36:       network 220.1.1.0, metric=26476
06:52:36:       network 192.168.1.0, metric=8476
06:52:36:       network 192.168.2.0, metric=10476
06:52:36:       exterior 10.0.0.0, metric=10476
               
               
               
               
               
               
               

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

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP