Which Cisco IOS command displays all the interfaces that have been configured for inclusion in EIGRP for IPv6?

A) show ipv6 protocols
B) show ipv6 eigrp interfaces
C) show ip eigrpv6 interfaces
D) show eigrpv6 interfaces


A
Explanation: A) Unlike OSPF (and OSPFv3), the show ipv6 eigrp interfaces Cisco IOS command does not show interfaces that have been configured as passive interfaces. The show ipv6 protocols command can be used to display all the EIGRP interfaces, including those that have been configured as passive.

Computer Science & Information Technology

You might also like to view...

Create an application that allows the user to inventory DVDs. Users input the title of the DVD and bonus materials and that information is stored in an object. The GUI is provided for you (Fig. 18.43). You will create a class (DVDInfo) to represent the DVD object and another class (BonusInfo) to represent bonus materials for a DVD object such as the movie’s trailer.


a) Copying the template to your working directory. Copy the C:Examples Tutorial18ExercisesDVDInventory directory to your C:SimplyJava directory.
b) Opening the Command Prompt window and changing directories. Open the Com- mand Prompt window by selecting Start > Programs > Accessories > Command Prompt. Change to your working directory by typing cd C:SimplyJavaDVD- Inventory.
c) Opening the template files. Open the DVDInventory.java, DVDInfo.java and
BonusInfo.java files in your text editor.
d) Creating the BonusInfo class. View the BonusInfo class. Add code to this class so that its objects will each represent one bonus material item on the DVD. Each BonusInfo object should have a name (name) and a length (itemLength). Use this tutorial’s CookingTime class as your guide in creating the get and set methods for the name and length of each bonus material. Have your set methods truncate a name
longer than twenty characters and set the minutes of a

Computer Science & Information Technology

An operating system uses a(n) ___________ to keep track of the names and locations of files that reside on a storage medium, such as a hard disk.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Directories are special files that contain listings of filenames and their attributes.

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

Computer Science & Information Technology

The biggest concern about biometrics is that once a fingerprint or other biometric has been compromised, it is compromised for life.

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

Computer Science & Information Technology