D-Link dgs-3420 Work Light User Manual


 
xStack® DGS-3420 Series Layer 2 Managed Stackable Gigabit Switch CLI Reference Guide
750
78-15 delete snmp group
Description
This command is used to remove an SNMP group.
Format
delete snmp group <groupname 32>
Parameters
<groupname 32> - Specify the name of the group that will be deleted.
Restrictions
Only Administrator-level users can issue this command.
Example
To remove an SNMP group:
DGS-3420-28SC:admin#delete snmp group D_Link_group
Command: delete snmp group D_Link_group
Success.
DGS-3420-28SC:admin#
78-16 create snmp
Description
This command is used to create a recipient of an SNMP operation.
Format
create snmp [host <ipaddr> | v6host <ipv6addr>] [v1 | v2c | v3 [noauth_nopriv | auth_nopriv
| auth_priv] ] <auth_string 32>
Parameters
host - Specify the IP address of the recipient for which the traps are targeted.
<ipaddr> - Specify the IP address of the recipient for which the traps are targeted.
v6host - Specify the v6host IP address to which the trap packet will be sent.
<ipv6addr> - Specify the v6host IP address to which the trap packet will be sent.
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.
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.
<auth_string 32> - Specify the authentication string. If v1 or v2 is specified, the auth_string
presents the community string, and it must be one of the entries in the community table. If v3