root@m5-31> show configuration version 6.0R2.3; system { host-name m5-31; root-authentication { encrypted-password "$1$uMqOa/Fd$izMPSndxi7yih/1OArGyb/"; # SECRET-DATA } login { user centaur { uid 2000; class super-user; authentication { encrypted-password "$1$sRWjqhEf$l26PNz8UpcdA2mwx9tHin1"; # SECRET-DATA } } user ws { full-name Workshop; uid 2002; class super-user; authentication { encrypted-password "$1$rspvOL6O$ECjcr5mNsYo9mPrDM/8ZE."; # 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 129.24.100.130/25; } family inet6; } } fe-0/0/1 { unit 0 { family inet { address 129.24.100.33/29; } family inet6 { address 3ffe:3700:1100::1/64; } } } fe-0/0/2 { unit 0 { family inet { address 129.24.100.65/29; } family inet6 { address 3ffe:3700:1180:4::2/64; } } } fe-0/0/3 { unit 0 { family inet { address 129.24.100.97/29; } family inet6 { address 2001:468:11a2::1/64; } } } gr-0/3/0 { unit 0 { tunnel { source 129.24.100.130; destination 198.32.11.17; } family inet6 { address 3ffe:3700:ff:1b1d::1/64; } } } fxp0 { disable; unit 0 { family inet { address 192.168.1.173/24; } } } lo0 { mtu 9180; unit 0 { family inet { mtu 9166; address 10.50.255.2/32; } } } } routing-options { rib inet6.0 { static { route 3ffe:3700:1100::/40 { reject; install; readvertise; } route 2001:0468:11A0::/44 { reject; install; readvertise; } route 2001:0468:11a1::/48 { reject; install; readvertise; } } } static { route 0.0.0.0/0 { next-hop 129.24.100.129; retain; install; readvertise; } } } protocols { bgp { group bgp { export outroutes; local-as 65501; neighbor 3ffe:3700:ff:1b1d::2 { peer-as 11537; } neighbor 3ffe:3700:1100::0 { peer-as 65502; } neighbor 3ffe:3700:1180:4::1 { family inet6 { any; } peer-as 65503; } } } ospf { export ORIG-DEF; area 0.0.0.0 { interface fe-0/0/1.0; interface fe-0/0/2.0; interface fe-0/0/3.0; } } } policy-options { policy-statement ORIG-DEF { from protocol static; then accept; } policy-statement outroutes { from protocol static; then accept; } } root@m5-31>