redhat7查找已接网线但是还未配置ip的网卡接口-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 5558
  • 博文数量: 4
  • 博客积分: 55
  • 博客等级: 民兵
  • 技术积分: 30
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-09 23:20
文章分类

(4)

  • (0)
  • (2)
  • (1)
  • (1)
  • (0)
文章存档

(1)

(3)

我的朋友
最近访客
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: linux

2023-05-17 15:55:41

方法一:nmcli
输出中参数wired-properties.carrier为on即为接网线网卡
#nmcli device show |grep -i -e "device|carrier"
general.device:                         ens224
wired-properties.carrier:               on
如下命令将输出内容合并为一行,只看{banned}{banned}{banned}{banned}{banned}最佳佳佳佳佳后一列为on即可
#nmcli device show |awk '/device/{t=$0}/carrier/{print t,$0}'
general.device: ens224    wired-properties.carrier: on

方法二:ifconfig
输出中状态为running的接口卡即为接网线网卡
# ifconfig |grep running
ens224: flags=4163running,multicast>  mtu 1500


方法三:ethtool来检查,主要关注的字段为"link detected",注意如下的输出,其中em4实际物理上并未插上网线,而em1是插上网线的:
# ethtool ens224
settings for ens224:
        supported ports: [ tp ]
        supported link modes:   1000baset/full
                                10000baset/full
        supported pause frame use: no
        supports auto-negotiation: no
        advertised link modes:  not reported
        advertised pause frame use: no
        advertised auto-negotiation: no
        speed: 10000mb/s
        duplex: full
        port: twisted pair
        phyad: 0
        transceiver: internal
        auto-negotiation: off
        mdi-x: unknown
        supports wake-on: uag
        wake-on: d
        link detected: yes
阅读(19) | 评论(0) | 转发(0) |
0

上一篇:

下一篇:没有了

给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图