set protocols snmp v3 usm-user group
If you add a user to an SNMP group, you have to configure the read-view, write-view or notify-view for the group.  Or NMS will have no authority (writing, reading, being notified ) operated on the user.Â
The set protocols snmp v3 usm-user group command adds a user to an SNMP group.
Command Syntax
set protocols snmp v3 usm-user <user-name> group <group-name>
delete protocols snmp v3 usm-user <user-name> group
Parameter
Parameter | Description |
usm-user <user-name> | Specifies the name of a user. The value is a string. |
group <group-name> | Specifies the name of the group to which a user belongs. The value is a string. |
                   Â
Example
 •This example adds user1 to SNMP group1.
admin@XorPlus# set protocols snmp v3 usm-user user1 group group1 admin@XorPlus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.