--- JUNOS 5.5R2.3 built 2002-11-21 22:56:20 UTC lab> show configuration system { login { user lab { uid 2002; class superuser; authentication { encrypted-password "$1$lkfCyfb5$fyfFD7WlUp1ZH2KUXZvMw."; # SECRET- DATA } } } syslog { file messages { any warning; archive size 100k files 10; } } } interfaces { fe-0/0/0 { unit 0 { family inet { address 131.94.100.21/29; } family iso { mtu 1497; } family inet6 { address 2001:468:1100::3/64; address 3ffe:3700:1121:1::4/64; } } } fe-0/0/1 { unit 0 { family inet { address 131.94.100.181/30; } family iso { mtu 1497; } family inet6 { address 3ffe:3700:1000::181/64; address 2001:468:1140:4::181/64; } } } fe-0/0/2 { unit 0 { family inet { address 131.94.100.2/28; } family iso { mtu 1497; } family inet6 { address 3ffe:3700:1100:2756::2/64; address 2001:468:1140:f::2/64; } } } fe-0/0/3 { unit 0 { family inet { address 131.94.100.49/29; } family inet6 { address 3ffe:3700:1000:2c::49/64; address 2001:468:1140:7::49/64; } } } lo0 { unit 0 { family iso { address 49.0000.0000.0000.0003.00; } } } } routing-options { interface-routes { rib-group inet6 ifrg6; } rib inet6.0 { static { route 3ffe:3700:1000::/45 { discard; install; readvertise; } route 2001:468:1140::/42 { discard; install; readvertise; } } aggregate { route 3ffe:3700:1000::/45; route 2001:468:1140::/42; } } rib-groups { ifrg6 { import-rib [ inet6.0 inet6.2 ]; } } } protocols { router-advertisement { interface fe-0/0/3.0 { prefix 3ffe:3700:1000:2c::/64; } interface fe-0/0/2.0 { prefix 3ffe:3700:1100:2756::/64; } interface fe-0/0/1.0 { prefix 3ffe:3700:1000::/64; } interface fe-0/0/0.0 { prefix 3ffe:3700:1000:2d::/64; } } bgp { local-as 65503; group v6-r1-workshop { type external; family inet6 { unicast; } export bigbob; peer-as 65501; neighbor 3ffe:3700:1100:2756::1; } group v6-r12 { type external; family inet6 { unicast; } peer-as 65512; neighbor 3ffe:3700:1000::182; } group v6-r6 { type external; family inet6 { unicast; } export to-r6; peer-as 65506; neighbor 3ffe:3700:1121:1::2; } group v6-r7 { type external; family inet6 { unicast; } peer-as 65507; neighbor 3ffe:3700:1121:1::3; } group v6-r1-2001net { type external; local-interface fe-0/0/2.0; family inet6 { unicast; } peer-as 65501; neighbor fe80::230:85ff:fe2c:f2c1; } group v6-r2-3ffenet { type external; family inet6 { unicast; } peer-as 65502; neighbor 3ffe:3700:1100:2756::5; } group v6-r5-3ffenet { type external; family inet6 { unicast; } peer-as 65505; neighbor 3ffe:3700:1100:2756::4; } group v6-r4-3ffenet { type external; family inet6 { unicast; } peer-as 65504; neighbor 3ffe:3700:1100:2756::3; } group v6-r12-2001net { type external; family inet6 { unicast; } peer-as 65512; neighbor 2001:468:1140:4::182; } group v6-rf-2001net { type external; family inet6 { unicast; } peer-as 65505; neighbor 2001:468:1140:F::4; } } isis { level 2 wide-metrics-only; interface fe-0/0/0.0 { level 1 disable; level 2 metric 1000; } interface fe-0/0/1.0 { level 2 metric 2000; level 1 disable; } interface fe-0/0/2.0 { level 2 metric 750; level 1 disable; } interface lo0.0 { level 1 disable; } } ospf { area 0.0.0.100 { interface fe-0/0/0.0 { priority 255; } interface fe-0/0/1.0; interface fe-0/0/3.0; interface fe-0/0/2.0; } } } policy-options { policy-statement bigbob { from protocol [ aggregate static ]; then accept; } policy-statement to-r6 { from protocol [ aggregate static ]; then accept; } } lab>