Configuring The Routing Information Protocol - Edge-Core ES3628C Management Manual

24 10/100 ports + 4ge intelligent layer 2/3/4 fast ethernet switch
Table of Contents

Advertisement

CLI - This example shows routes obtained from various methods.
Console#show ip route
Ip Address
--------------- --------------- --------------- -------- ------ ---------
0.0.0.0
10.1.0.0
10.1.1.0
Total entries: 3
Console#

Configuring the Routing Information Protocol

The RIP protocol is the most widely used routing protocol. The RIP protocol uses a
distance-vector-based approach to routing. Routes are determined on the basis of
minimizing the distance vector, or hop count, which serves as a rough estimate of
transmission cost. Each router broadcasts its advertisement every 30 seconds,
together with any updates to its routing table. This allows all routers on the network
to learn consistent tables of next hop links which lead to relevant subnets.
A
3
D
Command Usage
• Just as Layer 2 switches use the Spanning Tree Algorithm to prevent loops, routers
also use methods for preventing loops that would cause endless retransmission of
data traffic. RIP utilizes the following three methods to prevent loops from occurring:
- Split horizon – Never propagate routes back to an interface port from which they
have been acquired.
- Poison reverse – Propagate routes back to an interface port from which they
have been acquired, but set the distance-vector metrics to infinity. (This provides
faster convergence.)
- Triggered updates – Whenever a route gets changed, broadcast an update
message after waiting for a short random delay, but without waiting for the
periodic cycle.
• RIP-2 is a compatible upgrade to RIP. RIP-2 adds useful capabilities for plain text
authentication, multiple independent RIP domains, variable length subnet masks,
and multicast transmissions for route advertising (RFC 1723).
• There are several serious problems with RIP that you should consider. First of all,
RIP (version 1) has no knowledge of subnets, both RIP versions can take a long
time to converge on a new route after the failure of a link or router during which time
Netmask
0.0.0.0
255.255.255.0
255.255.255.0
B
1
2
4
E
6
Cost = 1 for all links
Next Hop
Protocol Metric Interface
10.1.0.254
static
10.1.0.253
local
10.1.0.254
A
C
A
B
5
C
D
E
Routing table for node A
IP Routing
4-253
1
1
RIP
2
Link
Cost
0
0
1
1
1
2
3
1
1
2
3
1
1
1
3-225

Advertisement

Table of Contents
loading

Table of Contents