Routing Pt 2 Flashcards
What is the main objective of the IP Static Routing module?
Configure IPv4 and IPv6 static routes.
What command syntax is used to configure a static route?
ip route <network-address> <subnet-mask> {<ip-address> | <exit-intf>} [distance]</exit-intf></ip-address></subnet-mask></network-address>
This is for IPv4 routes; the syntax for IPv6 is similar.
What are the types of static routes supported by IPv4 and IPv6?
- Standard static route
- Default static route
- Floating static route
- Summary static route
What command is used to configure an IPv4 default static route?
ip route 0.0.0.0 0.0.0.0 {<ip-address> | <exit-intf>}</exit-intf></ip-address>
What does a default static route represent?
A static route that matches all packets.
True or False: Directly connected static routes can be used with any interface type.
False
Directly connected static routes should only be used with point-to-point serial interfaces.
What is a fully specified static route?
A static route where both the exit interface and the next-hop IP address are specified.
What command is used to configure an IPv6 default static route?
ipv6 route ::/0 {<ipv6-address> | <exit-intf>}</exit-intf></ipv6-address>
What is a floating static route?
A backup static route that is only used when the primary route is unavailable.
What command verifies the configuration of static routes?
show ip route static
In a next-hop static route, what is specified?
Only the next-hop IP address.
What must be included when using an IPv6 link-local address as the next-hop address?
The interface type and interface number.
Fill in the blank: A __________ route is used when connecting an edge router to a service provider network.
default static
What does the command ‘show ipv6 route’ display?
The IPv6 routing table entries.
What is the recommended practice when configuring a static route on an Ethernet network?
Include a next-hop address.
What is indicated by an asterisk (*) next to a route in the routing table?
It indicates that the route is a candidate default route.