5.7.2 - Default Route and Routing Loop Issues

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

flashcard set

Earn XP

Description and Tags

Flashcards covering default routes, routing loops, and prevention mechanisms.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Default Gateway

A gateway that each end host must be configured with to communicate with remote hosts.

2
New cards

Default Route

An entry in the host's routing table for 0.0.0.0/0 that uses the router's IP address as the path.

3
New cards

Default Gateway Address

Verify you can ping this address if the host cannot contact remote networks.

4
New cards

Router Issues Impact

A faulty router configuration or a router/interface being down likely results in connectivity problems for multiple hosts.

5
New cards

Default Routes (Router)

Misconfigured or propagating these to other routers can cause routing loops.

6
New cards

Routing Loop

Occurs when two routers use one another as the path to a network.

7
New cards

Routing Loop Behavior

Packets caught in this continue circling until the TTL expires.

8
New cards

Potential Routing Loop

Routers generating ICMP Time Exceeded error messages are a symptom of this.

9
New cards

Maximum Hop Count

If the cost exceeds a certain value (16 in RIP), the network is deemed unreachable.

10
New cards

Poison Route

A route advertised with a hop count of 16; provides explicit failure notice.

11
New cards

Holddown Timer

Neighbors start this if a node declares a network unreachable; updates are discarded for the timer's duration.

12
New cards

Split Horizon

Prevents a routing update from being copied back to the source.

13
New cards

Link State Protocols

Ensures each node has a consistent view through timely updates flooded to all nodes.

14
New cards

Traceroute

Can be used to diagnose a routing loop by looking for IP addresses that appear multiple times.