answersLogoWhite

0


Best Answer

This utility checks or sets the status of a network interface's Media

Independent Interface (MII) unit. Most fast ethernet adapters use an

MII to autonegotiate link speed and duplex setting.

Most intelligent network devices use an autonegotiation protocol to

communicate what media technologies they support, and then select the

fastest mutually supported media technology. The -A or --advertise

options can be used to tell the MII to only advertise a subset of its

capabilities. Some passive devices, such as single-speed hubs, are

unable to autonegotiate. To handle such devices, the MII protocol also

allows for establishing a link by simply detecting either a 10baseT or

100baseT link beat. The -F or --force options can be used to force the

MII to operate in one mode, instead of autonegotiating. The -A and -F

options are mutually exclusive.

The default short output reports the negotiated link speed and link

status for each interface.

( copied and pasted from manual)

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the meaning of mii-tool eth0 in redhat?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you enable LAN card Ethernet - eth0 in Linux?

ifconfig eth0 up


What kind of program redhat is?

Redhat is a Linux based operating system.


Who is Chairman and founder of redhat?

Mr. Bob Young and Mr. Marc Ewing are the founder of Redhat Inc.


Is Redhat Linux suitable for a network server?

Yes. Redhat Linux is suitable for all kind of server needs.


Which version of Linux from Redhat Software is free?

Not all version of Redhat Linux is free but you can download many desktop versions free.


How do you find the version of redhat?

goto 'system' tab > in dropdown menu select 'about this computer'. or type in terminal cat <space> /etc/redhat-release


Redhat and mandrake are versions of what operating system?

Redhat and Mandrake are not versions of any operating system. Both are itself standalone Linux operating systems.


How would a technician permanently change the IP address of an Ethernet card on a Red Hat Linux PC?

Command to change the IP address on Linux is ifconfig.Run ifconfig to find the interface name for the connected Ethernet card. If there is only on ethernet card present on your system then the interface name would be eth0. If there are more than one Ethernet cards present on your machine then they interface names will be ethn.Once you have figurred out the interface name then ifconfig command can be used to modify the IP address$ ifconfig eth0 upeg$ ifconfig eth0 192.168.1.100 upWould assign new IP address to eth0


Redhat 5.4 desktop iso download?

yes


What country is the Redhat software company based out of?

Redhat Software Company is based out of the United States. Although they have several offices throughout America, their headquarters are in Raleigh, North Carolina.


How do you release and renew your ip address in Linux computer?

Below are two different methods of how this can be done at the command line. ifconfig eth0 downRunning the above command would take the eth0 interface (the first network card) down. Which is the same as releasing the IP address from that network card.ifconfig eth0 upAfter the interface is taken down, typing in the above command would bring that interface back up.ordhclient eth0Renews the IP address assigned to it by DHCP.


What is RPM stand for in Linux OS?

Redhat Package Manager