PowerEdge: Correlating Network Devices in SLI Support Live Image to Physical Devices.

Summary: This article shows you how to correlate Network Devices in SLI Support Live Image to the physical device.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

Option 1:  Use the ip command

Example 1:  Use the command: ip addr or ip a to list the network devices.

Some devices can be identified through the common nomenclature Linux uses. We can use IP command to list them.
Example:

# ip addr 
# ip a

Lan-On-Motherboard interfaces: em<port number>

Example: em1, em2 would be Embedded ports 1 and 2 on the motherboard.

PCI add-in interfaces: p<slot number>p<port number>_<virtual function instance>

Example: p3p1, p3p2 would be a NIC in Slot 3 ports 1 and 2.

 

IP command

 

Example 2:  Correlate device to the MAC address in the iDRAC.


We can list further information about a single port.
Choose a device to identify. In this example, lets consider em1.

# ip link show dev em1

 

Correlate device to MAC address in the iDRAC


We can now look in the iDRAC and find the device whose port has that MAC Address.
Go to System > Network Devices, and inspecting the ports of each, we find the MAC address on the Integrated NIC, Port 1.
 

We can now look in the iDRAC and find the device whose port has that MAC Address.

 

Option 2:  Use ethtool to visually inspect the NIC

Using the ethtool command that we can force a NIC’s LEDs to blink to visually identify.

Example: 

# ethtool –identify em1


Before:

Use ethtool to visually inspect NIC.



After:

Use ethtool to visually inspect NIC.



The left LED blinks every second, and the right blinks rapidly.

 

Option 3:  Use systool and lspci.


We can run command systool and show devices of a class "net," for network.

# systool -c net

 

We can run command systool and show devices of a class "net,” for network. We can run command systool and show devices of a class "net,” for network.



We can cross-reference that output with the output from lspci.

# lspci | grep -i eth

We can cross reference that output with the output from lspci.



We can also use lspci and grep for the specific PCI enumeration.

We can also lspci and grep for the specific PCI enumeration.

 

Additional Information

See this video:

Affected Products

Support Live Image, Support Live Image, Red Hat Enterprise Linux Version 7, Red Hat Enterprise Linux Version 9, Red Hat Enterprise Linux Version 8, SUSE Linux Enterprise Server 15, Ubuntu Server LTS
Article Properties
Article Number: 000198651
Article Type: How To
Last Modified: 12 Jun 2025
Version:  8
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.