Which Cisco IOS command is used to display the IPv6 neighbors that have been discovered via the ND protocol?

A) show nd neighbors
B) show ipv6 nd neighbors
C) show ipv6 neighbors
D) show nd ipv6 neighbors


C
Explanation: C) The show ipv6 neighbors Cisco IOS command is used to display the local IPv6 neighbors that have been discovered with the Neighbor Discovery Protocol (NDP).

Computer Science & Information Technology

You might also like to view...

Which of the following function declarations will accept either cout or a file stream object as its argument?

a. void output( fstream &outFile); b. void output( ofstream &outFile); c. void output( ostream &outFile); d. void output( iostream &outFile);

Computer Science & Information Technology

You can use the ____ Tool to draw a rectangle.

a. Rectangle b. Line c. Pen d. Pencil

Computer Science & Information Technology

Which of the following can be concluded as the cause of an interface having a status of admin down/down?

A) There is a speed mismatch between the router and switch. B) The router interface has been configured with the shutdown interface subcommand. C) The neighboring switch port uses port security. D) The router has no cable installed.

Computer Science & Information Technology

After software is acquired, it must typically be installed before it can be used.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology