FAQ

Overview of Redfish Eventing for iDRAC alerts
7 Manage iDRAC alerts by using the Redfish Eventing feature in YX3X and later PowerEdge servers
SNMP trapsiDRAC alerts are configured to generate SNMP traps.
Redfish alertsAll iDRAC alerts that can currently generate SNMP traps can also be configured to
generate Redfish event. Redfish events are supported for a larger spectrum of system events. In
combination with Redfish Lifecycle events and Telemetry, a complete monitoring solution can be built.
SNMP trapsSNMP clients require the latest MIB to be imported to decipher the traps.
Redfish alertsRedfish event are in human readable format and do not have such a restriction.
SNMP trapsSNMP is preferred by older SNMP based clients.
Redfish alertsModern REST or Redfish clients such as OpenStack Ironic can easily consume Redfish
events.
SNMP trapsThe iDRAC SNMP implementation currently supports only GET and TRAP operations. SET
operations are not supported.
Redfish alertsThe Redfish stack supports GET, PATCH, POST, DELETE, and PUT operations.
SNMP trapsSNMPv2 or SNMPv3 can be used to encrypt packets and send traps securely.
Redfish alertsRedfish events use HTTPs to send events securely.
SNMP trapsSNMP supports only the push type.
Redfish alertsRedfish supports push type and ServerSentEvents. SSE uses single HTTPS GET
Connection operation to subscribe and receive the alert events. This connection exists until either the
client or server closes it.
1.2 Prerequisites
Redfish alert events can be subscribed by following event subscription as defined by DMTF redfish
specification with no additional iDRAC licensing requirement from iDRAC8 2.30.30.30 and later versions.