Static Routes Flashcards

1
Q

What is a default static route?

A

-A default static route is a route that matches all packets.

-A 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.

-A default static route is simply a static route with 0.0.0.0/0 as the
destination IPv4 address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Floating Static Routes

A

Floating static routes have an
administrative distance greater
than the administrative distance
of another static route or
dynamic 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 floating static route can
take over.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Test the IPv4 Floating Static Route

A

To test a floating static route:

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). In the
curriculum example the serial interfaces on R2 are shutdown.

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Troubleshoot a Missing Route

A

IOS troubleshooting
commands include:

ping

Extended ping enables you
to specify the source IP
address for the ping packets.
traceroute

show ip route

show ip interface
brief

show cdp neighbors detail

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Static Route Uses

A

Providing ease of routing table maintenance in smaller networks
that are not expected to grow significantly.

Routing to and from a stub network. A network with only one
default route out and no knowledge of any remote networks.

Accessing a single default router. This is used to represent a
path to any network that does not have a match in the routing
table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly