I am trying to determine if the IP Office Server Edition server is matching on port speed and duplex.
I ran two commands and they both gave me different results. The first one said it was 1000 Mbps and the second one said 100base-Tx.
[root@APMIPOSERVER ~]# dmesg | grep eth0
e1000e 0000:02:00.0: eth0: (PCI Express:2.5GB/s:Width x1) e8:39:35:2a:ac:08
e1000e 0000:02:00.0: eth0: Intel(R) PRO/1000 Network Connection
e1000e 0000:02:00.0: eth0: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF
ADDRCONF(NETDEV_UP): eth0: link is not ready
e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
eth0: no IPv6 routers present
[root@APMIPOSERVER ~]# mii-tool -v eth0
eth0: negotiated 100baseTx-FD flow-control, link ok
product info: vendor 00:50:43, model 11 rev 1
basic mode: autonegotiation enabled
basic status: autonegotiation complete, link ok
capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
advertising: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
link partner: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
[root@APMIPOSERVER ~]#
I don't know a lot about Linux.
Can someone tell me why it looks different and which one is correct?
Thanks
I ran two commands and they both gave me different results. The first one said it was 1000 Mbps and the second one said 100base-Tx.
[root@APMIPOSERVER ~]# dmesg | grep eth0
e1000e 0000:02:00.0: eth0: (PCI Express:2.5GB/s:Width x1) e8:39:35:2a:ac:08
e1000e 0000:02:00.0: eth0: Intel(R) PRO/1000 Network Connection
e1000e 0000:02:00.0: eth0: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF
ADDRCONF(NETDEV_UP): eth0: link is not ready
e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
eth0: no IPv6 routers present
[root@APMIPOSERVER ~]# mii-tool -v eth0
eth0: negotiated 100baseTx-FD flow-control, link ok
product info: vendor 00:50:43, model 11 rev 1
basic mode: autonegotiation enabled
basic status: autonegotiation complete, link ok
capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
advertising: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
link partner: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
[root@APMIPOSERVER ~]#
I don't know a lot about Linux.
Can someone tell me why it looks different and which one is correct?
Thanks