D-Link dgs-3420 Work Light User Manual


 
xStack® DGS-3420 Series Layer 2 Managed Stackable Gigabit Switch CLI Reference Guide
749
DGS-3420-28SC:admin#show snmp engineID
Command: show snmp engineID
SNMP Engine ID : 1023457890
DGS-3420-28SC:admin#
78-14 create snmp group
Description
This command is used to create a new SNMP group.
Format
create snmp group <groupname 32> [v1 | v2c | v3 [noauth_nopriv | auth_nopriv | auth_priv]]
{read_view <view_name 32> | write_view <view_name 32> | notify_view <view_name 32>}(1)
Parameters
<groupname 32> - Specify the name of the group.
v1 - Specify the least secure of the possible security models.
v2c - Specify the second least secure of the possible security models.
v3 - Specify the most secure of the possible security models. Specifies authentication of a
packet.
noauth_nopriv - Specify to neither support packet authentication nor encrypting.
auth_nopriv - Specify to support packet authentication.
auth_priv - Specify to support packet authentication and encrypting.
read_view - Specify the view name between 1 and 32 characters.
<view_name 32> - Specify the view name between 1 and 32 characters.
write_view
- Specify the view name between 1 and 32 characters.
<view_name 32> - Specify the view name between 1 and 32 characters.
notify_view - Specify the view name between 1 and 32 characters.
<view_name 32> - Specify the view name between 1 and 32 characters.
Restrictions
Only Administrator-level users can issue this command.
Example
To create a new SNMP group:
DGS-3420-28SC:admin#create snmp group D-Link_group v3 auth_priv read_view
CommunityView write_view CommunityView notify_view CommunityView
Command: create snmp group D-Link_group v3 auth_priv read_view CommunityView
write_view CommunityView notify_view CommunityView
Success.
DGS-3420-28SC:admin#