NOTE: This config or router had an issue for IPv6 neighbor solicitations. root@R17> show configuration system { host-name R17; time-zone America/New_York; } interfaces { fe-0/1/0 { description SMC; unit 0 { family inet { address 131.94.100.162/29; } family inet6 { address 3FFE:3700:100E::1/64; address 2001:468:1180:810::1/64; } } } fe-0/1/3 { description R8; unit 0 { family inet { address 131.94.100.202/30; } family iso { mtu 1497; } family inet6 { address 3FFE:3700:100D::2/64; address 2001:468:1180:820::2/64; } } } lo0 { unit 0 { family iso { address 49.0000.0000.0000.0017.00; } } } } routing-options { interface-routes { rib-group inet6 ifrg6; } rib inet6.0 { aggregate { route 3FFE:3700:100E::/48; route 2001:468:1180:810::/60; } } rib-groups { ifrg6 { import-rib inet6.0; } } } protocols { router-advertisement { interface fe-0/1/0.0 { prefix 3FFE:3700:100E::/64; prefix 2001:468:1180:810::/64; } } bgp { local-as 65517; group R8 { type external; family inet6 { unicast; } export to-R8; peer-as 65508; neighbor 3FFE:3700:100D::1; } } isis { export to-R8; level 2 wide-metrics-only; interface fe-0/1/3.0 { level 1 disable; level 2 metric 548; } interface lo0.0 { level 1 disable; level 2 metric 5; } } ospf { area 0.0.0.100 { interface fe-0/1/0.0; interface fe-0/1/3.0; } } } policy-options { policy-statement to-R8 { term accept-aggregate { from { route-filter 3FFE:3700:100E::/64 exact; route-filter 2001:468:1180:810::/60 exact; } then accept; } term reject { then reject; } } } root@R17>