Ethtool 是搜索和设置网络卡参数的命令 。
使用摘要 :
Ethtool ethx / Query ethx 网络基本设置, x 是相应的网卡数, 如 eth0, eth1, ets1 等 。
eethtool -h/ 显示 ethtool 的帮助命令帮助 (hh)
eethtotoo -i ethX / 查询有关 ethX 门户的相关信息
eethtool -d ethX // 查询在 ethX 门户网站上的登记信息
ethtool - r ethX / ResetethX 进入自我适应模式的门户网站
ethtool - SethX / Query ethX 网络门户发送统计数据
ethtool -s ethX [速度 101001000] [双半满 [飞机起飞]/将净速度设定为10/100/1000M,将半/全时净速度设定为半/全时,设定自我谈判的门户网站
使用示例:
1)[root@linux /]# ethtool eth1
Settings for eth1:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: umbg
Wake-on: d
Link detected: yes
2)[root@linux /]# ethtool -i eth1
driver: e1000
version: 5.0.43-k1
firmware-version: N/A
bus-info: 06:08.1
3)[root@linux /]# ethtool -S eth1
NIC statistics:
rx_packets: 58068300
tx_packets: 87124083
rx_bytes: 1589713008
tx_bytes: 2165825901
rx_errors: 0
tx_errors: 0
rx_dropped: 0
tx_dropped: 0
multicast: 0
collisions: 0
rx_length_errors: 0
rx_over_errors: 0
rx_crc_errors: 0
rx_frame_errors: 0
rx_fifo_errors: 0
rx_missed_errors: 0
tx_aborted_errors: 0
tx_carrier_errors: 0
tx_fifo_errors: 0
tx_heartbeat_errors: 0
tx_window_errors: 0
4)[root@linux /]# ethtool -s eth1 autoneg off speed 100 duplex full
相关参考文献:
1) [root@linux /] # 用于查询 ethtool // 查询 ethtool 仓库的路径
/sbin/ethtool
2) [root@linux /] # rpm- qf/sbin/ethtool/查询ethtool 版本
ethtool-1.6-5
3) 设置在网络装置中永久储存的神器
解决方案一:
ethtool 设置可以通过 / etc/ sysconfig/ network- scripts/ ifcfg- ethX 文件保存, 文件可在设备下个启动时激活此选项 。
例如:用ethtooo-ethto-ethto-ethto-ethtepeopeed 100 双倍全自闭酮关闭
此命令将 eth0 设备设置为 100 mbs 的自适应设备。 要将这些参数设置为 eth0, 修改文件/ etc/ sysconfig/ network- scripts/ ifcfg- eth0, 添加以下一行 :
ETHTOOL_OPTS="speed 100 duplex full autoneg off"
解决方案二:
将ethtool 设置写入/etc/rc.d/rc.local。
注册有任何问题请添加 微信:MVIP619 拉你进入群
打开微信扫一扫
添加客服
进入交流群
发表评论