Which Cisco IOS command would be configured on the local interface of a router if the hosts on the network intend to get their IPv6 addresses from a non-local DHCP server with an address of 2001:db8::1234:9876?
A) ipv6 relay destination 2001:db8::1234:9876
B) ipv6 dhcp relay 2001:db8::1234:9876
C) ipv6 helper-address 2001:db8::1234:9876
D) ipv6 dhcp relay destination 2001:db8::1234:9876
D
Explanation: D) The ipv6 dhcp relay destination ipv6-address command is used to configure a router as an IPv6 DHCP relay where the ipv6-address used is the address of the remote DHCP server.
You might also like to view...
A __________ is a cryptographic algorithm that uses two related keys, a public key and a private key. The two keys have the property that deriving the private key from the public key is computationally infeasible.
A. Private Key (Symmetric) Cryptographic Algorithm B. Key Exchange Cryptographic Algorithm C. Public Key (Asymmetric) Cryptographic Algorithm D. RSA Digital Cryptographic Algorithm
In JavaScript, the ____ block checks to see what the error message is before proceeding.
A. throw B. case C. try D. catch