Video: Routing issues - Multicast flooding, asymmetrical routing, and missing routes

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

1/17

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering multicast flooding, asymmetrical routing, and missing routes from the video.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Multicast flooding

Flooding of multicast traffic to all devices in a LAN/VLAN when no host is associated with the multicast MAC in the switch's CAM table; mitigated by blocking unknown multicast packets.

2
New cards

CAM table

Switch Content Addressable Memory mapping MAC addresses to switch ports; used to determine where to forward frames.

3
New cards

Unknown multicast packets blocking

Switch configuration to drop multicast frames addressed to groups with no known receivers to prevent floods.

4
New cards

Asymmetric routing

Traffic for a flow leaves via one path and returns via a different path; problematic for stateful security devices that need visibility of the full flow.

5
New cards

Next hop

The next device a router sends a packet to; differing next hops for forward and return paths can cause asymmetry.

6
New cards

Stateful firewall

A firewall that tracks connection state and requires visibility of all packets in a flow; asymmetry can cause dropped packets.

7
New cards

Deep packet inspection

Security processing that analyzes payloads and requires seeing the full flow; hampered by asymmetric routing.

8
New cards

High availability cluster

Group of redundant routers/firewalls providing failover; load balancing across nodes can introduce asymmetric routing if not designed carefully.

9
New cards

HSRP

Hot Standby Router Protocol; gateway redundancy protocol that can contribute to asymmetry in some load-balanced setups.

10
New cards

Firewall placement

Positioning firewalls closer to protected systems (not at the network edge) to ensure consistent traffic paths and visibility.

11
New cards

Missing routes

A route that is absent from a router's routing table, preventing reachability to a destination.

12
New cards

Static routes

Manually configured routes; typos or misconfigurations can cause routes to be missing.

13
New cards

Show IP Route

Command to display the IPv4 routing table on IOS devices to verify available routes.

14
New cards

Route print

Command to display the system's routing table on Windows hosts to diagnose missing routes.

15
New cards

Dynamic routing protocols

Protocols like OSPF and BGP that automatically exchange routing information; neighbor state issues can prevent convergence.

16
New cards

Neighbor state

The relationship state between two routers in a dynamic routing protocol; incorrect states hinder convergence.

17
New cards

Convergence

The process by which routers running a dynamic routing protocol agree on a consistent network topology and routing tables.

18
New cards

Ping

ICMP echo test used to verify connectivity between two devices.