Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

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

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


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.
SLN311271_en_US__1i_Systems_Management_SNMPConfiguration1_N_V1

Figure 1: Enabling Alerts

  • Verify and enable the filter conditions for receiving the selected set of SNMP Traps.
SLN311271_en_US__2i_Systems_Management_SNMPConfiguration2_N_V1

Figure 2: Verifying and enable the filter conditions

  • Verify the Alerts Results section and enable the SNMP Traps.
SLN311271_en_US__3i_Systems_Management_SNMPConfiguration3_N_V1

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.
SLN311271_en_US__4i_Systems_Management_SNMPConfiguration4_N_V1

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:
– For IPv4 address: racadm config -g cfgIpmiPet -o cfgIpmiPetAlertEnable -i (index) (0|1) For IPv6 address: racadm config -g cfgIpmiPetIpv6 -o cfgIpmiPetIpv6AlertEnable -i (index) (0|1) where, (index) is the destination index and 0 or 1 disables or enables the trap, respectively. For example, to enable trap with index 4, enter the following command: racadm config -g cfgIpmiPet -o cfgIpmiPetAlertEnable -i 4 1
  • To configure the trap destination address:
racadm config -g cfgIpmiPetIpv6 -o cfgIpmiPetIpv6AlertDestIPAddr -i [index] [IP-address] where [index] is the trap destination index and [IP-address] is the destination IP address of the system that receives the platform event alerts.
  • Configure the SNMP community name string:
racadm config -g cfgIpmiLan -o cfgIpmiPetCommunityName [name] where [name] is the SNMP Community Name.
  • To test the trap, if required:
racadm testtrap -i [index] where [index] is the trap destination index to test.

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: 

Cause

Not required

Resolution

See above

Article Properties


Last Published Date

07 Dec 2023

Version

5

Article Type

Solution