Open nicklela opened 2 years ago
We probably still use MAC address because network protocol can only provide MAC address of NIC. MAC address is defined in Host Interface specification so we can use this.
action item: OpenBMC may not have implementation of "Serial Number" or "MAC Address"
action: check and see if vendor id and product id can be retrieved from standard IPMI command or not.
In our current implementation, we use MAC address to identify Redfish network interface. However, from OpenBMC implementation, the MAC on host side is different from the MAC on BMC side. BMC engineer suggest us to use VID and DID in order to identify the network interface on BMC.
SMBIOS type 42 provides this information as below
If this is the case, we need to update RedfishConfigHandler driver.