Example B-1  Sample lanconfig.ascii Configuration File
#*********************************************** #******* LAN MONITOR CONFIGURATION FILE
#*** For complete details about the parameters and how #*** to set them, consult the lanqueryconf(1m) manpage #*** or your manual.
#*** All timeout values are microseconds; they are rounded up #*** or down appropriately. #***********************************************************
#***********************************************
#The valid range for POLLING_INTERVAL: 
#Default value for POLLING_INTERVAL: 10,000,000 usec
#Minimum value for DEAD_COUNT: 2
#Default value for DEAD_COUNT: 3 #**********************************************
POLLING_INTERVAL10000000
DEAD_COUNT3 #***********************************************
#By default, LM_RAPID_ARP is on.
#If LM_RAPID_ARP is on, the valid ranges are:
#LM_RAPID_ARP_INTERVAL: 
# LM_RAPID_ARP_COUNT:  | 5 - 60  | (default is 10)  | 
#(LM_RAPID_ARP_INTERVAL * LM_RAPID_ARP_COUNT) <= 60s #**********************************************
LM_RAPID_ARPoff
LM_RAPID_ARP_INTERVAL1000000
LM_RAPID_ARP_COUNT10
# ****************************************************************
#  | Note:  | **  | 
#  | 
  | **  | 
# In Proactive Failover, the active port of a   | **  | |
#is the port with the minimum normalized port cost. This means **
#a 
# having a lower normalized port cost, even when the current  | **  | 
# active port remains up. You must use   | **  | 
# groups in order to get the Proactive Failover behavior.  | **  | 
#  | **  | 
# To define a   | **  | 
#   | **  | 
# range of between 1 and 100, inclusive. The value must be  | **  | 
# preceded by a colon (:) character.  | **  | 
#  | **  | 
# If one of the ports in a 
# defined, the   | **  | ||||
#  | 
  | 
  | 
  | 
  | **  | 
# If all ports in a   | **  | ||||
# default failover behavior is used. The available port with  | **  | ||||
# the highest priority becomes the active port.  | **  | ||||
#  | 
  | 
  | 
  | 
  | **  | 
# By default, the lanqueryconf   | **  | ||||
#   | 
  | **  | |||
#  | 
  | 
  | 
  | 
  | **  | 
# Example with cost defined:  | 
  | 
  | **  | ||
#  | FAILOVER_GROUP  | lan903  | 
  | 
  | **  | 
#  | STATIONARY_IP  | 195.55.55.55  | 
  | **  | |
#  | # Pri/Stdby  | I/f  | Pri  | Cost  | **  | 
#  | PRIMARY  | lan900  | 7  | : 1  | **  | 
#  | STANDBY | lan901  | 6  | : 2  | **  | 
#  | 
  | 
  | 
  | 
  | **  | 
# For more information on how to use proactive   | **  | ||||
# the HP Auto Port Aggregation Administrator's Guide at  | **  | ||||
# http://docs.hp.com.  | 
  | 
  | **  | ||
# ****************************************************************
lanconfig.ascii File 101