Parameter |
Choices/Defaults |
Comments |
auth_password
string
|
|
Set auth password of V3 trap, password is a string of 8 to 16 alpha-numeric characters.
Required when auth_protocol is either SHA or MD5 .
|
auth_protocol
string
|
|
Choose authentication.
|
community
string
|
|
Community of v1/v2c.
|
contact
string
|
|
Set contact, can set NULL.
Only the M5 model supports this parameter.
|
engine_id
string
|
|
Set Engine ID of V3 trap, engine ID is a string of 10 to 48 hex characters, must even, can set NULL.
|
event_severity
string
|
Choices:
- all
- warning
- critical
|
Event Severity.
|
host
string
|
|
Specifies the DNS host name or address for connecting to the remote device over the specified transport. The value of host is used as the destination address for the transport.
|
host_id
string
|
Choices:
- HostName
- SerialNum
- AssertTag
|
Host id.
Only the M6 model supports this parameter.
|
location
string
|
|
Set host Location, can set NULL.
Only the M5 model supports this parameter.
|
os
string
|
|
Set host OS, can set NULL.
Only the M5 model supports this parameter.
|
password
string
|
|
Specifies the password to use to authenticate the connection to the remote device. If the value is not specified in the task, the value of environment variable ANSIBLE_NET_PASSWORD will be used instead.
|
priv_password
string
|
|
Set privacy password of V3 trap, password is a string of 8 to 16 alpha-numeric characters.
Required when priv_protocol is either DES or AES .
|
priv_protocol
string
|
|
Choose Privacy.
|
provider
dictionary
|
|
A dict object containing connection details.
|
|
host
string
|
|
Specifies the DNS host name or address for connecting to the remote device over the specified transport. The value of host is used as the destination address for the transport.
|
|
password
string
|
|
Specifies the password to use to authenticate the connection to the remote device. If the value is not specified in the task, the value of environment variable ANSIBLE_NET_PASSWORD will be used instead.
|
|
username
string
|
|
Configures the username to use to authenticate the connection to the remote device. If the value is not specified in the task, the value of environment variable ANSIBLE_NET_USERNAME will be used instead.
|
system_id
string
|
|
Set system ID, can set NULL.
Only the M5 model supports this parameter.
|
system_name
string
|
|
Set system name, can set NULL.
Only the M5 model supports this parameter.
|
trap_port
integer
|
|
Set SNMP trap Port(1-65535).
Only the M5 model supports this parameter.
|
username
string
|
|
Configures the username to use to authenticate the connection to the remote device. If the value is not specified in the task, the value of environment variable ANSIBLE_NET_USERNAME will be used instead.
|
v3username
string
|
|
Set user name of V3 trap.
|
version
integer
|
|
SNMP trap version,1 is v1,2 is v2c(v2),3 is v3,0 is disable snmp trap.
Only the M6 model supports 0 Settings.
|