upenn@m5b> show configuration system { host-name m5b; domain-search ip6.berkeley.edu; root-authentication { encrypted-password "$1$SwlBChiD$kGzQpaugFTAWl9nZ61RW81"; # SECRET-DATA } name-server { 128.32.151.50; 2001:468:1008::2; } login { class workshop { permissions all; } user centaur { uid 2001; class super-user; authentication { encrypted-password "$1$hQSbiEWj$uTA9FrMkFHNaL./5Eq1Xo1"; # SECRET-DATA } } user lab { uid 2000; class workshop; authentication { encrypted-password "$1$B8L2cOJ2$BX5Q0lHW2QaKF3FaOwDSl0"; # SECRET-DATA } } user upenn { uid 3002; class super-user; authentication { encrypted-password "$1$m14IEp7K$bl5wZBzd9wA.gSaLshrNc1"; # SECRET-DATA } } } services { ftp; ssh { protocol-version [ v2 v1 ]; } telnet; } syslog { user * { any emergency; } file messages { any notice; authorization info; } } } interfaces { fe-0/0/0 { unit 0 { family inet { address 129.7.200.81/28; } family inet6 { address 2001:468:1081:1::1/64; address 3ffe:3700:1081:1::1/64; } } } fe-0/0/1 { unit 0 { family inet { address 129.7.200.33/29; } family inet6 { address 2001:468:1080:0001::1/64; address 3ffe:3700:1080:0001::1/64; } } } fe-0/0/2 { unit 0 { family inet { address 129.7.200.25/30; } family inet6 { address 2001:468:1080:0002::1/64; address 3ffe:3700:1080:0002::1/64; } } } fe-0/0/3 { unit 0 { family inet { address 129.7.200.14/30; } family inet6 { address 2001:468:1080:ffff::2/64; address 3ffe:3700:1080:ffff::2/64; } } } } routing-options { interface-routes { rib-group inet6 IFRG6; } rib inet6.0 { aggregate { route 2001:468:1080::/42; route 3ffe:3700:1080::/42; } } rib-groups { IFRG6 { import-rib [ inet6.0 inet6.2 ]; } } router-id 129.7.200.33; autonomous-system 65004; } protocols { router-advertisement { interface fe-0/0/0.0 { max-advertisement-interval 30; min-advertisement-interval 10; prefix 2001:468:1081:1::/64; prefix 3ffe:3700:1081:1::/64; prefix 2001:468:1089:1:1:1::/96; } } bgp { traceoptions { file bgplog world-readable; flag all receive; } group ROUTER6 { family inet6 { unicast; } peer-as 65006; neighbor 2001:468:1080:0001::3; } group ROUTER7 { family inet6 { unicast; } peer-as 65007; neighbor 2001:468:1080:0001::2; } group ROUTER9 { type external; family inet6 { unicast; } peer-as 65009; neighbor 2001:468:1080:0002::2; } group UPSTREAM { family inet6 { unicast; } export TO-UPSTREAM; peer-as 65000; neighbor 2001:468:1080:FFFF::1; } } ospf { area 0.0.0.0 { interface fe-0/0/1.0; interface fe-0/0/2.0; interface fe-0/0/3.0; interface fe-0/0/0.0 { passive; } } } } policy-options { policy-statement TO-UPSTREAM { term TERM1 { from { route-filter 2001:468:1080::/42 exact; route-filter 3ffe:3700:1080::/42 exact; } then accept; } term TERM2 { then reject; } } }