CCNA Day 25 - RIP & EIGRP

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

1/33

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:55 PM on 4/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

34 Terms

1
New cards

15

What is the maximum hop count for a RIP route?

2
New cards

RIPv1 and RIPv2

Which versions of RIP are used for IPv4?

3
New cards

RIPng (RIP Next Generation)

Which version of RIP is used for IPv6?

4
New cards

Request and Response

What are the two message types used in RIP?

5
New cards

RIPv1

What version of RIP only advertises classful addresses?

6
New cards

RIPv1

Which version of RIP doesn’t support VLSM and CIDR?

7
New cards

RIPv2

Which version of RIP supports VLSM and CIDR?

8
New cards

RIPv1

Which version of RIP sends messages using broadcast?

9
New cards

RIPv2

Which version of RIP sends messages using multicast?

10
New cards

224.0.0.9

What address are RIPv2 messages multicast to?

11
New cards

router rip

Enter RIP configuration mode:

R1(config)#[…]

12
New cards

version 2

Enable RIPv2:

R1(config-router)#[…]

13
New cards

no auto-summary

Disable RIP auto summarization:

R1(config-router)#[…]

14
New cards

network [ip-address]

Enable RIP on all interfaces in the specified range:

R1(config-router)#[…]

15
New cards

passive-interface [interface-id]

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

R1(config-router)#[…]

16
New cards

default-information originate

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

R1(config-router)#[…]

17
New cards

224.0.0.10

What address are EIGRP messages multicast to?

18
New cards

No

Can RIP perform unequal-cost load-balancing?

19
New cards

Yes

Can EIGRP perform unequal-cost load-balancing?

20
New cards

No

Can OSPF perform unequal-cost load-balancing?

21
New cards

distance [value]

Modify RIP’s AD on the local router:

R1(config-router)#[…]

22
New cards

maximum-paths [number]

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

R1(config-router)#[…]

23
New cards

router eigrp [as-number]

Enter EIGRP configuration mode:

R1(config)#[…]

24
New cards

no auto-summary

Disable EIGRP auto summarization:

R1(config-router)#[…]

25
New cards

Yes

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

26
New cards

passive-interface [interface-id]

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

R1(config-router)#[…]

27
New cards

network [ip-address] [wildcard-mast]

Enable EIGRP on interfaces in the specified range:

R1(config-router)#[…]

28
New cards
  1. Manual Configuration

  2. Highest IP address on a loopback interface

  3. Highest IP address on a physical interface

What is the EIGRP Router ID selection priority?

29
New cards

eigrp router-id [a.b.c.d]

Configure the EIGRP router ID:

R1(config-router)#[…]

30
New cards

Feasible Distance

EIGRP: The metric value from the current router to the route’s destination

31
New cards

Reported Distance (aka Advertised Distance)

EIGRP: The neighbor’s metric value to the route’s destination

32
New cards

Successor

EIGRP: The route with the lowest metric to the destination (the best route)

33
New cards

Feasible Successor

EIGRP: An alternate route to the destination which meats the feasibility condition. Reported distance is lower than the successor router’s feasible distance.

34
New cards

feasible successor

EIGRP will only perform unequal-cost load-balancing over […] routes