You first need to set the interface instance with the ndd command.

ndd -set /dev/ce instance 0 - for ce0
ndd -set /dev/ce instance 1 - for ce1

Once you do that you can use ndd to set the setting that you want on the
specified interface.


Nick

On 9/2/07, xavier <[EMAIL PROTECTED]> wrote:
>
> I am running Solaris with two NICs in the box ce0 ce1. Is there any way to
> get full duplex 1000
>
> FYI
>
>
> bash-2.05# netstat -k ce0 | egrep 'link_speed|link_status|link_duplex'
> lp_cap_asmpause 1 lp_cap_pause 0 link_T4 0 link_speed 1000
> link_duplex 2 link_asmpause 0 link_pause 0 link_up 1 mac_mtu 1522
>
> bash-2.05# netstat -k ce1 | egrep 'link_speed|link_status|link_duplex'
> lp_cap_asmpause 0 lp_cap_pause 0 link_T4 0 link_speed 10
> link_duplex 1 link_asmpause 0 link_pause 0 link_up 1 mac_mtu 1522
>
> See in ce1 link speed is 10 mpbs its should be same as that ce0 , please
> help me ,
>
> when i tried to set
>
> # ndd -set /dev/ce instance 1
> # ndd -set /dev/ce adv_1000fdx_cap 1
> # ndd -set /dev/ce adv_autoneg_cap 1
>
> ndd -set /dev/ce1 adv_1000fdx_cap 1
> open of /dev/ce1 failed: No such file or directory
>
> after added the command ce1 still shows same 10x only
>
> Aug 31 16:52:23 eqoas322 genunix: [ID 611667 kern.info] NOTICE: ce1: xcvr
> addr:0x01 - link up 10 Mbps half duplex
> Aug 31 17:04:58 eqoas322 genunix: [ID 611667 kern.info] NOTICE: ce1: xcvr
> addr:0x01 - link up 10 Mbps half duplex
>
> CHARLES
>
>
> This message posted from opensolaris.org
> _______________________________________________
> opensolaris-discuss mailing list
> opensolaris-discuss@opensolaris.org
>
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to