Note
This module is part of the cisco.nxos collection (version 9.4.0).
You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.
To install it, use: ansible-galaxy collection install cisco.nxos.
To use it in a playbook, specify: cisco.nxos.nxos_snmp_host.
New in cisco.nxos 1.0.0
major release after 2024-01-01
Updated modules released with more functionality
nxos_snmp_server
Parameter | Comments |
|---|---|
community string | Community string or v3 username. |
snmp_host string / required | IP address of hostname of target host. |
snmp_type string | type of message to send to host. If this is not specified, trap type is used. Choices:
|
src_intf string | Source interface. Must be fully qualified interface name. If state = absent, the interface is removed. |
state string | Manage the state of the resource. If state = present, the host is added to the configuration. If only vrf and/or vrf_filter and/or src_intf are given, they will be added to the existing host configuration. If state = absent, the host is removed if community parameter is given. It is possible to remove only vrf and/or src_int and/or vrf_filter by providing only those parameters and no community parameter. Choices:
|
udp string | UDP port number (0-65535). Default: |
v3 string | Use this when verion is v3. SNMPv3 Security level. Choices:
|
version string | SNMP version. If this is not specified, v1 is used. Choices:
|
vrf string | VRF to use to source traffic to source. If state = absent, the vrf is removed. |
vrf_filter string | Name of VRF to filter. If state = absent, the vrf is removed from the filter. |
Note
state=absent removes the host configuration if it is configured.# ensure snmp host is configured
- cisco.nxos.nxos_snmp_host:
snmp_host: 192.0.2.3
community: TESTING
state: present
Common return values are documented here, the following are the fields unique to this module:
Key | Description |
|---|---|
commands list / elements=string | commands sent to the device Returned: always Sample: |
© 2012–2018 Michael DeHaan
© 2018–2025 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/collections/cisco/nxos/nxos_snmp_host_module.html