RIP Flashcards

1
Q

Which dynamic routing protocol uses distance for its vector

A

RIP and RIPv2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the default interval for RIP updates

A

30 seconds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Does RIP support VLSM

A

Only v2, V1 does not.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is split horizon

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a state of convergence

A

Its when all routers agree on the route information and no additional updates are needed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is route poisoning aka poison reverse in RIP

A

When a router looses a network it will continue to advertise the route but with a hop count of 16.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In RIP how many hops before a router considers the destination to be unreachable

A

15 is the max number of ‘good’ hops. At 16 the route is considered unreachable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When RIPv2 sends an update it sends it to what IP address

A

It sends a multicast to 224.0.0.9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When RIPv1 sends an update it sends it to what IP address

A

It sends a broadcast to 255.255.255.255

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What command is used to configure RIPv2 or for broadcast instead of multicast

A

ip rip v2-broadcast

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What port does RIP use for its update messages

A

UDP 520

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the default administrative distance for RIP

A

120

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How can equal cost load sharing be configured in RIP

A

Create 2 paths to the same network with the same number of hops.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What command allows you to easily test RIPs equal cost load sharing

A

traceroute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What command is used to disable auto summarization

A

no auto-summary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the command to delete the routes learned though a dynamic routing protocol

A
#clear ip route *
NOTE star can be replace with other variables such as RIP
17
Q

What is a passive interface in RIP

A

Its an interface that RIP advertisements are not sent out. It does not prevent that interfaces network from being included in the advertisements sent out other interfaces.

18
Q

What is the command to make an interface passive.

A
#router rip
#passive-interface [interface]
19
Q

How do you make all interfaces passive on a router

A
#passive-interface default
To make an interface not passive afterwords use 
#no passive-interface [interface]
20
Q

If a router receives 2 route advertisements for the same network, one with a /25 subnet and one with a /24 subnet, which will it use

A

It will use the /25. Routers will always use the most specific or the longest subnet.

21
Q

What commands can be used to troubleshoot rip messages.

A
#debug ip rip
Its helpful to use #clear ip route * to force RIP to send new updates.
22
Q

What command is used to configure RIP to use version 2 only

A
#router rip
#version 2
23
Q

What command is used to enable rip on a network

A
#router rip
#network [network ID]
24
Q

What administrative distance should be used to create a floating static route to be paired with a RIP dynamic route

A

121 or greater. The administrative distance of RIP is 120 so creating any static route for the same network with an administrative distance of 121 or higher will cause it to float.

25
Q

What command is used to add a routers default route to its RIP advertisements

A

default-information originate

26
Q

What command is used to modify the timers that RIP uses

A

basic timers [update sec] [invalid] [hold-down better] [flush]