SNMP configuration of integrated Dell remote access controller version 7
Summary: Dell Systems Management Solutions: Dell OpenManage, iDRAC, Repository Manager, Microsoft SCCM, Chassis Managment Controller, and more
Symptoms
SNMP Configuration of iDRAC7 Devices
Overview
This post explains the details of configuring the SNMP Credentials and Trap destination IP Address for monitoring the iDRAC7 in third party systems management consoles. The iDRAC7 enables the agent-free monitoring and capable of Out-of-Band management solution for the Dell 12G Servers. Hence with the Release of Dell 12G servers, the Dell Servers can be monitored without installing the agents like OpenManage Server Administrator in the Server and thus removing the need of an operating system to monitor the devices.
The installation and configuration of the iDRAC7 is available in Dell Support then manuals.
The user guide can be downloaded from Dell Support :
Configuring iDRAC7 using Web Interface
Configuring the SNMP Credentials:
- Launch the iDRAC7 console and navigate to the Alerts section in the console.
- Ensure that the Alerts option is enabled to forward the SNMP Traps to the Management Station.
Figure 1: Enabling Alerts
- Verify and enable the filter conditions for receiving the selected set of SNMP Traps.
Figure 2: Verifying and enable the filter conditions
- Verify the Alerts Results section and enable the SNMP Traps.
Figure 3: Verifying the Alerts Results
- Click on the "SNMP and E-Mail Settings" Tab and configure the Trap Destination with the Management Station IPAddress and SNMP community String.
Figure 4: configuring the Trap Destination
Configuring iDRAC7 using RACADM
Enabling or Disabling Alerts:
To enable or disable generating alerts or event actions:
racadm config -g cfgIpmiLan -o cfgIpmiLanAlertEnable 1
Configuring IP Alert Destinations:
To configure the trap alert settings:
- To enable traps:
- To configure the trap destination address:
- Configure the SNMP community name string:
- To test the trap, if required:
For more information, see the RACADM Command Line Reference Guide for iDRAC7 available at Dell Support then manuals.
Configuring multiple iDRAC7 devices using RACADM
A powerful feature of the Racadm utility is the capability to increase efficiency by automating the configuration of RACs. The administrators can use the racadm config command to deploy the settings specified in the configuration file to replicate the settings in multiple RACs in the environment.
Creating the RAC Configuration File:
The configuration file .cfg can be created as follows:
- Obtained from a racadm getconfig -f <filename>.cfg command.
- Obtained from a racadm getconfig -f <filename>.cfg command, and then customize the file.
For information about the getconfig command, see getconfig command in the RACADM Command Line Reference Guide for iDRAC7 and CMC available at Dell Support
Configuring SNMP Traps:
Administrators can specify the SNMP trap settings by adding lines of code similar to the following in the RAC configuration file under the cfgTraps group:
[cfgTraps]
# cfgTrapsIndex=1
cfgTrapsDestIpAddr=192.168.1.1
cfgTrapsEnable=1
cfgTrapsSnmpCommunity=public
These configuration will enable SNMP traps for all RAC event alerts to be sent to the destination IP address of 192.168.1.1 using the community name "public".
The following sample command replicates the configuration contained in the iDRAC-config.txt, RAC configuration file remotely to required IP address.
racadm -r <iDRAC IP Address> -u <idrac-username> -p <password> config -f iDRAC-config.txt
Appendix
See the following link: