PDF Download
FREE AND STUDY GAMES ABOUT FINAL MOD 15 CISCO
EXAM QUESTIONS
Actual Qs and Ans Expert-Verified Explanation
This Exam contains:
-Guarantee passing score -18 Questions and Answers -format set of multiple-choice -Expert-Verified Explanation
Question 1: 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
Answer:
HQ(config)# interface serial 0/1/0 HQ(config-if)# shutdown HQ(config-if)# end HQ# show ip route
Question 2: What is a characteristic of a default static route?
Answer:
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
Question 3: Which command would create a valid IPv6 default route?
Answer:
ipv6 route ::/0 2001:db8:acad:2::a
Question 4: 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?
Answer:
a host route Question 5: Which type of static route typically uses the distance parameter in the ip route global configuration command?
Answer:
floating static route
Question 6: How is the destination network in an IPv6 static route identified?
Answer:
using an IPv6 prefix and prefix length Question 7: Which IPv6 static route would serve as a backup route to a dynamic route learned through OSPF?
Answer:
Router1(config)# ipv6 route 2001:db8:acad:1::/32 2001:db8:acad:6::2 200
Question 8: What is the correct syntax of a floating static route?
Answer:
ip route 209.165.200.228 255.255.255.248 10.0.0.1 120 Question 9: Which two methods can be used to identify the next hop in a static route? (Choose two.)
Answer:
next hop IP address
exit interface
Question 10: Which IPv4 static route statement is true?
Answer:
using the exit interface is only common in a point-to-point configuration
Question 11: 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?
Answer:
to be used as a backup route
Question 12: What is the purpose of a floating static route?
Answer:
it allows an alternate connection to be used when the preferred link fails Question 13: 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?
Answer:
to provide a route to a forward packets for which there is no route in the routing table Question 14: Which type of static route that is configured on a router uses only the exit interface?
Answer:
directly connected static route
Question 15: Which static route statement shows a recursive IPv6 static route?
Answer:
ipv6 route 2001:db8:cafe:1::/56 2001:db8:1000:10::1 Question 16: What type of static route is created when the next-hop IP address and exit interface are specified?
Answer:
fully specified static route Question 17: What network address and subnet mask combination would be used to create a default static route that matches any IPv4 destination?
Answer:
0.0.0.0 0.0.0.0
Question 18: 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.
Answer:
the administrative distance value is not high enough on the static route