lab@R1> show configuration version 5.1R2.4; system { host-name R1; login { user lab { uid 2000; class super-user; authentication { encrypted-password "$1$MOPwZ$86Xl00Ea8o48a2CmvC/0y/"; # SECRET-DAT A } } } services { telnet; } syslog { user * { any emergency; } file messages { any notice; authorization info; } } } interfaces { fe-0/3/0 { enable; unit 0 { family inet { address 128.227.21.169/29; } family inet6 { address 3ffe:3700:1002::1/64; address 2001:468:1002::1/64; address 1523:40b0:3347:1002::1/64; } } } /* HOTEL uplink */ fe-0/3/3 { enable; unit 0 { family inet { address 128.227.21.141/31; } family inet6 { address 3ffe:3700:1000::2/64; } } } } snmp { community public { authorization read-only; } } routing-options { rib inet6.0 { static { rib-group IF6-RG6; route 3ffe:3700:1002::/48 { reject; install; readvertise; } route 2001:468:1002::/48 { reject; install; readvertise; } route 1523:40b0:3347::/48 { reject; install; readvertise; } } } rib-groups { IF6-RG6 { import-rib inet6.0; } } } protocols { router-advertisement { interface fe-0/3/0.0 { prefix 3ffe:3700:1002::/64; prefix 2001:468:1002::/64; prefix 1523:40b0:3347:1002::/64; } } bgp { family inet6 { unicast; } local-as 65300; group i2-lab { family inet6 { unicast; } export bgp-export; neighbor 3ffe:3700:1000::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 3ffe:3700:1000::2/64; accept; } } }