ethtool 命令詳解

2021-10-02 01:43:59 字數 444 閱讀 1421

ethtool 是用於查詢及設定網絡卡引數的命令。

使用概要:

ethtool enp5s0fx //查詢ethx網口基本設定,其中 x 是對應網絡卡的編號,如enp5s0fx 等等

ethtool –h //顯示ethtool的命令幫助(help)

ethtool –i enp5s0fx//查詢ethx網口的相關資訊

ethtool –d enp5s0fx//查詢ethx網口註冊性資訊

ethtool –r enp5s0fx//重置ethx網口到自適應模式

ethtool –s enp5s0fx//查詢ethx網口收發包統計

ethtool –s enp5s0fx [speed 10|100|1000] [duplex half|full] [autoneg on|off] //設定網口速率10/100/1000m、設定網口半/全雙工、設定網口是否自協商

ethtool 命令詳解

命令描述 ethtool 是用於查詢及設定網絡卡引數的命令。使用概要 ethtool ethx 查詢ethx網口基本設定,其中 x 是對應網絡卡的編號,如eth0 eth1等等 ethtool h 顯示ethtool的命令幫助 help ethtool i ethx 查詢ethx網口的相關資訊 et...

Linux命令之Ethtool用法詳解

描述 ethtool是用於查詢及設定網絡卡引數的命令。概要 ethtool ethx 查詢ethx網口基本設定 ethtool h 顯示ethtool的命令幫助 help ethtool i ethx 查詢ethx網口的相關資訊 ethtool d ethx 查詢ethx網口註冊性資訊 ethtoo...

Linux 網絡卡特性配置ethtool詳解

於 ethtool 常用命令如下,比如對eth0的操作 ethtool eth0 查詢ethx網口基本設定,其中 x 是對應網絡卡的編號,如eth0 eth1等等 ethtool h 顯示ethtool的命令幫助 help ethtool i eth0 查詢eth0網口的相關資訊 ethtool d...