Static RIP IGRP Flashcards
Biggest difference between classless and classful protocols
Classlesss can support subnets
Distance vector protocol
Distance vector algorithms do not allow a router to know the exact topology of an internetwork.
Distance - how far vector -in which direction
Routers pass periodic copies of routing table to neighbor routers and accumulate distance vectors.
—Uses Bellman Ford Algorithm
— It needs to find out the shortest path from one network to other
-How to determine which path is best?
There are two Distance Vector Protocol, Both uses different metric
RIP – Hops
IGRP - Composite
Distance vector -Rip
Rip uses only hop count
Distance Vector - IGRP
IGRP uses bandwidth and delay as Metric
Routing loops
If all routers in an internetwork do not have up-to-date, accurate information about the state of the internetwork, they might use incorrect routing information to make a routing decision.
The use of incorrect information might cause packets to take less-than-optimum paths or paths that return packets to routers that they have already visited.
Defining a Maximum
Define a limit on the number of hops to prevent infinite loops.
• RIP permits a hop count of up to 15, so anything that requires 16 hops is deemed unreachable
• The maximum hop count will control how long it takes for a routing table entry to become invalid Defining a Maximum
Split Horizon
Solution to the Routing Loop problem
It is never useful to send information about a route back in the direction from which the original information came
Had split horizon been used in our example, Router B would not have included
information about network 10.4.0.0 in its update to Router
Route Poisoning
–Routers advertise the distance of routes that have gone down to infinity.
–Route Poisoning. Usually used in conjunction with split horizon
–Route poisoning involves explicitly poisoning a routing table entry for an unreachable network
–Once Router C learned that network 10.4.0.0 was unavailable it would have
immediately poisoned the route to that network by setting its hop count to the routing
protocol’s infinity value
–In the case of RIP, that would mean a hop count of 16.
What we can use to override split horizon
Poison Reverse
Triggered Updates
–The router sends updates when a change in its routing table occurs.
–New routing tables are sent to neighboring routers on a regular basis.
–RIP updates occur every 30 seconds
–However a triggered update is sent immediately in response to some change in the routing table.
–The router that detects a topology change immediately sends an update message to adjacent routers that, in turn, generate triggered updates notifying their adjacent neighbors of the change.
–Triggered updates, used in conjunction with route poisoning, ensure that all routers know of failed routes.
Holddown timers
The router keeps an entry for the “possibly down state”
in the network, allowing time for other
Holddowns are a technique used to ensure that a route recently removed or changed is not reinstated by a routing table update from another route
Holddown prevents regular update messages from reinstating a route that is going up and down (called flapping)
Holddowns prevent routes from changing too rapidly by allowing time for either the downed route to come back up
Holddowns make a router wait a period of time before accepting an update for a network whose status or metric has recently changed
RIP timers
• Route update timer Sets the interval (typically 30 seconds) between periodic routing updates
• Route invalid timer Determines the length of time (180 seconds) before a router determines that
a route has become invalid
• Holddown timer This sets the amount of time during which routing information is suppressed. This continues until either an update packet is received with a better metric or until the holddown timer expires. The default is 180 seconds
• Route flush timer Sets the time between a route becoming invalid and its removal from the routing table (240 seconds).
RIP protocol( Routing Information Protocol)
–Distance-vector routing protocol.
–RIP sends the complete routing table out to all active interfaces every 30 seconds
– RIP only uses hop count to determine the best way to a remote network
–It has a maximum allowable hop count of 15
–AD is 120
–Bellman-ford algorithm
–Works well in small networks, but it’s inefficient on large networks
Passive-Interface
Passive-interface command prevents RIP update broadcasts from being
sent out a defined interface, but same interface can still receive RIP updates
Passive-interface command depends upon the routing protocol
RIP router with a passive interface will still learn about the networks advertised by other routers
EIGRP, a passive-interface will neither send nor receive updates.
debug ip rip command
do not use ,can block router cuzz of big memory usage