Create Snmp User - D-Link DAS-3636 Cli Reference Manual

Vdsl2 switch release 1.00
Table of Contents

Advertisement

Command
delete snmp host
delete snmp v6host
show snmp host
show snmp v6host
create trusted_host
delete trusted_host
show trusted_host
enable snmp traps
enable snmp
authenticate_traps
show snmp traps
disable snmp traps
disable snmp
authenticate_traps
config snmp
system_contact
config snmp
system_location
config snmp
system_name
enable snmp
disable snmp
Each command is listed, in detail, in the following sections.

create snmp user

Purpose
Syntax
Description
Parameters
DAS-3600 Series Ethernet over VDSL Switch CLI Reference Manual
Parameters
<auth_string 32>
<ipaddr>
<ipv6addr>
{<ipaddr>}
{<ipv6addr>}
[<ipaddr> | network <network_address>]
[ipaddr <ipaddr> | network <network_address> | all]
{<network_address>}
<sw_contact>
<sw_location>
<sw_name>
Used to create a new SNMP user and adds the user to an SNMP group that is also created
by this command.
create snmp user <user_name 32> <groupname 32> {encrypted [by_password auth
[md5 <auth_password 8-16> | sha <auth_password 8-20>] priv [none | des
<priv_password 8-16>] | by_key auth [md5 <auth_key 32-32> | sha <auth_key 40-40>]
priv [none | des <priv_key 32-32> ]]}
This command is used to create a new SNMP user and adds the user to an SNMP group that
is also created by this command. SNMP ensures:
Message integrity − Ensures that packets have not been tampered with during transit.
Authentication − Determines if an SNMP message is from a valid source.
Encryption − Scrambles the contents of messages to prevent it from being viewed by an
unauthorized source.
<user_name 32> − An alphanumeric name of up to 32 characters that will identify the new
SNMP user.
<groupname 32> − An alphanumeric name of up to 32 characters that will identify the SNMP
group the new SNMP user will be associated with.
encrypted – Allows the user to choose a type of authorization for authentication using SNMP.
The user may choose:
by_password – Requires the SNMP user to enter a password for authentication and
privacy. The password is defined by specifying the auth_password below. This
method is recommended.
87

Advertisement

Table of Contents
loading

Table of Contents