Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NIC nailed to 10m

Status
Not open for further replies.

kouchpotato

Programmer
Nov 2, 2001
38
GB
Hi all,

I am trying to nail a UltraAx-i2 box to 10m h/duplex. I have managed to do this but I would like to clarify something.
Is the order in which I set the network variables important? I have tried setting these with autoneg set 1st which seems to ignore the rest of the settings and when autoneg set last it has the desired effect!

Any ideas if setting these in a paticular order matters?

Thanks

K

#ndd -get /dev/dmfe0 adv_autoneg_cap
0
#ndd -get /dev/dmfe0 adv_100fdx_cap
0
ndd -get /dev/dmfe0 adv_100hdx_cap
0
#ndd -get /dev/dmfe0 adv_10fdx_cap
0
#ndd -get /dev/dmfe0 adv_10hdx_cap
1
ndd -get /dev/dmfe0 link_speed link_status
>>100
 
no, the order is afaik not important, BUT Sun says, you have to set all variables to a value

Best Regards, Franz
--
Solaris System Manager from Munich, Germany
I used to work for Sun Microsystems Support (EMEA) for 5 years in the domain of the OS, Backup and Storage
 
Create an input on the file /etc/system so that when your system is rebooted it will run the NIC in 100Full Duplex or you can customize the entry below to your liking.

set hme:hme_adv_100fdx_cap=1
set hme:hme_adv_100hdx_cap=0
set hme:hme_adv_10fdx_cap=0
set hme:hme_adv_10hdx_cap=0
set hme:hme_adv_autoneg_cap=0

Why would you want to change the setting from 100mb to 10mb?

Carlo Reyes

Technology/Systems - Delivery
Networks and Infrastructure

Chicago Customer Technical Support
 
your question: Is the order in which I set the network variables important?

my answer: i think it does matter

Carlo Reyes

Technology/Systems - Delivery
Networks and Infrastructure

Chicago Customer Technical Support
 
I think I agree with Ponetguy.
Looks like set hme:hme_adv_autoneg_cap=0 last turns off autoneg.

Thanks for the response!

Mat



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top