RIP Flashcards
Which dynamic routing protocol uses distance for its vector
RIP and RIPv2
What is the default interval for RIP updates
30 seconds
Does RIP support VLSM
Only v2, V1 does not.
What is split horizon
Split horizon prevents RIP from advertising a route out the same interface that it came in on.
Default it is off on serial interfaces running frame relay.
What is a state of convergence
Its when all routers agree on the route information and no additional updates are needed.
What is route poisoning aka poison reverse in RIP
When a router looses a network it will continue to advertise the route but with a hop count of 16.
In RIP how many hops before a router considers the destination to be unreachable
15 is the max number of ‘good’ hops. At 16 the route is considered unreachable.
When RIPv2 sends an update it sends it to what IP address
It sends a multicast to 224.0.0.9
When RIPv1 sends an update it sends it to what IP address
It sends a broadcast to 255.255.255.255
What command is used to configure RIPv2 or for broadcast instead of multicast
ip rip v2-broadcast
What port does RIP use for its update messages
UDP 520
What is the default administrative distance for RIP
120
How can equal cost load sharing be configured in RIP
Create 2 paths to the same network with the same number of hops.
What command allows you to easily test RIPs equal cost load sharing
traceroute
What command is used to disable auto summarization
no auto-summary