xStack
®
DGS-3120 Series Layer 3 Managed Gigabit Ethernet Switch CLI Reference Guide
967
Parameters
None.
Restrictions
None.
Example
To show SNMP user:
DGS-3120-24TC:admin# show snmp user
Command: show snmp user
Username Group Name VerAuthPriv
-------------------------------- -------------------------- -----------
initial initial V3 NoneNone
user123 group123 V3 MD5 DES
Total Entries : 2
101-8 create snmp group
Description
This command is used to create a new SNMP group, or a table that maps SNMP users to SNMP
views.
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>}
Parameters
group - Specify the name of the group.
<groupname 32> - Enter the group name here. This name can be up to 32 characters long.
v1 - The least secure of the possible security models.
v2c - The second least secure of the possible security models.
v3 - The most secure of the possible.
noauth_nopriv - Neither support packet authentication nor encrypting.
auth_nopriv - Support packet authentication.
auth_priv - Support packet authentication and encrypting.
read_view - (Optional) Specify that the view name would be read.
<view_name 32> - Enter the read view name here. This name can be up to 32 characters
write_view - (Optional) Specify that the view name would be write.
<view_name 32> - Enter the wite view name here. This name can be up to 32 characters
notify_view - (Optional) Specify that the view name would be notify.
<view_name 32> - Enter the notify view name here. This name can be up to 32 characters