CHAPTER 13 - Static Routing

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

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Manually, dynamically

A router can learn about remote networks in what two ways?

2
New cards

Manually

way to learn about remote network. are manually entered into the route table using static routes.

3
New cards

Dynamically

way to learn about remote network. Remote routes are automatically learned using a dynamic routing protocol.

4
New cards

advertised

Static routes are not __________ over the network, resulting in better security.

5
New cards

Bandwidth

Static routes use less _________ than dynamic routing protocols, no CPU cycles are used to calculate and communicate routes.

6
New cards

Known

The path a static route uses to send data is _____

7
New cards

default static route

is a route that matches all packets. It identifies the gateway IP address to which the router sends all IP packets that it does not have a learned or static route.

8
New cards

default static route

is simply a static route with 0.0.0.0/0 as the destination IPv4 address

9
New cards

Next-hop route

next-hop option. Only the next-hop IP address is specified. (same with ipv6, just add ipv6)

10
New cards

Directly connected static route

next-hop option. Only the router exit interface is specified. (same with ipv6, just add ipv6)

11
New cards

Fully specified static route

next-hop option. The next-hop IP address and exit interface are specified. (same with ipv6, just add ipv6)

12
New cards

Floating static routes

have an administrative distance greater than the administrative distance of another static route or dynamic routes.

13
New cards

Floating static routes

The static route "floats" and is not used when the route with the better administrative distance is active.

14
New cards

Floating static routes

If the preferred route is lost, it can take over.

15
New cards

show ip route

Use the ____ __ _____ command to verify that the routing table is using the default/floating static route.

16
New cards

Traceroute

Use the traceroute command to follow the traffic flow out the primary/backup route.