Mobile IPv6 A.01.00 Administrator's Guide

Appendix A
Example Configuration Files
Example mip6mod Mobile IPv6 Configuration File
103
Example mip6mod Mobile IPv6 Configuration File
The following is an example mip6mod Mobile IPv6 configuration file. The default mip6mod configuration file
is: /etc/mip6mod.conf. Refer to “The Mobile IPv6 Kernel Module Configuration File: /etc/mip6.conf” on
page 33, for more information about mip6.conf parameters:
###################################################################################
# Mobile IPv6 Configuration File
###################################################################################
#
# log-level
#
# The logging level. Note that mip6mod also logs messages that are logged
# at higher levels. For example, for a logging level of warn, mip6mod also
# logs error and alert messages. mip6mod's logging levels (from highest to
# lowest) are:
#
# alert: catastrophic conditions that should be corrected immediately, for
# example, exceeding memory space;
# error: error conditions, for example, binding cache full;
# warn: warnings, for example, dynamic configuration changes;
# info: informative messages, for example, creation of a binding;
# debug: messages that are useful for debugging and troubleshooting
# purposes, for example, addition of mobility route.
#
# The default is error.
log-level: error
# num-mip6mod-instances
#
# The number of mip6mod instances to start for processing messages with
# Mobility Header. Use an integer in the range [1..N], where N is the
# number of processors on the system. The default is 1.
num-mip6mod-instances: 2
# max-bindings
#
# The maximum number of Home Agent and Correspondent Node binding cache
# entries mip6mod can support. Use an integer in the range [1..100000]. The
# default is 10000, or max-home-bindings, whichever is greater.
max-bindings: 10000
# max-home-bindings
#
# The maximum number of Home Agent binding cache entries mip6mod can
# support. Use an integer that is less than or equal to max-bindings and
# that is in the range [1..100000]. The default is 10000, or max-bindings,
# whichever is lesser.
max-home-bindings: 10000