CCNA Day 11 - Routing Fundamentals

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

1/28

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:30 PM on 4/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

29 Terms

1
New cards

Routing Table

Where do routers store routes to all of their known destinations?

2
New cards

Routing Table

When routers receive packets, they look in the […] to find the best route to forward that packet

3
New cards

A static route is manually configured route.

What is a static route?

4
New cards

A dynamic route is a route that is added to the routing table by a protocol (ie. OSPF) that allows routers to communicate with each other and share routing information.

What is a dynamic route?

5
New cards

The next hop is the next router in the path to the destination.

What is ‘next hop’?

6
New cards

show ip route

Show the routing table:

R1#[…]

7
New cards

Connected

What does code C in the routing table mean?

8
New cards

Local

What does code L in the routing table mean?

9
New cards

A connected route and a local route.

Which two routes are automatically added to the routing table when you configure an IP address on an interface?

10
New cards

A local route is a route to the actual IP address configured on the interface.

What is a local route?

11
New cards

A connected route is a route to the network the interface is connected to.

What is a connected route?

12
New cards

The router will select the most specific matching route

If a packet’s destination IP is matched by multiple routes, which route will the router select?

13
New cards

It is the matching route with the longest prefix length.

How is the most specific matching route determined?

14
New cards

Drop the packet

What will a router do if none of its routes match a packet’s destination IP address?

15
New cards

/32

What prefix length do Local Routes use?

16
New cards

The prefix length configured on the interface.

What prefix length do connected routes use?

17
New cards

Default gateway

Where does a PC send packets in order to send packets outside of its local network?

18
New cards

0.0.0.0/0

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

19
New cards

A default route is the least specific route possible.

What is a default route?

20
New cards

No, it only needs a route to the destination network

Does a router need a route to every network in the path to a packets destination?

21
New cards

ip route [ip-address] [netmask] [next-hop]

Configure a static route, specifying the next-hop IP:

R1(config)#[…]

22
New cards

ip route [ip-address] [netmask] [exit-interface]

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

23
New cards

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

Configure a static route, specifying the exit-interface and next-hop IP:

R1(config)#[…]

24
New cards

S

What code in the routing table indicates a static route?

25
New cards

ip route 0.0.0.0 0.0.0.0 [next-hop]

Configure a default route, specifying the next-hop IP:

R1(config)#[…]

26
New cards

Directly-Connected

What does a static route appear as in the routing table if you specify only the exit interface?

27
New cards

Default route

What route is often used to direct traffic to the internet?

28
New cards

It means a default route has not been configured.

In the routing table, what does “Gateway of last resort is not set’ mean?

29
New cards

*

What code in the routing table indicates a candidate default route?