D-Link DXS-3600 Series Cli Reference Manual page 1228

Layer 2/3 managed 10gigabit
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
Parameters
USER-NAME
GROUP-NAME
v3
encrypted
auth
md5
sha
AUTH-PASSWORD
PRIV-PASSWORD
access IP-ACL-NAME
Default
By default, there is one user.
User Name: initial.
Group Name: initial.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
To create a SMNP user, specify the security model that the user uses and the group that the user is
created for. To create an SNMPv3 user, the password used for authentication and encryption needs to be
specified.
An SNMP user is unable to be deleted if it has been associated with a SNMP server host.
Example
This example shows how the plain-text password is configured for the user "user1" in the SNMPv3 group
public.
Switch# configure terminal
Switch(config)# snmp-server user user1 public v3 auth md5 authpassword priv
privpassword
Switch(config)#
This example shows how the MD5 digest string is used instead of the plain text password.
Switch# configure terminal
Switch(config)# snmp-server user user1 public v3 encrypted auth md5
00112233445566778899AABBCCDDEEFF
Specifies a username of a maximum of 32 characters. The syntax is
general string that does not allow spaces.
Specifies the name of the group to which the user belongs. The syntax
is general string that does not allow spaces.
Specifies that the user uses the SNMPv3 security mode.
(Optional) Specifies that the following password is in encrypted format.
(Optional) Specifies the authentication level.
Specifies to use HMAC-MD5-96 authentication.
Specifies to use HMAC-SHA-96 authentication.
Specifies the authentication password in the plain-text form. This
password is 8 to 16 octets for MD5 and 8 to 20 octets for SHA. If the
keyword encrypted is specified, the length is 32 for MD5 and 40 for
SHA. The format is a hexadecimal value.
Specifies the private password in the plain-text form. This password is
8 to 16 octets. If the keyword encrypted is specified, the length is fixed
to 32 octets
(Optional) Specifies the standard IP access control list (ACL) to
associate with the user.
1223

Advertisement

Table of Contents
loading

Table of Contents