rtradvd.conf.4 (2010 09)
r
rtradvd.conf(4) rtradvd.conf(4)
DEFAULT: 0
AdvIntervalOpt on
|off
Mobile IPv6 option. Enables (
on) or disable (off) the sending of Advertisement Interval Option in
Router Advertisement messages. If this option is included in the message, the minimum limits
specified by Mobile IPv6 extension for
MinRtrAdvInterval
and MaxRtrAdvInterval
can be
used.
DEFAULT: off
PREFIX SPECIFIC OPTIONS
The following address prefix keywords and values are defined in RFC 2461:
AdvValidLifetime seconds
|forever
Specifies the valid lifetime of the address prefix, in seconds, to be placed in outgoing Router Adver-
tisement messages. The symbolic name forever represents infinity.
DEFAULT: 2592000 seconds (30 days)
AdvPreferredLifetime seconds
|forever
Specifies the preferred lifetime of the address prefix, in seconds, to be placed in outgoing Router
Advertisement messages. The symbolic name forever represents infinity.
DEFAULT: 604800 seconds (7 days)
AdvOnlinkFlag on|off
Sets (on) or clears (off) the On-link flag field in the Prefix Information option.
DEFAULT: on
AdvAutonomousFlag on
|off
Sets (on) or clears (off) the Autonomous Flag field in the Prefix Information option.
DEFAULT: on
AdvRouterAddress on
|off
Mobile IPv6 prefix option. Sets (on) or clear (
off) the Router Flag field in the Prefix Information
option. This indicates that the Prefix field, in addition to advertising the indicated prefix, contains a
complete IP address assigned to the sending router.
DEFAULT: off
EXAMPLES
Three example
rtradvd configuration files are shown below for a system that has two interfaces. In
these examples, the daemon will use default values defined in RFC-2461 for those keywords that are not
specified in the configuration file. The second example uses defaults statement to define some global
keywords for the both interfaces and prefixes. Finally, the last example shows a Mobile IPv6 example.
Example 1
interface lan1
{
AdvCurHopLimit 32;
AdvSendAdvertisement on;
prefixinfo 2008:0:0:4::/64
{
AdvValidLifetime 70100;
AdvPreferredLifetime 50200;
};
prefixinfo 2008:0:0:5::/64
{
AdvValidLifetime 70100;
AdvPreferredLifetime 50200;
};
};
interface lan2
{
AdvCurHopLimit 32;
AdvRouterLifetime 0;
HP-UX 11i Version 3: September 2010 − 3 − Hewlett-Packard Company 3