Jeremy's IT Lab CCNA Static Routing Day 11 (part 2)

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:14 PM on 7/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

A [...] route is often used to direct traffic to the Internet.

default

2
New cards

A default route is a route to [network]/[netmask].

0.0.0.0/0

3
New cards

Code [...] in the routing table indicates a candidate default route.

*

4
New cards

Code [...] in the routing table indicates a static route.

S

5
New cards

Configure a default route, specifying the next-hop IP:R1(config)# [...]

ip route 0.0.0.0 0.0.0.0 next-hop

6
New cards

Configure a static route, specifying the exit-interface and next-hop IP:R1(config)# [...]

ip route ip-address netmask exit-interface next-hop

7
New cards

Configure a static route, specifying the exit-interface:R1(config)# [...]

ip route ip-address netmask exit-interface

8
New cards

Configure a static route, specifying the next-hop IP:R1(config)# [...]

ip route ip-address netmask next-hop

9
New cards

For an end host like a PC to send packets outside of its local network, it will send the packets to its [...].

default gateway

10
New cards

In the routing table, the output "Gateway of last resort is not set" means [...]

a default route has not been configured

11
New cards

Static routes in which you specify only the [...] appear as directly-connected in the routing table.

exit-interface

12
New cards

The [...] route is the least specific route possible.

default

13
New cards

To send a packet to a destination, does a router need a route to every network in the path to the destination?

No(It only needs a route to the destination network)