snmp v3-users
This command configures the SNMPv3 Users table, which configures SNMPv3 users.
Syntax
(config-system)# snmp v3-users <Index> (v3-users-<Index>#
Command |
Description |
---|---|
Index |
Defines the table row index. |
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. |
priv-key |
Defines the privacy key. The hex string should be in xx:xx:xx... format. |
priv-protocol {3des|aes-128|aes-192| aes-256|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 v3-users 0 (v3-users-0)# username JaneD