
76
Chapter 6 Command Definitions
6.5.38 CNUSI – Set SNMP v3
Synopsis
This command allows the administrator to create SNMP v3 user accounts that are recognized by the local
server. It also allows the administrator to define SNMP v3 user accounts for use in conjunction with SNMP v3
TRAP destinations/managers.
A user is defined with an integer user identifier (USER), optional authentication (AUTH/AUTHPASS) and a
label (LABEL), which serves as the username. The USER and LABEL parameters are mandatory. Supported
AUTH values are SHA and MD5. The password must have a minimum length of 8 characters, and a maximum
length of 24 is enforced. The AUTH and AUTHPASS parameters must be specified together. In other words, it
is not possible to configure an AUTHPASS value without having also specified the AUTH value.
Note that only the authentication attributes can be defined with the CNUSI command. If a user requires
privacy (encryption) parameters to be applied, the CNUSC command is used to configure them.
Syntax
CNUSI:USER=[,AUTH=,AUTHPASS=],LABEL=;
Prerequisites
• The DSMI-based SNMP agent must be enabled.
Attributes
CONFIG
Examples
CNUSI:USER=3,AUTH=MD5,AUTHPASS=user3pass,LABEL=user3;
6.5.39 CNUSP – Display SNMP v3
Synopsis
This command displays the current list of configured SNMP v3 users. The passwords are hidden. If a USER
value is specified with the command, only that user's details are displayed.
Syntax
CNUSP[:USER=];
Prerequisites
The DSMI-based SNMP agent must be enabled.
Attributes
None.
Examples
CNUSP;
Output Format
Configuration SNMP Users
USER AUTH AUTHPASS PRIV PRIVPASS LABEL
1 MD5 ******** NONE user1
2 SHA ******** NONE user2
EXECUTED
Kommentare zu diesen Handbüchern