当前第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输出乱码怎么解决
tomcat和nginx的服务器部署
Linux如何解压压缩的文件
如何在只允许安全组内实例互相访问的情况下授权安全组权限
Linux下如何解压tar.xz文件
获取一台实例的系统命令行输出并且数据以base64编码后返回
Linux < >区别
Linux下如何使用mv命令移动文件到指定目录
如何安装Linux的flash
Linux中oracle如何启动
更多相关阅读请进入《Linux》频道 >>
转载请注明出处:木庄网络博客 » linux如何查看网卡信息