Routing Concepts and Configuration Exam
What two pieces of information are needed in a fully specified static route to eliminate recursive lookups? (Choose two.) A. The interface ID exit interface B. The administrative distance for the destination network C. The IP address of the next-hop neighbor D. The IP address of the exit interface E. The interface ID of the next-hop neighbor
A. The interface ID exit interface C. The IP address of the next-hop neighbor
A router has used the OSPF protocol to learn a route to the 172.16.32.0/19 network. Which command will implement a backup floating static route to this network? A. ip route 172.16.32.0 255.255.224.0 S0/0/0 200 B. ip route 172.16.0.0 255.255.224.0 S0/0/0 100 C. ip route 172.16.32.0 255.255.0.0 S0/0/0 100 D. ip route 172.16.0.0 255.255.240.0 S0/0/0 200
A. ip route 172.16.32.0 255.255.224.0 S0/0/0 200
Consider the following command: ip route 192.168.10.0 255.255.255.0 10.10.10.2 5 What does the 5 at the end of the command signify? A. Maximum number of hops to the 192.168.10.0/24 network B. Administrative distance C. Metric D. Exit interface
B. Administrative distance
What identifies the address of the remote network? A. Route source B. Destination network C. Administrative distance D. Metric
B. Destination network
Which value in a routing table represents trustworthiness and is used by the router to determine which route to install into the routing table when there are multiple routes toward the same destination? A. Administrative distance B. Metric C. Outgoing interface D. Routing protocol
A. Administrative distance
What is a characteristic of a static route that matches all packets? A. 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. B. It is configured with a higher administrative distance than the original dynamic routing protocol has. C. It uses a single network address to send multiple static routes to one destination address. D. It backs up a route already discovered by a dynamic routing protocol.
A. 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.
ipv6 route 2001:0DB8::/32 2001:0DB8:3000::1 Refer to the above command. Which type of IPv6 static route is configured here? A. Recursive static route B. Directly attached static route C. Floating static route D. Fully specified static route
A. Recursive static route
What identifies how a route is learned? A. Route source B. Destination network C. Administrative distance D. Metric
A. Route Source
What are two advantages of static routing over dynamic routing? (Choose two.) A. Static routing is more secure because it does not advertise over the network. B. Static routing is relatively easy to configure for large networks. C. Static routing scales well with expanding networks. D. Static routing requires very little knowledge of the network for correct implementation. E. Static routing uses fewer router resources than dynamic routing.
A. Static routing is more secure because it does not advertise over the network. E. Static routing uses fewer router resources than dynamic routing.
What characteristic completes the following statement? When an IPv6 static route is configured, the installation of the route can be verified with ...... A. The "show ipv6 route static" command. B. A destination host route with a /128 prefix. C. An administrative distance of 2. D. The interface type and interface number.
A. The "show ipv6 route static" command.
Consider the following command: ip route 192.168.10.0 255.255.255.0 10.10.10.2 5 How would an administrator test this configuration? A. Ping from the 192.168.10.0 network to the 10.10.10.2 address. B. Ping any valid address on the 192.168.10.0/24 network. C. Delete the default gateway route on the router. D. Manually shut down the router interface used as a primary route. D. Manually shut down the router interface used as a primary route.
D. Manually shut down the router interface used as a primary route.
What identifies the value assigned to reach a remote network? A. Route source B. Destination network C. Administrative distance D. Metric
D. Metric
Which route would be used to forward a packet with a source IP address of 192.168.10.1 and a destination IP address of 10.1.1.1? A. S 10.1.0.0/16 is directly connected, GigabitEthernet0/0 B. C 192.168.10.0/30 is directly connected, GigabitEthernet0/1 C. S* 0.0.0.0/0 [1/0] via 172.16.1.1 D. O 10.1.1.0/24 [110/65] via 192.168.200.2, 00:01:20, Serial0/1/0
D. O 10.1.1.0/24 [110/65] via 192.168.200.2, 00:01:20, Serial0/1/0