Notice the bottom 2 entries for lshw -class network show:
*-network:0 DISABLED
The logical name for one of the cards is eth1, and although lshw shows it as being disabled, it's passing traffic, the RX and TX continue to rise in ifconfig. What does this "*-network:0 DISABLED" mean?
Code:
[root@oracle_backup network-scripts]# lshw -class network
*-network:0
description: Ethernet interface
product: NetXtreme BCM5704 Gigabit Ethernet
vendor: Broadcom Corporation
physical id: 6
bus info: pci@0000:03:06.0
logical name: eth2
version: 10
serial: 00:11:0a:5c:ac:34
size: 1GB/s
capacity: 1GB/s
width: 64 bits
clock: 66MHz
capabilities: pcix pm vpd msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.96-1 duplex=full firmware=5704-v3.27b, ASFIPMIc v2.36 latency=64 link=yes mingnt=64 multicast=yes port=twisted pair slave=yes speed=1GB/s
*-network:1
description: Ethernet interface
product: NetXtreme BCM5704 Gigabit Ethernet
vendor: Broadcom Corporation
physical id: 6.1
bus info: pci@0000:03:06.1
logical name: eth3
version: 10
serial: 00:11:0a:5c:ac:34
size: 1GB/s
capacity: 1GB/s
width: 64 bits
clock: 66MHz
capabilities: pcix pm vpd msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.96-1 duplex=full firmware=5704-v3.27b latency=64 link=yes mingnt=64 multicast=yes port=twisted pair slave=yes speed=1GB/s
*-network:0 DISABLED
description: Ethernet interface
product: 82546EB Gigabit Ethernet Controller (Copper)
vendor: Intel Corporation
physical id: 7
bus info: pci@0000:05:07.0
logical name: eth0
version: 01
serial: 00:11:0a:5c:ac:34
size: 1GB/s
capacity: 1GB/s
width: 64 bits
clock: 66MHz
capabilities: pm pcix msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.20-k3-NAPI duplex=full firmware=N/A latency=64 link=no mingnt=255 multicast=yes port=twisted pair slave=yes speed=1GB/s
*-network:1 DISABLED
description: Ethernet interface
product: 82546EB Gigabit Ethernet Controller (Copper)
vendor: Intel Corporation
physical id: 7.1
bus info: pci@0000:05:07.1
logical name: eth1
version: 01
serial: 00:11:0a:5c:ac:34
size: 1GB/s
capacity: 1GB/s
width: 64 bits
clock: 66MHz
capabilities: pm pcix msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.20-k3-NAPI duplex=full firmware=N/A latency=64 link=no mingnt=255 multicast=yes port=twisted pair slave=yes speed=1GB/s
*-network
description: Ethernet interface
physical id: 1
logical name: bond0
serial: 00:11:0a:5c:ac:34
capabilities: ethernet physical
configuration: broadcast=yes driver=bonding driverversion=2.6.3-rh firmware=2 ip=10.60.11.16 master=yes multicast=yes
[root@oracle_backup network-scripts]#