Skip to content

Latest commit

 

History

History
152 lines (116 loc) · 4.5 KB

cisco.nxos.nxos_snmp_contact_module.rst

File metadata and controls

152 lines (116 loc) · 4.5 KB

cisco.nxos.nxos_snmp_contact

(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
    Choices:
  • present ←
  • absent
Manage the state of the resource.

Note

# 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.

Authors

  • Jason Edelman (@jedelman8)
  • Gabriele Gerbino (@GGabriele)