Section 19: IGP Interior Gateway Protocol Fundamentals

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/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:15 PM on 8/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

In what order does EIGRP select its Router ID if not manually configured?

Highest IP address on a loopback interface; if none exists, the highest IP address on any other active interface.

2
New cards

How many equal-cost paths will EIGRP load balance across by default?

Up to 4.

3
New cards

What multicast address does RIPv2 use to send updates?

224.0.0.9

4
New cards

What's the key difference between RIPv1 and RIPv2 regarding subnet mask information and VLSM support?

RIPv1 doesn't send subnet mask info in updates, so it doesn't support VLSM. RIPv2 does, and supports VLSM.

5
New cards

Which RIP version supports authentication?

RIPv2 only — RIPv1 does not.

6
New cards

What command shows EIGRP neighbor adjacencies?

show ip eigrp neighbors

7
New cards

Which routing protocols perform automatic summarization to classful boundaries by default, and how do you disable it?

RIP and EIGRP both do — disable with no auto-summary

8
New cards

In router eigrp 20, what does 20 represent, and why does it matter?

The Autonomous System (AS) number — it must match between routers for them to form an EIGRP adjacency.

9
New cards

What does EIGRP stand for?

Enhanced Interior Gateway Routing Protocol.

10
New cards

What's a key restriction of the network command in RIP?

It must reference a classful network — no subnet mask is specified, unlike EIGRP where a wildcard mask can be used.

11
New cards

What does show ip protocols display?

The routing protocol(s) running, interfaces participating, Administrative Distance, and neighbor/routing information sources.

12
New cards

What's the purpose of show ip rip database, and when would you use it?

To check whether a route was received by RIP at all — useful when a RIP neighbor relationship exists but an expected route isn't showing up in the routing table (helps distinguish "never received" from "received but not the best route").

13
New cards

What are "bounded updates" in EIGRP, and why do they matter?

EIGRP only sends topology change updates to routers actually affected by the change, rather than flooding the whole network — making it more efficient/faster-converging than protocols with periodic full updates.

14
New cards

In an EIGRP network command, does the wildcard mask determine what's advertised?

No — the wildcard mask only determines which interfaces EIGRP is enabled on (matching against interface IP). What's actually advertised is the network/mask configured on each matching interface, not the network statement's own mask.

15
New cards

If you add a loopback interface to a router with EIGRP already configured, does it immediately become the new Router ID?

No — EIGRP must be restarted (disable/re-enable, or reboot) to pick up the new loopback as the Router ID.

16
New cards

Does a manually configured EIGRP Router ID need to match an IP address actually configured on the router?

No — it just needs to be in IPv4 address format; it doesn't need to correspond to a real interface (though best practice is to use one that does, for clarity).