How to Change Ethernet Media Speed for AIX
First you need to find out the device name of your Ethernet card. It should be ent0 if the machine has 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
lsattr -R -l ent0 -a media_speedIf 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 will only do 10Mbps/half duplex
If you do have a 100Mbps card, the
10_Half_Duplex 10_Full_Duplex 100_Half_Duplex 100_Full_Duplex Auto_NegotiationThese are the media speeds the card will understand. To see the cards current media speed setting you can run
lsattr -EH -l ent0 -a media_speedTo change the media speed, run:
chdev -P -l ent0 -a media_speed=100_Half_DuplexThe value for
If you select a value other than
0 blogger-disqus:
Post a Comment