xStack® DGS-3620 Series Layer 3 Managed Stackable Gigabit Switch CLI Reference Guide
959
89-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-3620-28SC:admin#delete snmp group D_Link_group
Command: delete snmp group D_Link_group
Success.
DGS-3620-28SC:admin#
89-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