Operating System - HP-UX
1836832 Members
2138 Online
110110 Solutions
New Discussion

Reset lan from AUTONEG to Off

 
SOLVED
Go to solution
Belinda Dermody
Super Advisor

Reset lan from AUTONEG to Off

I have a RP5470 running 11i. My network people say I need to change my lan setting from AUTONEG to Off but still run 100 Full-duplex. Below are some settings that I gathered reading previous threads.

What is the proper command to run to turn the AUTONEG off and which of the files listed below should I change in the rc.config.d directory to have the information so the next reboot wont set things back. Plus can I do this prior to the network people changing there ports.

Tahoe: /etc/rc.config.d ioscan -kfnClan
Class I H/W Path Driver S/W State H/W Type Description
==================================================================
lan 0 0/0/0/0 btlan CLAIMED INTERFACE HP PCI 10/100Base-TX Core
/dev/diag/lan0 /dev/ether0 /dev/lan0

Tahoe: /etc/rc.config.d lanadmin -x 0
Current Config = 100 Full-Duplex AUTONEG

Tahoe: /etc/rc.config.d lanadmin -s 0
Speed = 100000000


Tahoe: /etc/rc.config.d ls hp*conf hpetherconf hpfddi4conf hpietherconf
hpbtlanconf hpfcmsconf hpgelanconf hpigelanconf
2 REPLIES 2
Alzhy
Honored Contributor
Solution

Re: Reset lan from AUTONEG to Off

lanadmin -X 100FD 0

so you're config stays accross reboots, edit as well /etc/rc.config.d/hpbtlanconf:


HP_BTLAN_INTERFACE_NAME[0]=lan0
HP_BTLAN_STATION_ADDRESS[0]=
HP_BTLAN_SPEED[0]=100FD

Hakuna Matata.
Bernhard Mueller
Honored Contributor

Re: Reset lan from AUTONEG to Off

James,

it is hpbtlanconf you need to edit
and you can do it prior to changing the switch port.

To change whithout reboot run
lanadmin -X 100FD 0

Regards
Bernhard