HP-UX Mobile IPv6 A.01.00 Administrator's Guide
Chapter 4
Creating Mobile IPv6 Kernel Module Configuration Files with the mip6config Tool
All mip6mod Parameters
51
The binding_refresh_advice_interval value must be an integer in the
range [0–262,140] and must be less than the max_binding_lifetime
value. Disable the Binding Refresh Advice option by setting the
binding_refresh_advice_interval value to 0.
The default value for binding_refresh_advice_interval is 0.
-rl
error_rate_limit_threshold
The number (or limit) of error messages mip6mod can send to Mobile
Nodes before entering a controlled error message rate. The
max_error_rate and min_error_rate parameters control how often
mip6mod sends error messages after exceeding the
error_rate_limit_threshold value.The error_rate_limit_threshold
value must be an integer in the range [1–32].
The default value for error_rate_limit_threshold is 10.
-mxr
max_error_rate
The max_error_rate is the maximum rate (i.e., highest frequency)
mip6mod sends error messages at after exceeding the
error_rate_limit_threshold. The max_error_rate value, in
miliseconds, is the shorest duration (i.e., interval) between error
messages. Smaller values are shorter durations between error messages,
and therefore are faster rates.The max_error_rate value must be an
integer in the range [10–9,990] and must be less (i.e., faster) than the
min_error_rate value.
The default value for max_error_rate is 100. If the min_error_rate
value is less than or equal to (i.e., faster) 100, the default max_error_rate
value is 10 milliseconds less (i.e., faster) than the min_error_rate.
-mnr
min_error_rate
The min_error_rate is the minimum rate (i.e., least frequency) mip6mod
sends error messages at after exceeding the
error_rate_limit_threshold. The min_error_rate value, in
miliseconds, is the longest duration (i.e.interval) between error messages.
Larger values are longer durations between error messages, and therefore
are slower rates.The min_error_rate value must be an integer in the
range [20–10,000] and must be greater (i.e., slower) than the
max_error_rate value.
The default value for min_error_rate is 1000. If the max_error_rate
value is greater (i.e., slower) than 1000, the default min_error_rate is 10
milliseconds greater (i.e., slower) than max_error_rate.
Example: mip6config> configure all -mb 5000 -ll warn -bl 300 -mhb 200