set protocols snmp v3 group security-level
The set protocols snmp v3 group security-level command configure the security level of an SNMP group.
When the security-level of a group is AuthNoPriv or AuthPriv,the user in that group should be configured with Authentication-mode, Authentication-key even as well as privacy-mode and privacy-key.
Command Syntax
set protocols snmp v3 group <group-name> security-level <AuthNoPriv | AuthPriv | NoAuthNoPriv>
delete protocols snmp v3 group <group-name> security-level
Parameter
Parameter | Description |
group <group-name> | Specifies the name of an SNMP group. The value is a string. |
security-level <AuthNoPriv | AuthPriv | NoAuthNoPriv> | Specifies the security level of the SNMP group. The value could be AuthNoPriv,  AuthPriv or NoAuthNoPriv.
|
          Â
Example
 •This example configures group1 to AuthPriv.
admin@XorPlus# set protocols snmp v3 group group1 security-level AuthPriv admin@XorPlus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.