当前第2页 返回上一页
ethtool ?Cs ethX [speed 10|100|1000] [duplex half|full] [autoneg on|off] //设置网口速率10/100/1000M、设置网口半/全双工、设置网口是否自协商
示例:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | [root@CentOS76 ~] # ethtool ens192
Settings for ens192:
Supported ports: [ TP ]
Supported link modes: 1000baseT/Full
10000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
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
[root@CentOS76 ~] #
|
免费视频教程分享:linux视频教程
以上就是linux如何查看网卡信息的详细内容,更多文章请关注木庄网络博客!
返回前面的内容
相关阅读 >>
Linux系统ftp服务目录下的文件乱码
Linux服务器php环境如何搭建
如何在实例进行中删除一个实例启动模板
Linux 系统管理总结
安装Linux系统至少需要哪几个分区
Linux中iptables原理的图文详解
Linux软件在哪
Linux如何查看防火墙是否开启
如何为一台或者多台 Linux 实例解绑 ssh 密钥对
如何在Linux上通过samba创建网络共享
更多相关阅读请进入《Linux》频道 >>
转载请注明出处:木庄网络博客 » linux如何查看网卡信息