Users Guide

Table Of Contents
For more information, see the IPMI Specification v2.0 chapter 17.7 Event Filter Table and chapter 30.3 Set PEF Configuration
Parameters Command.
Alert policies and destinations
For more information, see the IPMI Specification v2.0 chapter 17.11 Alert Policy Table and chapter 30.3 Set PEF Configuration
Parameters Command (parameter 9).
LAN destinations
BMC supports SNMP alert destinations. These are SNMP traps. When you set a LAN destination for alerts, the BMC sends an
SNMP trap to the set a destination whenever BMC detects alert conditions. You can setup the SNMP management application
on the destination to receive these SNMP traps; however, setting up the SNMP management station is beyond the scope of
this document.
# ipmitool lan alert print
Alert Destination : 0
Alert Acknowledge : Unacknowledged
Destination Type : PET Trap
Retry Interval : 0
Number of Retries : 0
Alert Gateway : Default
Alert IP Address : 0.0.0.0
Alert MAC Address : 00:00:00:00:00:00
Alert Destination : 1
Alert Acknowledge : Unacknowledged
Destination Type : PET Trap
Retry Interval : 0
Number of Retries : 0
Alert Gateway : Default
Alert IP Address : 0.0.0.0
Alert MAC Address : 00:00:00:00:00:00
..
Alert Destination : 15
Alert Acknowledge : Unacknowledged
Destination Type : PET Trap
Retry Interval : 0
Number of Retries : 0
Alert Gateway : Default
Alert IP Address : 0.0.0.0
Alert MAC Address : 00:00:00:00:00:00
You can configure up to 15 destinations. To configure destination 1 to send an alert to a machine with IP address 10.11.227.180:
# ipmitool lan alert set 1 1 ipaddr 10.11.227.180
Setting LAN Alert 1 IP Address to 10.11.227.180
The following output using the ipmitool lan alert print command shows the configuration was successful:
root@dellemc-diag-os:/opt/dellemc/diag/bin# ipmitool lan alert print 1 1
Alert Destination : 1
Alert Acknowledge : Unacknowledged
Destination Type : OEM 1
Retry Interval : 3
Number of Retries : 3
Alert Gateway : Default
Alert IP Address : 10.11.227.180
Alert MAC Address : 00:00:00:00:00:00
Alert policy setup
To setup the alert policy, you must use the ipmitool raw command.
52
Configuration methods