version 6.1R2.2; system { login { user v6-lab { uid 2000; class superuser; authentication { encrypted-password "$1$e1Pqf1EB$DNIL9I0DEu.cETk5ez0Eg/"; # SECRET-DATA } } } services { ssh; telnet; } syslog { user * { any emergency; } file messages { any notice; authorization info; } } } interfaces { fe-0/0/0 { unit 0 { family inet { address 132.160.132.33/29; } family inet6 { address 2001:468:1040::1/64; } } } fe-0/0/1 { unit 0 { family inet { address 132.160.132.65/29; } family inet6 { address 2001:468:1050::1/64; } } } fe-0/0/2 { unit 0 { family inet { address 132.160.103.20/22; } } } fe-0/0/3 { unit 0 { family inet6 { address 2001:468:10a0::1/64; } } } gr-1/2/0 { unit 0 { tunnel { source 132.160.103.20; destination 198.32.11.17; } family inet6 { address 3ffe:3700:ff:1b1d::1/64; } } } lo0 { unit 0 { family inet { address 127.0.0.1/32; } } } } routing-options { interface-routes { rib-group inet6 ifrg6; } rib inet6.0 { aggregate { route 2001:468:1000::/39; } } static { route 0.0.0.0/0 { next-hop 132.160.100.1; retain; install; readvertise; } route 132.160.133.0/24 { next-hop 132.160.103.21; retain; install; readvertise; } } rib-groups { ifrg6 { import-rib [ inet6.0 inet6.2 ]; } } router-id 132.160.103.21; autonomous-system 65501; } protocols { router-advertisement { interface fe-0/0/1.0 { prefix 2001:468:1050::/64; } } bgp { local-as 65501; group Abilene-v6 { type external; family inet6 { unicast; } peer-as 11537; neighbor 3ffe:3700:ff:1b1d::2; } group r2 { type external; family inet6 { unicast; } peer-as 65002; neighbor 2001:468:1040::2; } group r3 { type external; family inet6 { unicast; } peer-as 65003; neighbor 2001:468:1050::2; } group r10 { type external; family inet6 { unicast; } peer-as 65010; neighbor 2001:468:10a0::2; } } ospf { export ORIG-DEF; area 0.0.0.0 { interface fe-0/0/1.0; interface fe-0/0/0.0; } } } policy-options { policy-statement ORIG-DEF { from protocol static; then accept; } }