1. What feature on a Cisco router permits the gateway of last resort
forwarding of traffic for which there is no
specific route?
2. What are three advantages of static rout- 1. Better security due to no advertisement
ing? over the network. 2. Uses less network
bandwidth and CPU operations. 3. The path
used to send data is known.
3. What are two functions of dynamic routing 1. To maintain routing tables. 2. To discover
protocols? the network.
4. What is an advantage of using dynamic Ability to actively search for new routes if the
routing protocols instead of static routing? current path becomes unavailable.
5. What happens to a static route entry in a The static route is removed from the routing
routing table when the outgoing interface table.
goes down?
6. What is a characteristic of a static route that It identifies the gateway IP address for all IP
matches all packets? packets without a learned or static route.
7. When is it more beneficial to use a dynamic On a network with a lot of topology
routing protocol instead of static routing? changes.
8. Which route would be used to forward a 10.1.1.0/24 [110/65] via 192.168.200.2,
packet with a source IP of 192.168.10.1 and 00:01:20, Serial0/1/0
a destination IP of 10.1.1.1?
9. What is the administrative distance value 120
for the route to reach the destination IPv6
address of 2001:DB8:CAFE:4::A?
10. administrative distance
1/8
, Cisco Routing: Static, Dynamic, and IPv6 Routing Concepts
What value in a routing table represents
trustworthiness for route selection?
11. Which command configures a static route A(config)# ip route 192.168.4.0
to direct traffic from LAN A to LAN C? 255.255.255.0 192.168.3.2
12. On which two routers would a default static 1. Stub router connecting to the corporate
route be configured? network. 2. Edge router connecting to the
ISP.
13. What should an administrator configure for Create a fully specified static route pointing
a floating static route that avoids recursive to Fa0/0 with an AD of 95.
route lookups?
14. What is a characteristic of a floating static It has a higher administrative distance than
route? the original dynamic routing protocol.
15. What network prefix and prefix-length ::/0
combination creates a default static route
for any IPv6 destination?
16. What does the 5 at the end of the com- administrative distance
mand 'ip route 192.168.10.0 255.255.255.0
10.10.10.2 5' signify?
17. What will router R2 do with a packet des- Send the packet out interface Serial0/0/1.
tined for 192.168.10.129?
18. What administrative distance is as- 100
signed to the command 'ipv6 route
2001:db8:acad:1::/32 gigabitethernet0/0
2001:db8:acad:6::1 100'?
19. R1(config)# ipv6 route ::/0 G0/1 fe80::2
2/8