set snmp user

Description

Configures an existing SNMP v3 user.

See:

Syntax

set snmp user <user-name> security-level

      authPriv [ auth-pass-type <auth-pass-type> ] [ auth-pass-phrase <auth-pass-phrase> ] [ privacy-pass-type <privacy-pass-type> ] [ privacy-pass-phrase <privacy-pass-phrase> ]

      authNoPriv [ auth-pass-type <auth-pass-type> ] [ auth-pass-phrase <auth-pass-phrase> ]

Parameters

Parameter

Description

auth-pass-phrase

Configures the authentication password for the SNMP v3 user.

A string that contains alphanumeric and special characters.

auth-pass-type

Configures the authentication protocol type for the SNMP v3:

  • SHA512

  • SHA256

  • SHA1

  • MD5

privacy-pass-phrase

Configures the privacy authentication password for the SNMP v3 user.

A string that contains alphanumeric and special characters.

privacy-pass-type

Configures the privacy protocol for the SNMP v3 user:

  • AES256

  • AES

  • DES

security-level

Controls whether to configure (authPriv) or not (authNoPriv) the privacy protocol for this SNMP v3 user.

user-name

Specifies the SNMP v3 user name.

Press the TAB key to see the available options.

Example

set snmp user SnmpUser security-level authNoPriv auth-pass-type SHA512 auth-pass-phrase 12345689