Users are created by specifying a user name. Enabling the SNMPv3 user access allows an end
user to access the MIBs using SNMPv3 user. By deleting users access, the end-user is not
able to access the switch/MIBs using SNMPv3 user.
-
To create a user, use the following command:
configure snmpv3
add user [[hex
hex_user_name] | user_name] {authentication [md5 | sha] [hex
hex_auth_password | auth_password]} {privacy {des | aes {128 | 192 | 256}} [[hex
hex_priv_password] | priv_password]} }{volatile}
-
To display information about a user, or all users, use the
following command:
show snmpv3 user {[[hex hex_user_name] | user_name]}
-
To delete a user, use the following command:
configure snmpv3 delete user [all | [[hex
hex_user_name] | user_name] {engine-id
engine_id}] Note
The SNMPv3 specifications describe the concept of a
security name. In the
ExtremeXOS implementation, the user name and security name are
identical. In this manual, both terms are used to refer to the same thing.