Jump to content

mii-tool

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by BG19bot (talk | contribs) at 05:40, 1 December 2015 (WP:CHECKWIKI error fix for #03. Missing Reflist. Do general fixes if a problem exists. - using AWB (11751)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computing, mii-tool is a Unix command which allows users to query and modify Network Interface Controller (NIC) parameters (eg: speed and duplex).

Since 2003,[1] it's considered obsolete and replaced by ethtool.

Example

To display the current parameters:

$ mii-tool
eth0: no autonegotiation, 100baseTx-HD, link ok

To force the network speed to 1 Gb/s, and the duplex in full on the port 1 (eth0):

$ mii-tool -F 1000baseTx-FD eth0
$ mii-tool
eth0: 1 000 Mbit, full duplex, link ok

See also

References