(deprecated, removed after 2024-01-01) Manages SNMP users for monitoring.
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 user configuration.
Note
- Tested against NXOSv 7.3.(0)D1(1) on VIRL
- Limited Support for Cisco MDS
- Authentication parameters not idempotent.
- 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.
- cisco.nxos.nxos_snmp_user:
user: ntc
group: network-operator
authentication: md5
pwd: test_password
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 user ntc network-operator auth md5 test_password']
|
- This module will be removed in a release after 2024-01-01. [deprecated]
- For more information see DEPRECATED.
- Jason Edelman (@jedelman8)