a10_snmp_server_user

Synopsis

Deprecated SNMPv3 user command

Parameters

Parameters

Choices/Defaults

Comment

state

str/required

[‘noop’, ‘present’, ‘absent’]

State of the object to be created.

ansible_host

str/required

Host for AXAPI authentication

ansible_username

str/required

Username for AXAPI authentication

ansible_password

str/required

Password for AXAPI authentication

ansible_port

int/required

Port for AXAPI authentication

a10_device_context_id

int

[‘1-8’]

Device ID for aVCS configuration

a10_partition

str

Destination/target partition for object/command

username

str/required

Name of the user

group

str

Group to which the user belongs

v3

str

‘auth’= Using the authNoPriv Security Level; ‘noauth’= Using the noAuthNoPriv Security Level;

auth_val

str

‘md5’= Use HMAC MD5 algorithm for authentication; ‘sha’= Use HMAC SHA algorithm for authentication;

passwd

str

Password of this user

pw_encrypted

str

Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED passphrase string)

priv

str

‘des’= DES encryption alogrithm; ‘aes’= AES encryption alogrithm; (Encryption type)

encpasswd

str

Passphrase for encryption

priv_pw_encrypted

str

Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED passphrase string)

uuid

str

uuid of the object

Status

  • This module is not guaranteed to have a backwards compatible interface. [preview]

  • This module is maintained by community.

Authors

  • A10 Networks 2021