How to force iprb to run at 100fdx

发表于:2007-06-09来源:作者:点击数: 标签:
Sincetheinterfacedoesnotshowupintheoutputofprtconf,youwillsettheinstancebasedonifconfigoutput. Instancereferstotheinterface#. iprb0--instance0 iprb1--instance1 iprb2--instance2 Using/kernel/drv/iprb.conffileasbelowforforcingiprb0interfacet

Since the interface does not show up in the output of prtconf, you will set the instance based on ifconfig output. 
Instance refers to the interface #. 
iprb0 --> instance 0 
iprb1 --> instance 1 
iprb2 --> instance 2 
Using /kernel/drv/iprb.conf file as below for forcing iprb0 interface to 100 Full duplex: 
# vi /kernel/drv/iprb.conf 
# Driver.conf file for the [NIC card here] 

# Copyright (c) 1996, by Sun Microsystems, Inc. 
# All Rights Reserved. 

#ident "@(#)iprb.conf 1.5 98/11/06 SMI

name="iprb" parent="pseudo" instance=0 speed=100 full-duplex=1; 

Q. How do you set iprb parameter for more than one iprb interface? 
Following lines in /kernel/drv/iprb.conf file will force 
iprb0 -----> 100 fdx 
iprb1 -----> 10 hdx 
iprb2 -----> 100 fdx 
# vi /kernel/drv/iprb.conf 
name="iprb" parent="pseudo" instance=0 speed=100 full-duplex=1; 
name="iprb" parent="pseudo" instance=1 speed=10 full-duplex=0; 
name="iprb" parent="pseudo" instance=2 speed=100 full-duplex=1;

 kinux 回复于:2003-03-10 02:17:42
[quote:93682af503="南非蜘蛛"] here] 

# Copyright (c) 1996, by Sun Microsystems, Inc. 
# All Rights Reserved. 

#ident "@(#)iprb.conf 1.5 98/11/06 SMI" 

name="iprb" parent="pseudo" instance=0 speed=100 full-duplex=1..........[/quote:93682af503]

hey guy!!! Where do you get those documents, just give me all in once time...  OK??  Thanks very much...

 laoxia 回复于:2003-03-10 02:21:34
蜘蛛小姐,iprb 是 what 玩艺?

 kinux 回复于:2003-03-10 02:31:35
[quote:add7187b02="laoxia"]蜘蛛小姐,iprb 是 what 玩艺?[/quote:add7187b02]

intel .network card, is it??

 xmy 回复于:2003-03-16 13:13:48
好像改system也行。

原文转自:http://www.ltesting.net