version 5.6R2.4; system { login { user ipv6 { uid 2001; class superuser; authentication { encrypted-password "$1$fG1VMkVH$Ddv3xjh5.1etVSUvO6uym0"; # SECRET-DATA } } } } interfaces { fe-0/0/0 { unit 0 { family inet { address 128.208.51.82/29; } family inet6 { address 2001:468:1011::1/64; address 2001:468:1111::1/64; } } } fe-0/0/1 { unit 0 { family iso { mtu 1497; } family inet6; } } fe-0/0/2 { unit 0 { family iso { mtu 1497; } family inet6; } } fe-0/0/3 { unit 0 { family inet { address 128.208.127.2/29; } } } gr-0/2/0 { unit 0 { tunnel { source 128.208.127.2; destination 198.32.11.17; } family inet6 { address 3ffe:3700:ff:1b1d::1/64; } } } lo0 { unit 0 { family iso { address 49.0000.0000.0000.0009.00; } } } } routing-options { interface-routes { rib-group inet6 ifrg6; } rib inet6.0 { aggregate { route 2001:468:1000::/40; } } rib inet.0 { static { route 0.0.0.0/0 next-hop 128.208.127.1; } } static { route 198.32.11.17/32 next-hop 128.208.127.1; } rib-groups { ifrg6 { import-rib [ inet6.0 inet6.2 ]; } } router-id 128.208.51.1; } protocols { router-advertisement { interface fe-0/0/3.0; interface fe-0/0/2.0; interface fe-0/0/1.0; interface fe-0/0/0.0 { prefix 2001:468:1011::/64; } } bgp { local-as 65501; group Abilene-v6 { type external; family inet6 { unicast; } export to-Abilene-v6; peer-as 11537; neighbor 3ffe:3700:ff:1b1d::2; } group ipv6-workshop { type external; family inet6 { unicast; } neighbor 2001:468:1011::2 { peer-as 65502; } neighbor 2001:468:1011::3 { peer-as 65503; } neighbor 2001:468:1011::4 { peer-as 65504; } neighbor 2001:468:1011::5 { peer-as 65505; } neighbor 2001:468:1111::2 { peer-as 65502; } neighbor 2001:468:1111::3 { peer-as 65503; } neighbor 2001:468:1111::4 { peer-as 65504; } neighbor 2001:468:1111::5 { peer-as 65505; } } } isis { no-authentication-check; no-ipv4-routing; level 2 wide-metrics-only; interface fe-0/0/1.0 { level 1 disable; level 2 metric 548; } interface fe-0/0/2.0 { level 1 disable; level 2 metric 548; } interface lo0.0 { passive; level 1 disable; level 2 passive; } } ospf { export static-into-ospf; area 0.0.0.100 { interface fe-0/0/0.0; } area 0.0.0.0 { interface fe-0/0/3.0 { passive; } } } ripng { group local { export redist-direct; neighbor fe-0/0/0.0; } } } policy-options { policy-statement to-Abilene-v6 { term accept-aggregate { from protocol aggregate; then accept; } } policy-statement redist-direct { from protocol direct; then accept; } policy-statement static-into-ospf { term default { from { route-filter 0.0.0.0/0 exact; } } } }