Test14 16
Test14 16
120 120
110 110
1 1
4 4
Explanation: The RIP route with the source
code R is used to forward data to the
destination IPv6 address of
2001:DB8:CAFE:4::A. This route has an
AD value of 120.
10. 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?
administrative distance
metric
outgoing interface
routing protocol
Explanation: The administrative distance
represents the trustworthiness of a
particular route. The lower an
administrative distance, the more
trustworthy the learned route is. When a
router learns multiple routes toward the
same destination, the router uses the
administrative distance value to determine
which route to place into the routing table.
A metric is used by a routing protocol to
compare routes received from the routing
protocol. An exit interface is the interface
used to send a packet in the direction of
the destination network. A routing protocol
is used to exchange routing updates
between two or more adjacent routers.
12. Refer to the graphic. Which command
would be used on router A to configure a
static route to direct traffic from LAN A that
is destined for LAN C?
A(config)# ip route 192.168.3.0
255.255.255.0 192.168.3.1
A(config)# ip route 192.168.3.2
255.255.255.0 192.168.4.0
A(config)# ip route 192.168.4.0
255.255.255.0 192.168.5.2
A(config)# ip route 192.168.5.0
255.255.255.0 192.168.3.2
A(config)# ip route 192.168.4.0
255.255.255.0 192.168.3.2
Explanation: The destination network on
LAN C is 192.168.4.0 and the next-hop
address from the perspective of router A is
192.168.3.2.
13. On which two routers would a default
static route be configured? (Choose two.)
any router where a backup route to
dynamic routing is needed for reliability
the router that serves as the gateway of
last resort
any router running an IOS prior to 12.0
stub router connection to the rest of the
corporate or campus network
edge router connection to the ISP
Explanation: A stub router or an edge
router connected to an ISP has only one
other router as a connection. A default
static route works in those situations
because all traffic will be sent to one
destination. The destination router is the
gateway of last resort. The default route is
not configured on the gateway, but on the
router sending traffic to the gateway. The
router IOS does not matter.
14. Refer to the exhibit. This network has
two connections to the ISP, one via router C
and one via router B. The serial link between
router A and router C supports EIGRP and
is the primary link to the Internet. If the
primary link fails, the administrator needs a
floating static route that avoids recursive
route lookups and any potential next-hop
issues caused by the multiaccess nature of
the Ethernet segment with router B. What
should the administrator configure?
R1# R1#
ip route 192.168.10.0
255.255.255.0 10.10.10.2 5
R1# R1#
GigabitEthernet0/1
None, the packet will be dropped.
Serial0/0/1
GigabitEthernet0/0
56. What characteristic completes the
following statement?
When an IPv6 static route is configured, a
fully-specified configuration should be used
with …
::/0.
the “ipv6 unicast-routing” command.
the next-hop address of two different
adjacent routers.
a directly connected multiaccess network.
57. Refer to the exhibit. Which interface will
be the exit interface to forward a data
packet that has the destination IP address
192.168.71.52?
R1# R1#
R1# R1#
GigabitEthernet0/1 GigabitEthernet0/1
Serial0/0/1 Serial0/0/1
GigabitEthernet0/0 GigabitEthernet0/0
Serial0/0/0 Serial0/0/0
62. Match the characteristic to the
corresponding type of routing. (Not all
options are used.)