##################################################################### # @(#)B.11.31_LR hpintl100conf $Revision: 1.1.119.1 $ $Date: 97/04/10 15:49:13 $ # hpintl100conf: contains configuration values for INTEL 100BASE-T interfaces # # HP_INTL100_INTERFACE_NAME Name of interface (lan0, lan1...) # HP_INTL100_STATION_ADDRESS Station address of interface # HP_INTL100_SPEED Speed and duplex mode # HP_INTL100_MTU Maximum Transmission Unit (MTU) # Integer value between 257 and 1500, inclusive. # # The interface name, major number, card instance and nmid may be # obtained from the lanscan(1m) command. # # The station address and duplex are set through the lanadmin(1m) command. # ##################################################################### HP_INTL100_INTERFACE_NAME[0]= HP_INTL100_STATION_ADDRESS[0]= HP_INTL100_SPEED[0]= HP_INTL100_MTU[0]= ########################################################################### # The HP_INTL100_INIT_ARGS are reserved by HP. They are NOT user changable. ########################################################################### HP_INTL100_INIT_ARGS="HP_INTL100_STATION_ADDRESS HP_INTL100_SPEED HP_INTL100_MTU" # End of hpintl100conf configuration file