Set snmp user, Set snmp user -9, Show snmp user output details -9 – Enterasys Networks Enterasys D2 D2G124-12P User Manual
Page 163
set snmp user
D-Series CLI Reference 5-9
Examples
This example shows how to display an SNMP user list:
D2(su)->show snmp user list
--- SNMP user information ---
--- List of registered users:
Guest
admin1
admin2
netops
This example shows how to display information for the SNMP “guest” user:
(su)->show snmp user guest
--- SNMP user information ---
EngineId: 00:00:00:63:00:00:00:a1:00:00:00:00
Username = Guest
Auth protocol = usmNoAuthProtocol
Privacy protocol = usmNoPrivProtocol
Storage type = nonVolatile
Row status = active
provides an explanation of the command output.
set snmp user
Use this command to create a new SNMPv3 user.
Syntax
set snmp user user [remote remoteid] [authentication {md5 | sha}] [authpassword]
[privacy privpassword] [volatile | nonvolatile]
Parameters
Table 5-20 show snmp user Output Details
Output Field
What It Displays...
EngineId
SNMP local engine identifier.
Username
SNMPv1 or v2 community name or SNMPv3 user name.
Auth protocol
Type of authentication protocol applied to this user.
Privacy protocol
Whether a privacy protocol is applied when authentication protocol is in
use.
Storage type
Whether entry is stored in volatile, nonvolatile or read-only memory.
Row status
Status of this entry: active, notInService, or notReady.
user
Specifies a name for the SNMPv3 user.
remote remoteid
(Optional) Registers the user on a specific remote SNMP engine.
authentication md5
| sha
(Optional) Specifies the authentication type required for this user as MD5
or SHA.
authpassword
(Optional) Specifies a password for this user when authentication is
required. Minimum of 8 characters.
privacy privpassword (Optional) Applies encryption and specifies an encryption password.
Minimum of 8 characters.