SNMPv3 authentication user

The user credentials for securing SNMP queries.

SNMPv3 authentication

SNMPv3 authentication credentials.

Properties

Authentication Protocol

The authentication protocol used by the SNMPD server.

OptionLabelDescription
md5MD5MD5 (128 bit).
shaSHA1SHA1 (160 bit).
sha-224SHA-224SHA (224 bit).
sha-256SHA-256SHA (256 bit).
sha-384SHA-384SHA (384 bit).
sha-512SHA-512SHA (512 bit).
  • Data type: string select
  • Default: sha
  • Configuration
  • Required

CLI: (cli)> config monitoring snmp v3-configuration user <index> auth-protocol

Privacy Protocol

The encryption protol in use for SMP.

OptionLabelDescription
desDESDES (56 Bit)
aesAESAES (128 bit)
aes-192AES-192AES (192 bit)
aes-256AES-256AES (256 bit)
  • Data type: string select
  • Default: aes
  • Configuration
  • Required

CLI: (cli)> config monitoring snmp v3-configuration user <index> privacy-protocol

Username

The username that SNMPv3 clients will use to authenticate with

  • Data type: string
  • Configuration
  • Required

CLI: (cli)> config monitoring snmp v3-configuration user <index> username

Authentication Passphrase

The passphrase that SNMPv3 clients will use to authenticate with

  • Data type: string
  • Configuration
  • Required

CLI: (cli)> config monitoring snmp v3-configuration user <index> auth-passphrase

Privacy Passphrase

The passphrase that SNMPv3 clients will use to encrypt the connection with.

Leave blank to use the Authentication Passphrase

  • Data type: string
  • Configuration
  • Optional

CLI: (cli)> config monitoring snmp v3-configuration user <index> privacy-passphrase