HP-UX IPv6 Transport Administrator's Guide (September 2004)

IPv6 Software and Interface Technology
Migrating from IPv4 to IPv6
Chapter 6 73
Using rtradvd to Advertise “6to4” Routing Prefix
This section provides a simple example to show how to advertise “6to4”
routing. In this example, the globally unique IPv4 address of the host is
15.13.1.2.
#example beginsdefaults {
AdvSendAdvertisement on ;
};
interface lan0 {
prefixinfo 2002:f0d:0101::/64 {
};
};
#example ends
For more examples, refer to the rtradvd.conf(4) man page.