2.30 - Implement IPv4 RIP version 2 (RIPv2) Flashcards

1
Q

What is the administrative distance of RIP?

A

120

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

What port does RIPv1 and RIPv2 use to communicate?

A

UDP/520

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

What 2 messages does RIP use to get routing updates?

A

Request and response messages

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

What metric does RIP use?

A

Hop Count

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

How is the metric used to indicate an unreachable network?

A

16 hops are considered unreachable

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

How many updates must be missed before a route entry will be marked as unreachable?

A

6 update periods or 180 seconds.

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

Why is a random timer associated with scheduled updates?

A

To prevent table synchronization. Update times are 25.5 and 30 seconds by default

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

What is the range of this timer for scheduled updates?

A

-4.5 seconds or 15%

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

What is the difference between a RIP Request message and a RIP Response message?

A

A Request message asks a router for an update. A Response message is an update

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

Which two types of Request messages does RIP use?

A

Full route table or specific routes only.

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

Under what circumstances will a RIP response be sent?

A

A Response is sent when the update timer expires, or upon reception of a Request message.

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

Why does RIPv1 hide subnets at major network boundaries?

A

RIP updates do not include the subnet mask of the destination address, so a RIP router
depends on the subnet masks of its own interfaces to determine how an attached major
network address is subnetted. If a router does not have an attachment to a particular major network address, it has no way to know how that major network is subnetted. Therefore, no subnets of a major network address can be advertised into another major network.

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

What is the purpose of the garbage collection timer?

A

It removes unreachables routes from the table upon expiration

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

What is the default value of the garbage collection timer in RIP?

A

240 seconds (60 seconds longer than expiration timer)

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

What is a holddown route?

A

A route entry learned from the same source as the entry already in the table but with a higher metric will be placed in holddown status

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

What is the default value of the holddown timer?

A

180 seconds

17
Q

What is the command to manipulate the timers in RIP?

A

router(config-router)#timers basic

18
Q

What is a RIP triggered update?

A

When the topology changes a RIP router will send a triggered update

19
Q

Why is a random timer associated with triggered updates?

A

Prevents a “storm” of triggered updates from occuring

20
Q

What is the range of the triggered update timer?

A

1 to 5 seconds

21
Q

How do you manipulate the route metrics in RIP?

A

router(config-router)#offset-list {access-list-number | name} {in | out} offset [type number]

22
Q

What does the command ip rip triggered do?

A

It suppresses periodic RIP updates after initial route tables are complete. It only sends updates when the topology changes. Good for low speed links

23
Q

What does the command ip offset delay do?

A

Sets an interpacket gap of the indicated delay length to accommodate
processing delays between high-speed and low-speed routers.

24
Q

Which three fields are new to the RIPv2 message format over RIPv1?

A

The Route Tag field, the Subnet Mask field, and the Next Hop field.

25
Q

What is the multicast address used by RIPv2?

A

224.0.0.9

26
Q

What is the advantage of multicasting RIPv2 messages over broadcasting them?

A

Hosts and non-RIPv2 routers will ignore the multicast messages.

27
Q

What is the purpose of the Route Tag field in the RIPv2 message?

A

When another protocol is distributed into RIPv2 that protocol can use route tagging to communicate information to its peers on the other side of the RIPv2 domain.

28
Q

What is the purpose of the Next Hop field?

A

The Next Hop field is used to inform other routers of a next-hop address on the same
multiaccess network that is metrically closer to the destination than the originating router.

29
Q

What is the UDP port number used by RIPng?

A

UDP/521

30
Q

Which one feature must a routing protocol have to be a classless routing protocol?

A

A classless routing protocol does not consider the major network address in its route
lookups, but just looks for the longest match.

31
Q

Which one feature must a routing protocol have to use VLSM?

A

To support VLSM, a routing protocol must be able to include the subnet mask of each
destination address in its updates.

32
Q

Which two types of authentication are available with the Cisco RIPv2?

A

The Cisco implementation of RIPv2 supports clear-text authentication and MD5
authentication.

33
Q

Which type of authentication method is defined in RFC 2453 for RIPv2?

A

clear-text authentication

34
Q

What type of authentication is Cisco Proprietary for RIPv2?

A

MD5 authentication

35
Q

What is the multicast address for RIPng?

A

FF02::9

36
Q

What command would you use to ensure compatibility with RIPv2 if some devices on the segment are running RIPv1?

A

router(config-if)#ip rip send version [1] [2]

router(config-if)#ip rip receive version [1] [2]