ip/sec

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

1/34

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:46 PM on 6/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

35 Terms

1
New cards

• IP Connectivity

The ability of devices to communicate across the network using IP addressing and routing. Used with/for

2
New cards

• Routing Table

Database of routes used by a router to forward packets. Used with/for

3
New cards

• Administrative Distance (AD)

Trustworthiness rating of a routing source (lower number wins). Used with/for

4
New cards

• Metric

Value used within the same routing protocol to determine best path (lower is better). Used with/for

5
New cards

• Static Route

Manually configured route. Used with/for

6
New cards

• Dynamic Routing

Protocols that automatically learn and share routes. Used with/for

7
New cards

• Default Route

Route for unknown destinations (0.0.0.0/0). Used with/for

8
New cards

• Floating Static Route

Static route with higher AD. Used with/for

9
New cards

• OSPF (Open Shortest Path First)

Link-state routing protocol using Dijkstra algorithm. Used with/for

10
New cards

• OSPF Cost

Metric based on interface bandwidth (lower cost wins). Used with/for

11
New cards

• OSPF Area

Hierarchical division for scalability (Area 0 is backbone). Used with/for

12
New cards

• DR (Designated Router)

OSPF router elected on multi-access networks (highest priority or highest RID wins). Used with/for

13
New cards

• BDR (Backup Designated Router)

Backup to DR in OSPF. Used with/for

14
New cards

• Router ID (RID)

Unique 32-bit identifier for OSPF router (highest loopback or physical IP wins). Used with/for

15
New cards

• EIGRP (Enhanced Interior Gateway Routing Protocol)

Advanced distance vector protocol (Cisco proprietary). Used with/for

16
New cards

• EIGRP Metric

Composite metric based on bandwidth, delay, etc. (lowest wins). Used with/for

17
New cards

• show ip interface brief

Displays a summary table of interface status and IP addresses. Used with/for

18
New cards

• show ip interface

Shows detailed Layer 3 characteristics of interfaces including ACLs. Used with/for

19
New cards

• show ip route

Displays the IP routing table. Used with/for

20
New cards

• show running-config | section ip route

Filters running config to show only static routes. Used with/for

21
New cards

• ip route

Global config command to create static routes. Used with/for

22
New cards

• ping

Tests basic IP connectivity to a destination. Used with/for

23
New cards

• traceroute

Shows the path packets take to a destination. Used with/for

24
New cards

• router ospf 1

Enters OSPF configuration mode. Used with/for

25
New cards

• network x.x.x.x 0.0.0.0 area 0

OSPF command to enable on specific interface. Used with/for

26
New cards

• ip ospf area 0

Interface-level command to enable OSPF. Used with/for

27
New cards

• show ip ospf neighbor

Displays OSPF adjacencies. Used with/for

28
New cards

• passive-interface

Command to stop sending hellos while still advertising network. Used with/for

29
New cards

• router eigrp 100

Enters EIGRP configuration mode. Used with/for

30
New cards

• network x.x.x.x 0.0.0.0

EIGRP command to enable on interfaces. Used with/for

31
New cards

• show ip eigrp neighbors

Displays EIGRP neighbor table. Used with/for

32
New cards

• show ip protocols

Displays details about running routing protocols. Used with/for

33
New cards

• **clear ip route ***

Clears the routing table. Used with/for

34
New cards

• ip default-gateway

Configures default gateway on Layer 2 switches. Used with/for

35
New cards