lab@R1> show configuration version 5.1R2.4; system { host-name R1; login { user lab { uid 2000; class super-user; authentication { encrypted-password "$1$7SA2X$hYph3gf1TRpXQc6ZoqY5i."; # SECRET-DAT A } } } services { telnet; } syslog { user * { any emergency; } file messages { any notice; authorization info; } } } interfaces { /* DINGO local LAN */ fe-0/3/2 { enable; unit 0 { family inet6 { address 3ffe:3700:1001:1::1/64; address 2001:0468:1001:1::1/64; address 152a:3e47:fdc9::1/64; } } } /* HOTEL uplink */ fe-0/3/3 { enable; unit 0 { family inet { address 165.124.10.9/31; } family inet6 { address 3ffe:3700:1000:1::2/64; address 2001:0468:1000:1::2/64; } } } } snmp { community public { authorization read-only; } } routing-options { rib inet6.0 { static { rib-group IF6-RG6; route 3ffe:3700:1001::/64 { next-hop 3ffe:3700:1000:1::2/128; install; readvertise; } route 2001:0468:1001::/64 { next-hop 2001:0468:1000:1::2/128; install; readvertise; } route 152a:3e47:fdc9::/48 { reject; install; readvertise; } } } rib-groups { IF6-RG6 { import-rib inet6.0; } } } protocols { router-advertisement { interface fe-0/3/2.0 { managed-configuration; prefix 3ffe:3700:1001:1::/64; prefix 2001:0468:1001:1::/64; prefix 152a:3e47:fdc9::/64; } } bgp { local-as 65300; group i2-lab { family inet6 { unicast; } export bgp-export; neighbor 3ffe:3700:1000:1::1 { peer-as 65100; } neighbor 2001:0468:1000:1::1 { peer-as 65100; } } } ospf { area 0.0.0.0 { interface all; } } } policy-options { policy-statement bgp-export { from { rib inet6.0; family inet6; } then { next-hop 2001:0468:1000:1::2/128; accept; } } } lab@R1>