SUMMARY: setting /dev/eri interface 10 mb full duplex
2007-12-25 1:13:00
Dinwiddle. I had the order all wrong. Here is the correct order.
ndd -set /dev/eri instance 0
ndd -set /dev/eri adv_100T4 0
ndd -set /dev/eri adv_100hdx_cap 0
ndd -set /dev/eri adv_100fdx_cap 0
ndd -set /dev/eri adv_10fdx_cap 1
ndd -set /dev/eri adv_10hdx_cap 0
ndd -set /dev/eri adv_autoneg_cap 0
Here is why
adv_autoneg_cap should be done last. (the link reinitializes when it
is done).
> -----Original Message-----
> From: McEwan, Ryan
> Sent: Thursday, May 08, 2003 3:22 PM
> To: 'codeprof at codeprof.com'
> Subject: setting /dev/eri interface 10 mb full duplex
>
> I have tried all sort of combination with ndd and setings on my cisco
> switch to hard code to 10 mb (don't ask why, very specific reason) and I
> can get it to work, however, I cannot find a combination where there are
> no Ierrors, Oerrors or collisions. I am seeing a high amount of these
> errors, leading me to think that things are not quite right. Can anybody
> offer any assistance?
>
> Here is what I should think would work......
>
> ndd -set /dev/eri instance 0
> ndd -set /dev/eri adv_autoneg_cap 0
> ndd -set /dev/eri adv_100T4 0
> ndd -set /dev/eri adv_100hdx_cap 0
> ndd -set /dev/eri adv_100fdx_cap 0
> ndd -set /dev/eri adv_10fdx_cap 1
> ndd -set /dev/eri adv_10hdx_cap 0
>
> while setting the switch to 10 mb full duplex, however, still getting
> errors and collisions.
>
> I have also tried
>
> ndd -set /dev/eri instance 0
> ndd -set /dev/eri adv_autoneg_cap 0
> ndd -set /dev/eri adv_100T4 0
> ndd -set /dev/eri adv_100hdx_cap 0
> ndd -set /dev/eri adv_100fdx_cap 0
> ndd -set /dev/eri adv_10fdx_cap 0
> ndd -set /dev/eri adv_10hdx_cap 1
>
> with switch settings at 10 half, but lo luck
>
> TIA,
>
> Ryan
Comments
Got something to say?
You must be logged in to post a comment.

