--- JUNOS 5.3R1.2 built 2002-04-30 01:40:52 UTC ipv6@ipv6-3> show configuration version 5.3R1.2; /* login */ system { host-name ipv6-3; root-authentication { encrypted-password "$1$vCcsSAPy$qNeA7h0/9wBamU6W6qqUZ/"; # SECRET-DATA } name-server { 140.172.10.9; } login { user ipv6 { uid 2000; class superuser; authentication { encrypted-password "$1$qHq7xvPB$t4KogQDT.TrR19lgkiMbT0"; # SECRET- DATA } } } services { ssh { root-login allow; } } syslog { archive size 1m files 10; user * { any emergency; } file messages { any notice; authorization info; } } } interfaces { ge-0/1/0 { vlan-tagging; } fe-0/2/0 { unit 0 { family inet { address 140.172.7.250/30; } family inet6 { address 2001:468:1012::2/64; } } } fe-0/2/1 { description pseudoLocalLAN; unit 0 { family inet6 { address 2001:468:1041::1/64; } } } fe-0/2/2 { description pseudoLocalLAN2; unit 0 { family inet6 { address 2001:468:1042::1/64; } } } fxp0 { unit 0 { family inet; } } lo0 { unit 0 { family inet { address 127.0.0.1/32; } } } } routing-options { interface-routes { rib-group inet6 ifrg6; } rib inet6.0 { aggregate { route 2001:0468:1040::/44; } } rib-groups { ifrg6 { import-rib [ inet6.0 inet6.2 ]; } } router-id 140.172.7.176; autonomous-system 65125; } protocols { router-advertisement { interface fe-0/2/0.0 { prefix 2001:0468:1040::/44; } interface fe-0/2/1.0 { prefix 2001:468:1041::1/64; } interface fe-0/2/2.0 { prefix 2001:468:1042::1/64; } } bgp { group FRGP { type external; family inet6 { unicast; } export to-FRGP; peer-as 65000; neighbor 2001:0468:1012::1/64; } } ospf { area 0.0.0.1 { interface fe-0/2/0.0 { neighbor 140.172.7.249; } } } } policy-options { policy-statement redist-direct { from protocol direct; then accept; } policy-statement to-FRGP { term accept-aggregate { from { route-filter 2001:468:1040::/44 exact; } then accept; } term reject { then reject; } } } ipv6@ipv6-3>