##################################################################### # (c) Copyright 1997-2006 Hewlett-Packard Development Company, L.P. # @(#)B.11.31.1303_LR hp_apaportconf $Revision: 1.8 $ $Date: 2000/05/15 16:21:10 $ ##################################################################### # # hp_apaportconf : contains configuration values for Physical Ports for # HP Auto-Port Aggregation interfaces # # HP_APAPORT_INTERFACE_NAME Name of physical interface (lan0, lan1...) # # HP_APAPORT_GROUP_CAPABILITY Set the group capability for the port specified # by HP_APAPORT_INTERFACE_NAME. The group # capability controls which link aggregations the # specified port can be grouped with. # # The default group capability is 5. # # HP_APAPORT_KEY Set the administrative key for the port specified # by HP_APAPORT_INTERFACE_NAME. The key controls # which link aggregations the specified port can # be grouped with. # # The default administrative key is 0. # # HP_APAPORT_PRIORITY Set the port priority for the port specified by # HP_APAPORT_INTERFACE_NAME. The port priority # determines which port in a link aggregation # will be the primary interface when the link # aggregation is set to hot standby mode # (HP_APA_HOT_STANDBY="on"). # # The default port priority is 0. # # HP_APAPORT_CONFIG_MODE Set the configuration mode for physical port # specified by HP_APAPORT_INTERFACE_NAME. The # supported values are listed below: # # FEC_AUTO The Cisco Fast EtherChannel (FEC) # Port Aggregation Protocol (PAgP) # should be started on the port. # # This is the default configuration # mode for all ports which support # the HP APA product. # # MANUAL Both PAgP and LACP will be disabled # on the port and it must therefore be # manually added or removed from a # specific link aggregation. # # LACP_AUTO The IEEE 802.3ad Link Aggregation # Control Protocol (LACP) # should be started on the port. # # LAN_MONITOR Both PAgP and LACP will be disabled # on the port and it must therefore be # manually added or removed from a # specific link aggregation using # lanapplyconf landeleteconf commands. # # The default config mode is the same as the value # of HP_APA_DEFAULT_CONFIG_MODE whose default is # MANUAL. # # HP_APAPORT_SYSTEM_PRIORITY Set the port system priority for the port # specified by HP_APAPORT_INTERFACE_NAME. # The system priority gives control to the system # to resolve waiting ports to be added in a linkagg # # The default system priority is 0. # # # The parameters listed above can be obtained or set directly via the # lanadmin(1m) command. # # The following examples illustrate how to use the parameters defined # above. # # HP_APAPORT_INTERFACE_NAME[0]=lan0 # HP_APAPORT_GROUP_CAPABILITY[0]=3 # HP_APAPORT_CONFIG_MODE[0]=FEC_AUTO # # HP_APAPORT_INTERFACE_NAME[1]=lan1 # HP_APAPORT_KEY[1]=5 # HP_APAPORT_CONFIG_MODE[1]=LACP_AUTO # # HP_APAPORT_INTERFACE_NAME[2]=lan2 # HP_APAPORT_CONFIG_MODE[2]=LAN_MONITOR # # ##################################################################### ########################################################################### # The HP_APAPORT_INIT_ARGS are reserved by HP. They are NOT user changable. HP_APAPORT_INIT_ARGS="HP_APAPORT_GROUP_CAPABILITY HP_APAPORT_PRIORITY HP_APAPORT_CONFIG_MODE HP_APAPORT_KEY HP_APAPORT_SYSTEM_PRIORITY" #HP_APAPORT_INTERFACE_NAME[0]=lan1 #HP_APAPORT_GROUP_CAPABILITY[0]=5 #HP_APAPORT_KEY[0]=0 #HP_APAPORT_PRIORITY[0]=0 #HP_APAPORT_CONFIG_MODE[0]=MANUAL #HP_APAPORT_SYSTEM_PRIORITY[0]=0 # End of hp_apaportconf configuration file