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: 500,000-10,000,000 usec
# Default value for POLLING_INTERVAL: 10,000,000 usec
# Minimum value for DEAD_COUNT: 2
# Default value for DEAD_COUNT: 3
#**********************************************
POLLING_INTERVAL 10000000
DEAD_COUNT 3
#***********************************************
# By default, LM_RAPID_ARP is on.
# If LM_RAPID_ARP is on, the valid ranges are:
# LM_RAPID_ARP_INTERVAL: 1000000-4000000 (default:1000000 usec
# LM_RAPID_ARP_COUNT: 5 - 60 (default is 10)
# (LM_RAPID_ARP_INTERVAL * LM_RAPID_ARP_COUNT) <= 60s
#**********************************************
LM_RAPID_ARP off
LM_RAPID_ARP_INTERVAL 1000000
LM_RAPID_ARP_COUNT 10
# ****************************************************************
# Note: **
# **
# In Proactive Failover, the active port of a fail-over group **
# is the port with the minimum normalized port cost. This means **
# a fail-over group will change its active port to a ready port **
# having a lower normalized port cost, even when the current **
# active port remains up. You must use cost-based fail-over **
# groups in order to get the Proactive Failover behavior. **
# **
# To define a cost-based fail-over group, all the ports in the **
# fail-over group must have a cost defined. Cost has a valid **
# range of between 1 and 100, inclusive. The value must be **
# preceded by a colon (:) character. **
# **
# If one of the ports in a fail-over group does not have a cost **
# defined, the fail-over group is invalid. **
# **
# If all ports in a fail-over group have no cost defined, the **
# default failover behavior is used. The available port with **
# the highest priority becomes the active port. **
# **
# By default, the lanqueryconf -s command creates only **
# priority-based fail-over groups. **
# **
# 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 fail-over, see **
# the HP Auto Port Aggregation Administrator's Guide at **
# http://docs.hp.com. **
# ****************************************************************
lanconfig.ascii file
93