Log in as root, and add the following four commands—one command per single line— as the first entries in the /etc/udev/rules.d/70-persistent-net.rules file:
SUBSYSTEM=="net", ACTION=="add", DEVPATH=="/devices/pci0000:00/0 000:00:1c.4/0000:08:00.0/net*", NAME:="eth-fmp3"
SUBSYSTEM=="net", ACTION=="add", DEVPATH=="/devices/pci0000:00/0 000:00:1c.4/0000:08:00.1/net*", NAME:="eth-fmp4"
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{dev_id}=="0 x0", ATTR{type}=="32", NAME:="ib0"
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{dev_id}=="0 x1", ATTR{type}=="32", NAME:="ib1"
Proceed to configure OS support of NMI generated kdumps for Red Hat Linux. For more information, see Configuring OS Support of NMI Generated Kdumps for Red Hat LINUX.