Users Guide

Table Of Contents
Configuring SNMP trap alert destinations
You can configure the IPv6 or IPv4 addresses to receive the SNMP traps.
NOTE: For more information on configuring SNMP protocol and trap format, see the Dell Chassis Management Controller
for PowerEdge FX2/FX2s RACADM Command Line Reference Guide.
Configuring SNMP Trap Alert Destinations Using CMC Web Interface
To configure IPv4 or IPv6 alert destination settings using CMC Web interface:
1. In the system tree, go to Chassis Overview, and then click Alerts > Trap Settings.
The Chassis Event Alert Destinations page is displayed.
2. Enter the following:
In the Destination field, enter a valid IP address. Use the quad-dot IPv4 format, standard IPv6 address notation, or
FQDN. For example: 123.123.123.123 or 2001:db8:85a3::8a2e:370:7334 or dell.com.
Choose a format that is consistent with the networking technology or infrastructure. The Test Trap functionality cannot
detect incorrect choices based on the current network configuration (example, use of an IPv6 destination in an IPv4-only
environment).
In the Community String field, enter a valid community string to which the destination management station belongs.
This community string differs from the community string on the Chassis > Network > Services page. The SNMP traps
community string is the community that CMC uses for outbound traps destined to management stations. The community
string on the Chassis > Network > Services page is the community string that management stations use to query the
SNMP daemon on CMC.
NOTE:
CMC uses a default SNMP community string as public. To ensure higher security, it is recommended to
change the default community string and set a value which is not blank.
Under Enabled , select the check box corresponding to the destination IP to enable the IP address to receive the traps.
You can specify up to four IP addresses.
3. Click Apply to save the settings.
4. To test whether the IP address is receiving the SNMP traps, click Send in the Test SNMP Trap column.
The IP alert destinations are configured.
Configuring SNMP Trap Alert Destinations Using RACADM
To configure IP alert destination using RACADM:
1. Open a serial/Telnet/SSH text console to CMC and log in.
NOTE:
Only one filter mask may be set for both SNMP and email alerting. You can skip step 2 if you have already
selected the filter mask.
2. Enable alert generation:
racadm config -g cfgAlerting -o cfgAlertingEnable 1
3. Enable traps alerts:
racadm config -g cfgTraps -o cfgTrapsEnable 1 -i <index>
where <index> is a value between 14. CMC uses the index number to distinguish up to four configurable destinations for
traps alerts. Destinations may be specified as appropriately formatted numeric addresses (IPv6 or IPv4), or Fully-Qualified
Domain Names (FQDNs).
4. Specify a destination IP address to receive the traps alert:
racadm config -g cfgTraps -o cfgTrapsAlertDestIPAddr <IP address> -i <index>
where <IP address> is a valid destination, and <index> is the index value specified in step 3.
96
Configuring CMC to send alerts