--- JUNOS 5.3R2.4 built 2002-06-03 18:59:57 UTC root@g6r5> show configuration version 5.3R2.4; system { host-name g6r5; root-authentication { encrypted-password "$1$O2AvB146$Xn6zWVaLPfoCwrQizZ7mh1"; # SECRET-DATA } name-server { 140.172.10.9; } login { user cward { uid 2000; class superuser; authentication { encrypted-password "$1$hH8582lp$NIARKvCqEACLCbPwQsq0E1"; # SECRET- DATA } } user lab { uid 2001; class super-user; authentication { encrypted-password "$1$/J2RPTH3$UdCMntKyrekt76Nw/bHyp1"; # SECRET- DATA } } } services { ssh; telnet; } } interfaces { fe-0/3/0 { unit 0 { family inet { address 140.172.7.14/30; } family inet6 { address 2001:468:1180:0001::2/64; } } } fe-0/3/1 { unit 0 { family inet { address 140.172.7.81/28; } family inet6 { address 2001:468:1180::1/64; address 1c7b:12e1:4449:1::1/64; } } } } routing-options { interface-routes { rib-group inet6 ifrg6; } rib inet6.0 { aggregate { route 2001:468:1180::/45; route 1c7b:12e1:4449::/48; } } rib-groups { ifrg6 { import-rib [ inet6.0 inet6.2 ]; } } router-id 140.172.7.14; autonomous-system 65301; } protocols { router-advertisement { interface fe-0/3/1.0 { prefix 2001:468:1180::/64; } } bgp { group NCAR-v6 { type external; family inet6 { unicast; } export to-NCAR-v6; peer-as 65400; neighbor 2001:468:1180:1::1; } } ospf { area 0.0.0.1 { interface fe-0/3/0.0; interface fe-0/3/1.0; } } } policy-options { policy-statement to-NCAR-v6 { term accept-aggregate { from { route-filter 2001:468:1180::/45 exact; route-filter 1c7b:12e1:4449::/48 exact; } then accept; } term reject { then reject; } } } root@g6r5>