Hello,
Thank you for posting question on Microsoft Windows Forum!
Regarding your inquiry about the configuration procedure after replacing a NIC on an HPE server. The plausible explanation to this is that for HPE ProLiant servers running Windows Server, replacing a physical NIC (either an embedded/onboard LOM or an add-in PCIe adapter) is generally handled by Windows Plug and Play, not by HPE-specific software. The replacement NIC is normally detected as a new hardware device, even if it is the same model, because Windows identifies the adapter by its Plug and Play instance ID and MAC address rather than only by its model. As a result, the previous network configuration is not automatically inherited by the replacement NIC.
On the other hand, the new NIC has completely different hardware identifiers from the old one (such as a new MAC address and new PCIe bus/device/function numbers). During hardware enumeration, the OS kernel will recognize it as a brand-new, independent network device. Operating system-level network configurations (such as IP addresses, DNS, firewall rules, etc.) are typically tied to a specific NIC's hardware identifiers or to the system-assigned device names (like eth0, ens3f0). Since both the hardware identifiers and device names of the new NIC change, the old configuration cannot be automatically applied to the new NIC.
Regarding the differences Between Onboard NICs and Add-on NICs (Adapter Cards). There is no essential difference between the two. However, there may be minor differences in device naming behavior. For Onboard NICs, system firmware and the OS typically prefer to enumerate onboard NICs with lower-numbered device names (e.g., eth0, eth1). Replacing an onboard NIC (which usually means replacing the entire motherboard) may cause the new onboard NIC to again be recognized with these lower numbers. However, because its hardware identifiers have changed, the previous configuration will still be invalid. For Add-on NICs (Adapter Cards), on the other hand, if you insert the new card into a different PCIe slot, its device name may change. However, even if you insert it into the exact same slot, the new card will still be treated as a new device, and the previous configuration will remain invalid. Regardless of the NIC type, reconfiguration is required after replacement.
You can consult the following article for more information regarding the query.
Hope the above information is helpful!