snmp v3-users

This command configures the SNMPv3 Users table, which configures SNMPv3 users.

Syntax

(config-system)# snmp settings
(snmp)# v3-users <Index>
(v3-users-<Index>)#

Command

Description

Index

Defines the table row index.

access-group

Assigns the SNMPv3 user to an Access Group, configured in the SNMP Access Groups table.

Note: This command is applicable only when in advanced SNMP mode.

auth-key

Defines the authentication key. The hex string should be in xx:xx:xx... format (string).

auth-protocol {md5|none|sha-1|sha-2-224| sha-2-256| sha-2-384| sha-2-512}

Defines the authentication protocol.

group {read-only|read-write|trap}

Defines the group that this user is associated with.

Note: This command is applicable only when in basic SNMP mode.

priv-key

Defines the privacy key. The hex string should be in xx:xx:xx... format.

priv-protocol {3des|aes-128|des|none}

Defines the privacy protocol (string).

username

Defines the name of the SNMP user. Must be unique in the scope of SNMPv3 users and community strings.

Command Mode

Privileged User

Example

This example configures an SNMPv3 user:

(config-system)# snmp settings
(snmp)# v3-users 0
(v3-users-0)#