Quantum DXi-Series Command Line Interface (CLI) Guide
6-67081-09 Rev B
February 2014
Other System Configuration CLI Commands
81
Adding SNMP Trap Destinations
syscli --add snmptrapdest --ipaddress <trap_dest_address> --name
<trap_dest_name> [ --enable fail, warn, info, avail, unavail ]
This CLI command allows the admin user to add SNMP trap destination
Editing SNMP Trap Destinations
syscli --edit snmptrapdest --ipaddress <trap_dest_address> [--name
<trap_dest_name>] [ --enable fail, warn, info, avail, unavail ]
This CLI command allows the admin user to edit SNMP trap destination.
Deleting SNMP Trap Destinations
syscli --del snmptrapdest --ipaddress <trap_dest_address>
This CLI command allows the admin user to delete SNMP trap destination.
Deleting All SNMP Trap Destinations
syscli --deleleteall snmptrapdest [--sure]
This CLI command allows the admin user to delete all SNMP trap destinations. If
the
--sure
option is specified, no confirmation prompt will be displayed.
Listing the SNMP Community
syscli --list snmpcom
This CLI command allows the admin user to list the SNMP communities
configured on the system.
Total
Communities
=
Community
Number
=
Name
=
IP
Address
=
Network
Mask
=
Access
Type
=
Community
Status
=
Adding an SNMP Community
syscli --add snmpcom --name <community_name> --ipaddress
<community_IP_address> --netmask <community_net_mask>
--accesstype {get | getset} [--disable]
This CLI command allows the admin user to add an SNMP community.