lab@m5a> show configuration version 5.3R2.4; system { host-name m5a; root-authentication { encrypted-password "$1$O2AvB146$Xn6zWVaLPfoCwrQizZ7mh1"; # SECRET-DATA } name-server { 192.88.193.144; } login { user centaur { uid 2002; class super-user; authentication { encrypted-password "$1$pl3zVR4D$NlVRynWxx5/JzEOs7NKzY1"; # SECRET-DATA } } user lab { uid 2001; class super-user; authentication { encrypted-password "$1$/J2RPTH3$UdCMntKyrekt76Nw/bHyp1"; # SECRET-DATA } } } services { ssh; telnet; } } interfaces { fe-0/0/0 { description "router3 point-to-point"; unit 0 { family inet { address 129.7.200.17/30; } family inet6 { address 2001:468:1000:1::1/64; address 3ffe:3700:1000:1::1/64; } } } fe-0/0/1 { description "router2 point-to-point"; unit 0 { family inet { address 129.7.200.5/30; } family inet6 { address 2001:468:1040:1::1/64; address 3ffe:3700:1040:1::1/64; } } } fe-0/0/2 { description "router4 point-to-point"; unit 0 { family inet { address 129.7.200.13/30; } family inet6 { address 2001:468:1080:ffff::1/64; address 3ffe:3700:1080:ffff::1/64; } } } fe-0/0/3 { unit 0 { family inet { address 129.7.131.34/30; } } } gr-0/1/0 { unit 0 { tunnel { source 129.7.131.34; destination 198.32.11.17; } family inet6 { address 3FFE:3700:FF:1B1D::1/64; address 2001:468:ff:1b1d::1/64; } } } } routing-options { rib inet6.0 { aggregate { route 2001:468:1000::/40; route 2001:468:1100::/40; route 3ffe:3700:1000::/40; route 3ffe:3700:1100::/40; } } static { route 0.0.0.0/0 next-hop 129.7.131.33; } autonomous-system 65000; } protocols { bgp { group Abilene-v6 { type external; family inet6 { unicast; } export to-Abilene-v6; peer-as 11537; neighbor 2001:468:ff:1b1d::2; } group gigapops-v6 { type external; family inet6 { unicast; } peer-as 65004; neighbor 2001:468:1040:1::2 { peer-as 65002; } neighbor 2001:468:1000:1::2 { peer-as 65003; } neighbor 2001:468:1080:ffff::2 { peer-as 65004; } neighbor 3ffe:3700:1000:1::2 { peer-as 65003; } neighbor 3ffe:3700:1040:1::2 { peer-as 65002; } neighbor 3ffe:3700:1080:ffff::2 { peer-as 65004; } } } ospf { export defaultroutes; area 0.0.0.0 { interface fe-0/0/0.0; interface fe-0/0/1.0; interface fe-0/0/2.0; } } } policy-options { policy-statement to-Abilene-v6 { term allow { from protocol aggregate; then accept; } } policy-statement defaultroutes { from protocol static; then accept; } }