click below
click below
Normal Size Small Size show me how
Final mod 15 cisco
| Question | Answer |
|---|---|
| Which two methods can be used to identify the next hop in a static route? (Choose two.) | next hop IP address exit interface |
| Which IPv4 static route statement is true? | using the exit interface is only common in a point-to-point configuration |
| How is the destination network in an IPv6 static route identified? | using an IPv6 prefix and prefix length |
| A network administrator configures a router by the command ip route 0.0.0.0 0.0.0.0 209.165.200.226. What is the purpose of this command? | to provide a route to a forward packets for which there is no route in the routing table |
| Which type of static route that is configured on a router uses only the exit interface? | directly connected static route |
| A network administrator uses the command ip route 172.18.0.0 255.255.0.0 S0/0/1 to configure a floating static route on a router. That route will function as a backup route to reach the EIGRP learned network 172.18.0.0/16. | the administrative distance value is not high enough on the static route |
| What type of static route is created when the next-hop IP address and exit interface are specified? | fully specified static route |
| What is the correct syntax of a floating static route? | ip route 209.165.200.228 255.255.255.248 10.0.0.1 120 |
| Which static route statement shows a recursive IPv6 static route? | ipv6 route 2001:db8:cafe:1::/56 2001:db8:1000:10::1 |
| A network administrator is configuring a route to forward packets to a specific web server. What type of route should be configured by the administrator? | a host route |
| Which command would create a valid IPv6 default route? | ipv6 route ::/0 2001:db8:acad:2::a |
| What is a characteristic of a default static route? | it identifies the gateway IP address to which the router sends all IP packets for which it does not have a learned or static route |
| What is the purpose of a floating static route? | it allows an alternate connection to be used when the preferred link fails |
| Which IPv6 static route would serve as a backup route to a dynamic route learned through OSPF? | Router1(config)# ipv6 route 2001:db8:acad:1::/32 2001:db8:acad:6::2 200 |
| What command, or set of commands, would be used to determine if the following configuration on router HQ works as designed? ip route 0.0.0.0 0.0.0.0 serial 0/0/0 10 ip route 0.0.0.0 0.0.0.0 serial 0/1/0 | HQ(config)# interface serial 0/1/0 HQ(config-if)# shutdown HQ(config-if)# end HQ# show ip route |
| Which type of static route typically uses the distance parameter in the ip route global configuration command? | floating static route |
| Why would a floating static route be configured with an administrative distance that is higher than the administrative distance of a dynamic routing protocol that is running on the same router? | to be used as a backup route |
| What network address and subnet mask combination would be used to create a default static route that matches any IPv4 destination? | 0.0.0.0 0.0.0.0 |