Module 14.1_Static Routing

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

1/19

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.

20 Terms

1
New cards

Manually,
Dynamically

A router can learn about remote networks in one of two ways

2
New cards

Manually

Remote networks are manually entered into the route table using static routes.

3
New cards

Dynamically

Remote routes are automatically learned using a dynamic routing protocol.

4
New cards

Providing ease of routing table maintenance in smaller networks
Routing to and from stub networks,
Using a single default route to represent a path to any network that does not have a more specific match with another route in the routing table

Static routing has three primary uses

5
New cards

stub network

is a network accessed by a single route, and the router has no other neighbors.

6
New cards

Connect to a specific network.

Provide a Gateway of Last Resort for a stub network.

Reduce the number of routes advertised by summarizing several contiguous networks as one static route.

Create a backup route in case a primary route link fails.

Static Route Applications/Static Routes are often used to (4)

7
New cards

Default Static Route,

Floating Static Route

Types of Static Routes

8
New cards

default static route

  • is a route that matches all packets.

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

9
New cards

default route

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

10
New cards

next hop

can be identified by an IP address, exit interface, or both.

11
New cards

Next-hop route,

Directly connected static route,

Fully specified static route

How the destination is specified creates one of the three following route types:

12
New cards

Next-hop route

Only the next-hop IP address is specified.

13
New cards

Directly connected static route

Only the router exit interface is specified.

14
New cards

Fully specified static route

The next-hop IP address and exit interface are specified.

15
New cards

Next-hop static IPv6 route

Only the next-hop IPv6 address is specified

16
New cards

Fully specified static IPv6 route

The next-hop IPv6 address and exit interface are specified

17
New cards

show ipv6 route,

show ipv6 route static,

show ipv6 route network

3 commands to verify static routes

18
New cards

Floating static routes

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

19
New cards

Floating static routes

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

  • If the preferred route is lost the ____ can take over.

20
New cards

Use the show ip route command to verify that the routing table is using the default static route.

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

Disconnect the link or shutdown the primary interface(s).

Use a show ip route command to verify that the routing table is using the floating static route.

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

To test a floating static route (5)