interface eth0 { AdvSendAdvert off; }; interface eth1 { AdvSendAdvert on; MinRtrAdvInterval 3; MaxRtrAdvInterval 10; AdvSourceLLAddress on; AdvDefaultLifetime 200; AdvHomeAgentFlag off; # Send MIPv6 HomeAgent info option AdvHomeAgentInfo off; # MIPv6 Advertisement interval AdvIntervalOpt on; # Hierarchical MobileIPv6 AdvHmip6MapInfo on; # Advertise Local MAP options? ReAdvHmip6MapInfo off; # Send Readvertised MAP options? RecvHmip6MapInfo off; # Receive MAP options from Neighbours map 3ffe:8001:12:f88::2 { MapDistance 1; MapPreference 7; MapValidLifetime 60; }; prefix 3ffe:8001:12:1b88::2/64 { AdvValidLifetime 600; AdvPreferredLifetime 600; AdvOnLink on; AdvAutonomous on; AdvRouterAddr on; }; };