Changing Ethernet Media speed for AIX

Source: Internet
Author: User

Its UNIX systemschanging Ethernet Media speed for AIX

First you need to find out the device name of your Ethernet card. It should is ent0 if the machine had only 1 Ethernet card. Otherwise, it may be a higher number.

You can determine the legal values for the media speed of the card by running the following command (where the value of the May is different if you have multiple Ethernet cards).

lsattr -R -l ent0 -a media_speed

If This command results in the following error-

lsattr: 0514-528 The "media_speed" attribute does not exist in the predefined device configuration database.

-then the Ethernet card is a 10Mbps card that would only have do 10mbps/half duplex

If you do have a 100Mbps card, the lsattr command would return something like this:

10_half_duplex10_full_duplex100_half_duplex100_full_duplexauto_negotiation

These is the media speeds the card would understand. To see the cards current media speed setting you can run

lsattr -EH -l ent0 -a media_speed

To change the media speed, run:

chdev -P -l ent0 -a media_speed=100_Half_Duplex

The value for can is any of the media_speed values listed by the lsattr -R command above. The change does don't take effect until you reboot the machine.

Changing Ethernet Media speed for AIX

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.