ethtool

# ethtool ethX     //查询ethX网口基本设置
# ethtool –h       //显示ethtool的命令帮助(help)
# ethtool –i ethX  //查询ethX网口的相关信息
# ethtool –d ethX  //查询ethX网口注册性信息
# ethtool –r ethX  //重置ethX网口到自适应模式
# ethtool –S ethX  //查询ethX网口收发包统计
# ethtool –s ethX [speed 10|100|1000]\   //设置网口速率10/100/1000M
                  [duplex half|full]\    //设置网口半/全双工
                  [autoneg on|off]\      //设置网口是否自协商
                  [port tp|aui|bnc|mii]\ //设置网口类型

mii-tool

# mii-tool -F media ethX

media: 1000baseTx-HD, 1000baseTx-FD,
       100baseT4, 100baseTx-FD, 100baseTx-HD,
       10baseT-FD, 10baseT-HD,
       (to advertise both HD and FD) 1000baseTx, 100baseTx, 10baseT
# mii-tool -r ethX //恢复自适应工作模式
Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐