AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  AIX network settings

    Posted Tue August 15, 2006 01:13 PM

    Originally posted by: SystemAdmin


    How do I change speed and duplex settings on a network interface in AIX?
    How do I turn off auto-neg?

    Thanks.
    #AIX-Forum


  • 2.  Re: AIX network settings

    Posted Tue August 15, 2006 02:28 PM

    Originally posted by: SystemAdmin


    You will need to disable the active interface to make these changes

    ifconfig en0 down; ifconfig en0 detach
    chdev -l 'ent0' -a media_speed='100_Full_Duplex'

    Or
    smitty chdev
    -> Communication
    Then adapter - etc and change 'media speed' by selecting with F4

    ifconfig en0 attach
    ifconfig en0 up
    #AIX-Forum