centos下检查网卡状态

Posted ch3ney

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos下检查网卡状态相关的知识,希望对你有一定的参考价值。

由于ifconfig命令没法看到网卡的一些状态, 以下有5种方法查看网卡状态,是否连通网线

How to check physical Network Link Status on Linux (RHEL/Centos)
原文:http://linuxsupporttips.wordpress.com/2011/08/01/how-to-check-physical-network-link-status-on-linux-rhelcentos/

There are several ways to check Link status on RHEL, 
As far i used to check by 5- ways. Refer Below

1) 
 # dmesg | grep eth
..... 
e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None 
e1000: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
 
2)
# mii-tool 
eth0: negotiated 100baseTx-FD, link ok 
eth1: negotiated 100baseTx-FD, link ok  

3) 
# ethtool eth0 | grep Link 
Link detected: yes 

4) 
# cat /sys/class/net/eth0/operstate 
up  

5) 
# ip link show 
2: eth0: mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:0c:29:b0:ef:e4 brd ff:ff:ff:ff:ff:ff 
3: eth1: mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:0c:29:b0:ef:ee brd ff:ff:ff:ff:ff:ff 

以上是关于centos下检查网卡状态的主要内容,如果未能解决你的问题,请参考以下文章

ethtool设置网卡速率后网卡状态变成down

centos怎么查看网卡的型号

centos7万兆网卡跑不满

centos7如何激活网卡

CENTOS怎样检测网卡状态

centos6.10查看网卡型号