Manages VTP version configuration.
Version added: 1.0.0
- Manages VTP version configuration.
Parameter | Choices/Defaults | Comments |
---|---|---|
version
string
/ required
|
|
VTP version number.
|
Note
- Tested against NXOSv 7.3.(0)D1(1) on VIRL
- Unsupported for Cisco MDS
- VTP feature must be active on the device to use this module.
- This module is used to manage only VTP version.
- Use this in combination with :ref:`cisco.nxos.nxos_vtp_password <cisco.nxos.nxos_vtp_password_module>` and :ref:`cisco.nxos.nxos_vtp_version <cisco.nxos.nxos_vtp_version_module>` to fully manage VTP operations.
- For information on using CLI and NX-API see the :ref:`NXOS Platform Options guide <nxos_platform_options>`
- For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide <network_guide>`
- For more information on using Ansible to manage Cisco devices see the Cisco integration page.
# ENSURE VTP VERSION IS 2
- cisco.nxos.nxos_vtp_version:
version: 2
Common return values are documented here, the following are the fields unique to this module:
- Gabriele Gerbino (@GGabriele)