xStack DES-3800 Series Layer 3 Stackable Fast Ethernet Managed Switch CLI Manual
43
create snmp host
Description
The create snmp host command creates a recipient of an SNMP
operation .
Parameters
ipaddr- The IP address of the recipient for which the traps are
targeted.
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.
The v3 version has 3 additional parameters that can be specified:
noauth_nopriv- Neither support packet authentication nor
encrypting.
Auth_nopriv- Support packet authentication .
Auth_priv- Support packet authentication and encrypting.
auth_string- Authentication string
Restrictions
Only Administrator or Operator-level users can issue this command.
Example usage:
To create a new SNMP host:
DES-3800:admin#create snmp host 10.48.74.100 v3 noauth_nopriv initial
Command: create snmp host 10.48.74.100 v3 noauth_nopriv initial
Success.
DES-3800:admin#
delete snmp host
Purpose
Used to delete a recipient of an SNMP trap operation.
Syntax
delete snmp host <ipaddr>
Description
The delete snmp host command deletes a recipient of an SNMP trap
operation.
Parameters
ipaddr-
The IP address of the recipient for which the traps are
targeted.
Restrictions
Only Administrator or Operator-level users can issue this command.
Example usage:
To delete an SNMP host:
DES-3800:admin#delete snmp host 10.48.74.100
Command: delete snmp host 10.48.74.100
Success.
DES-3800:admin#