200-150 · Question #62
Which two options are valid VTP commands? {Choose two)
The correct answer is A. feature vtp D. vtp version. VTP on Cisco NX-OS is enabled with 'feature vtp' and configured with 'vtp version' to set the protocol version.
Question
Which two options are valid VTP commands? {Choose two)
Options
- Afeature vtp
- Bvtp client mode
- Cvtp VLAN
- Dvtp version
- Evtp static
How the community answered
(40 responses)- A88% (35)
- B3% (1)
- C3% (1)
- E8% (3)
Why each option
VTP on Cisco NX-OS is enabled with 'feature vtp' and configured with 'vtp version' to set the protocol version.
On Cisco NX-OS switches, VTP must first be enabled using the 'feature vtp' command before any other VTP configuration can be applied, which differs from IOS where VTP is on by default.
The correct IOS syntax is 'vtp mode client', not 'vtp client mode' - the keyword 'mode' must precede the mode type.
'vtp VLAN' is not a valid VTP command; VLANs are configured using the standalone 'vlan' command, not as a subcommand of vtp.
'vtp version' is a valid command on both IOS and NX-OS platforms used to configure which VTP version (1, 2, or 3) the switch will run, directly affecting VLAN propagation behavior.
'vtp static' is not a valid VTP mode; the only valid VTP modes are server, client, and transparent.
Concept tested: Valid VTP configuration commands on Cisco NX-OS
Source: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/system_management/b_5k_system_mgmt_cli_7x/b_5k_system_mgmt_cli_7x_chapter_01001.html
Topics
Community Discussion
No community discussion yet for this question.