Trap User

The trap user required by the SNMPv3 receiver.

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 system notification snmp-trap-receiver <key> trap-user 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 system notification snmp-trap-receiver <key> trap-user privacy-protocol

Username

The username that SNMPv3 clients will use to authenticate with

  • Data type: string
  • Configuration
  • Required

CLI: (cli)> config system notification snmp-trap-receiver <key> trap-user username

Authentication Passphrase

The passphrase that SNMPv3 clients will use to authenticate with

  • Data type: string
  • Configuration
  • Required

CLI: (cli)> config system notification snmp-trap-receiver <key> trap-user 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 system notification snmp-trap-receiver <key> trap-user privacy-passphrase