routing commands

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

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:46 AM on 4/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

21 Terms

1
New cards

show ip route

Displays the entire IPv4 routing table, looking for C (Connected), L (Local), S (Static), and O (OSPF).

2
New cards

show ipv6 route

Displays the IPv6 routing table.

3
New cards

show ip route [ip_address]

Shows the specific path the router will use to reach a given destination IP.

4
New cards

show ip protocols

Displays parameters, timers, and states of any active IPv4 routing protocols (like OSPF).

5
New cards

ip route [destination_network] [subnet_mask] [next_hop_ip OR exit_interface]

Command syntax for a Standard Network Route.

6
New cards

ip route [destination_host_ip] 255.255.255.255 [next_hop_ip]

Command syntax for a Host Route.

7
New cards

ip route 0.0.0.0 0.0.0.0 [next_hop_ip OR exit_interface]

Command syntax for a Default Route.

8
New cards

ip route [destination_network] [subnet_mask] [next_hop_ip] [administrative_distance]

Syntax for a Floating Static Route, used for backup routes.

9
New cards

ipv6 unicast-routing

Command to enable IPv6 routing in global config mode before any IPv6 routing works.

10
New cards

ipv6 route [ipv6_network/prefix_length] [next_hop_ipv6]

Command syntax for a Standard IPv6 Route.

11
New cards

ipv6 route ::/0 [next_hop_ipv6 OR exit_interface]

Command syntax for an IPv6 Default Route.

12
New cards

router ospf [process_id]

Command to start the OSPF process; process ID is locally significant.

13
New cards

router-id [ipv4_address]

Command to set the Router ID for OSPF.

14
New cards

network [network_address] [wildcard_mask] area 0

Method 1 to enable OSPF in global config mode.

15
New cards

ip ospf [process_id] area 0

Method 2 to enable OSPF directly inside interface configuration mode.

16
New cards

passive-interface [interface_id]

Command to stop OSPF hellos from being sent out on specified interfaces.

17
New cards

default-information originate

Command to tell OSPF to advertise the router's static default route.

18
New cards

auto-cost reference-bandwidth [megabits_per_second]

Command to adjust OSPF's reference bandwidth.

19
New cards

show ip ospf neighbor

Command to verify if the router has formed an adjacency with other OSPF routers, looking for the 'FULL' state.

20
New cards

show ip ospf interface brief

Command to show a summary of all interfaces running OSPF, including process ID, area, and link cost.

21
New cards

show ip protocols

Command to verify the OSPF process ID, Router ID, and advertised networks.