version 5.3R2.4; system { host-name CaseWestern; root-authentication { encrypted-password "$1$O2AvB146$Xn6zWVaLPfoCwrQizZ7mh1"; # SECRET-DATA } name-server { 192.88.193.144; } login { user lab { uid 2001; class super-user; authentication { encrypted-password "$1$/J2RPTH3$UdCMntKyrekt76Nw/bHyp1"; # SECRET- DATA } } } services { ssh; telnet; } } interfaces { /* upstream to OU */ fe-0/3/0 { unit 0 { family inet { address 192.148.240.162/29; } family inet6 { address 2001:468:1101::2/64; } } } /* LAN */ fe-0/3/3 { unit 0 { family inet { address 192.148.240.169/29; } family inet6 { address 2001:468:1103:1::2/64; address 152b:3d51:fb40::2/64; } } } } snmp { community testread { authorization read-only; } } routing-options { interface-routes { rib-group inet6 ifrg6; } rib inet6.0 { aggregate { route 2001:468:1103::/48; route 152b:3d51:fb40::/48; } } static { route 0.0.0.0/0 next-hop 192.148.240.161; } rib-groups { ifrg6 { import-rib [ inet6.0 inet6.2 ]; } } router-id 192.148.240.169; } protocols { router-advertisement { interface fe-0/3/3.0 { prefix 2001:468:1103:1::/64; } } bgp { local-as 65002; group abilene_v6 { type external; family inet6 { unicast; } export to_abilene_v6; peer-as 65001; neighbor 2001:468:1101::1; } } ripng { group local { export redist-direct; neighbor fe-0/1/0.0; } } } policy-options { policy-statement redist-direct { from protocol direct; then accept; } policy-statement to_abilene_v6 { term accept_aggregate { from { route-filter 2001:468:1103::/48 exact; route-filter 152b:3d51:fb40::/48 exact; } then accept; } term reject { then reject; } } }