(deprecated, removed after 2024-01-01) Manages SNMP contact info.
Version added: 1.0.0
:Removed in collection release after 2024-01-01 :Why: Updated modules released with more functionality :Alternative: nxos_snmp_server
- Manages SNMP contact information.
Parameter | Choices/Defaults | Comments |
---|---|---|
contact
string
/ required
|
Contact information.
|
|
state
string
|
|
Manage the state of the resource.
|
Note
- Tested against NXOSv 7.3.(0)D1(1) on VIRL
- Limited Support for Cisco MDS
state=absent
removes the contact configuration if it is configured.- 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 snmp contact is configured
- cisco.nxos.nxos_snmp_contact:
contact: Test
state: present
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
commands
list
|
always |
commands sent to the device
Sample:
['snmp-server contact New_Test']
|
- This module will be removed in a release after 2024-01-01. [deprecated]
- For more information see DEPRECATED.
- Jason Edelman (@jedelman8)
- Gabriele Gerbino (@GGabriele)