Mobile IPv6 A.01.00 Administrator's Guide

Appendix A
Example Configuration Files
Example mip6mod Mobile IPv6 Configuration File
104
# max-binding-lifetime
#
# The maximum lifetime, in seconds, allocated to binding cache entries. Use
# an integer in the range [4..262140]. The default is 262140.
max-binding-lifetime: 262140
# refresh-advice-interval
#
# The advice time (in seconds) in the Binding Refresh Advice option. mip6mod
# includes the Binding Refresh Advice option in the Binding Acknowledgement
# message only if mip6mod is the Home Agent to the Mobile Node. The Binding
# Refresh Advice option advises the Mobile Node how many seconds prior to
# the expiration of the current registration that it should re-register. Use
# an integer that is less than max-binding-lifetime and in the range
# [0..262140]. Setting the value to 0 disables the inclusion of the Binding
# Refresh Advice option. The default is 0.
refresh-advice-interval: 0
# refresh-request-threshold
#
# The number of seconds prior to the expiration of the binding when mip6mod
# sends the Binding Refresh Request message to the Mobile Node. mip6mod
# sends the Binding Refresh Request message only if it is a Correspondent
# Node to the Mobile Node. The Binding Refresh Request message prompts the
# Mobile Node to re-register as soon as possible. Use an integer that is
# less than max-binding-lifetime and in the range [0..420]. Setting the
# value to 0 disables the sending of Binding Refresh Request messages. The
# default is 0.
refresh-request-threshold: 0
# error-rate-threshold
#
# The number of error messages sent before error message rate is controlled.
# Use an integer in the range [1..32]. The default value is 10.
error-rate-threshold: 10
# max-rate-limit
#
# The maximum rate at which error messages are sent when error rate is
# controlled. Use an integer in the range [10..9990]. Note that smaller
# values are faster rates, and the value will be the shortest duration
# (in milliseconds) between error messages. max-rate-limit must be faster
# than min-rate-limit. The default is 100, however, if min-rate-limit is
# faster than 100, the default is 10 milliseconds faster than min-rate-limit.
max-rate-limit: 100