Jeremy's IT Lab CCNA RIP & EIGRP Day 25

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:58 AM on 7/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

30 Terms

1
New cards

Configure a RIP-enabled router to advertise its default route to its RIP neighbors:

R1(config-router)# [...]

default-information originate

2
New cards

Configure the EIGRP router ID:

R1(config-router)# [...]

eigrp router-id a.b.c.d

3
New cards

Configure the router to stop sending RIP advertisements out of a RIP-enabled interface:

R1(config-router)# [...]

passive-interface interface-id

4
New cards

Disable EIGRP auto summarization:

R1(config-router)# [...]

no auto-summary

5
New cards

Does the EIGRP AS number have to match between EIGRP neighbors?

Yes

6
New cards

EIGRP [can/can't] perform unequal-cost load-balancing.

can

7
New cards

EIGRP messages are multicast to [IPv4 address]

224.0.0.10

8
New cards

EIGRP Router ID selection priority:

1. [...]

2. Highest IP address on a loopback interface

3. Highest IP address on a physical interface

Manual configuration

9
New cards

EIGRP Router ID selection priority:

1. Manual configuration

2. [...]

3. Highest IP address on a physical interface

Highest IP address on a loopback interface

10
New cards

EIGRP Router ID selection priority:

1. Manual configuration

2. Highest IP address on a loopback interface

3. [...]

Highest IP address on a physical interface

11
New cards

Enable EIGRP on interfaces in the specified range:

R1(config-router)# [...]

network ip-address [ wildcard-mask ]

12
New cards

Enable RIP on all interfaces in the specified range:

R1(config-router)# [...]

network ip-address

13
New cards

Enable RIPv2:

R1(config-router)# [...]

version 2

14
New cards

Enter EIGRP configuration mode:

R1(config)# [...]

router eigrp as-number

15
New cards

Enter RIP configuration mode:

R1(config)# [...]

router rip

16
New cards

Modify RIP's AD on the local router:

R1(config-router)# [...]

distance value

17
New cards

Modify the number of paths RIP will perform ECMP load-balancing over:

R1(config-router)# [...]

maximum-paths number

18
New cards

OSPF [can/can't] perform unequal-cost load-balancing.

can't

19
New cards

Prevent the router from sending EIGRP messages out of an EIGRP-enabled interface:

R1(config-router)# [...]

passive-interface interface-id

20
New cards

RIP [can/can't] perform unequal-cost load-balancing.

can't

21
New cards

RIP uses two message types:

-[...]

-[...]

Request

Response

22
New cards

RIPv1 messages are sent using [...]cast.

broad

23
New cards

RIPv2 messages are multicast to [IPv4 address].

224.0.0.9

24
New cards

RIPv2 messages are sent using [...]cast.

multi

25
New cards

RIPv[...] doesn't support VLSM and CIDR.

1

26
New cards

RIPv[...] only advertises classful addresses.

1

27
New cards

RIPv[...] supports VLSM and CIDR.

2

28
New cards

The maximum hop count for a RIP route is [...]

15

29
New cards

Which version of RIP is used for IPv6?

RIPng (RIP Next Generation)

30
New cards

Which versions of RIP are used for IPv4?

RIPv1 and RIPv2