Where does a VTP server or client store the state of the VTP pruning feature?

A) vtp.dat
B) vlan.dat
C) startup-config
D) running-config


B
Explanation: B) On VTP servers and clients, the VTP domain, mode, password, pruning state, VLANs, and VLAN names are all stored in the vlan.dat file typically located on the flash memory device.

Computer Science & Information Technology

You might also like to view...

After a stream is opened, before it is used for input and output, it should be

a. declared b. closed c. checked to see if it opened correctly d. none of the above

Computer Science & Information Technology

Which of the following is a valid declaration for a two-dimensional array?

a) int[][] matrix; b) int[2] matrix; c) int[]** matrix; d) int[] matrix; e) none of these are correct

Computer Science & Information Technology

A __________ is a special-purpose processor that assists the main processor on certain operations.

a. CPU b. cache c. microprocessor d. coprocessor

Computer Science & Information Technology

With distributed operating systems, users need to be aware of which processor is actually running their applications.

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

Computer Science & Information Technology