Chapter 15: IP Static Routing Flashcards
Four types of static routes supported by IPv4 and IPv6
- standard static route
- default static route
- floating static route
- summary static route
Configuration commands to configure static routes
- ip route
- ipv6 route
When configuring static route, next hop can be identified by an IP add, exit interface or both. How the dst is specified creates one of the three following types of static route:
- next-hop route - only next-hop IP add is specified
- directly connected static route - only router exit interface is specified
- fully specified static route - next-hop IP and exit interface are specified
what command needs to be issued before ipv6 static routing can be configured?
ipv6 unicast-routing
What situation calls for IPv6 fully specified static route to be used? Why?
If the IPv6 static route uses IPv6 link-local add as the next-hop address.
Link-local addresses are only unique on a given link or network.
Default static route. Commonly used?
- a static route that matches all packets.
- connecting an edge router to a service provider network or a stub router
Floating static route
Static route used to provide a backup path to a primary static or dynamic route, in the event of a link failure. Used only when primary route is not available
How is floating static route configured
Configured with a higher administrative distance than the primary route
Default administrative distance when configuring static routes
1
Host route
An IPv4 with 32-bit mask or IPv6 with 128-bit mask.
3 ways that the host route can be added to the routing table
- auto installed when IP add is configured on the router
- configured as a static host value
- host route auto obtained through other methods
A network admin is configuring a route to forward packets to a specific web server. What type of route should be configured by the admin?
a host route
When routers forwards a packet on a point-to-point link, what is the Layer 2 destination address?
All 1s address is added for the new frame
Three commands to isolate problems with a static route?
- ping
- show ip route
- show ip interface brief
What is the show cdp neighbor command used for
to obtain info about directly connected Cisco devices