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.
| Option | Label | Description |
|---|---|---|
md5 | MD5 | MD5 (128 bit). |
sha | SHA1 | SHA1 (160 bit). |
sha-224 | SHA-224 | SHA (224 bit). |
sha-256 | SHA-256 | SHA (256 bit). |
sha-384 | SHA-384 | SHA (384 bit). |
sha-512 | SHA-512 | SHA (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.
| Option | Label | Description |
|---|---|---|
des | DES | DES (56 Bit) |
aes | AES | AES (128 bit) |
aes-192 | AES-192 | AES (192 bit) |
aes-256 | AES-256 | AES (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
