Reference Guide

Result
Test email sent.
alerts --snmp_add --host <server name> --port <number> --community <name>
Description
Sets SNMP traps for a host by defining its host name, port number, and listing the corresponding SNMP community.
Syntax
alerts --snmp_add --host 10.12.14.20 --port 1550 --community snmpPublic1
Result
Host "10.12.14.20" added to SNMP alert recipients.
alerts --snmp_delete --host <server name>
Description
Deletes SNMP traps for a host by identifying it by name or IP address at the DR Series system prompt.
Syntax
alerts --snmp_delete --host 10.10.10.12
Result
Host "10.10.10.12" deleted from SNMP alert recipients.
alerts --snmp_disable --host <server name>
Description
Disables SNMP traps for a host by identifying it by name or IP address at the DR Series system prompt.
Syntax
alerts --snmp_disable --host 10.12.14.20
Result
Host "10.12.14.20" disabled for SNMP alerts.
alerts --snmp_enable --host <server name>
Description
Enables SNMP traps for a host by identifying it by name or IP address at the DR Series system prompt.
Syntax
alerts --snmp_enable --host 10.12.14.20
Result
Host "10.12.14.20" enabled for SNMP alerts.
alerts --snmp_trap_email [--enable] [--disable]
Description
Enables or disables SNMP traps to be sent out as an email message.
27