Which Cisco IOS command would be used to configure an IPv6 static route to the 2200::/64 network when the next hop address is 2001:db8:153d::2352:2341:1?

A) This is not possible without knowing the next hop interface.
B) This is not possible without knowing the next hop IPv6 link local address.
C) ipv6 route 2200:: /64 2001:db8:153d::2352:2341:1
D) ipv6 route 2200::/64 2001:db8:153d::2352:2341:1


D
Explanation: D) To configure an IPv6 static route, use the ipv6 route prefix/prefix-length next-hop command; this results in the ipv6 route 2200::/64 2001:db8:153d::2352:2341:1 command.

Computer Science & Information Technology

You might also like to view...

Which exception will the following code generate?

``` Dim str As String str = "isual Basic'Substring(14,2) ``` (A) NullReferenceException (B) ArgumentOutOfRangeException (C) OverflowException (D) InvalidCastException

Computer Science & Information Technology

Why might it be dangerous to set the setuid or setgid bits for an executable file?

What will be an ideal response?

Computer Science & Information Technology

Which of the following statements is true? (Choose two.)

A) Client/server networks can easily scale, which might require the purchase of additional client licenses. B) Client/server networks can cost more than peer-to-peer networks. For example, client/server networks might require the purchase of dedicated server hardware and a network OS with an appropriate number of licenses. C) Peer-to-peer networks can be very difficult to install. D) Peer-to-peer networks typically cost more than client/server networks because there is no requirement for dedicated server resources or advanced NOS software.

Computer Science & Information Technology

To make columns B - D in a table equal width, you must first

A. click the Distribute Columns button B. click the Distribute Rows button C. select columns B - D D. key the desired width in the Cell Width box

Computer Science & Information Technology