Reference Guide

NOTE: Before you run the testtrap subcommand, make sure that the specified
index in the cfgAlerting group is configured properly.
Synopsis
racadm testtrap -i <index>
Input -i <index> — Specifies the index of the trap configuration that must be used for the
test. Valid values are from 1 to 4.
Example
Enable the alert.
racadm set idrac.emailalert.1.CustomMsg
racadm set iDRAC.SNMP.Alert.1.Enable
Set the destination email IP address.
racadm set iDRAC.SNMP.Alert.1.DestIpAddr
192.168.0
View the current test trap settings.
racadm get iDRAC.SNMP.Alert.<index>
where <index> is a number from 1 to 8
Send a test trap to the destination configured for index 1:
racadm testtrap -i 1
testalert
Description Tests FQDN supported SNMP trap notifications.
To run this subcommand, you must have the Test Alert User Access.
Synopsis
racadm testalert -i <index>
Input -i — Specifies the index of the trap test. index must be an integer from 1 to 8 on iDRAC.
Output
Success: Test trap sent successfully
Failure: Unable to send test trap
Example
Test a trap with index as 1.
racadm testalert -i 1
Test trap sent successfully.
Test a trap that has not been configured yet.
racadm testalert -i 2
ERROR: Trap at specified index is not currently enabled.
traceroute
Description Traces network path of the routers as the packets traverse from the system to a
destination IPv4 address.
To run this subcommand, you must have the Administrator privilege.
121