ws@P1A> show configuration version 7.2R2.4; system { host-name P1A; root-authentication { encrypted-password } login { user ws { full-name Workshop; uid 2002; class super-user; authentication { encrypted-password } } } services { ssh; telnet; } syslog { user * { any emergency; } file messages { any notice; authorization info; } } } interfaces { fe-0/0/0 { description "To P2 - Border B fa0/0"; unit 0 { family inet { address 206.244.202.17/30; } family inet6 { address 2001:468:1102:0006::a/64; } } } fe-0/0/1 { description "To P1 - Core C fa0/0"; unit 0 { family inet { address 206.244.201.25/30; } family inet6 { address 2001:468:1101:1001::A/64; } } } fe-0/0/3 { description "EXTERNAL INTERFACE"; unit 0 { family inet { address 206.244.205.2/30; } family inet6 { address 2001:468:1100:1::1/64; } } } fxp0 { disable; } lo0 { description "P1 - Border A"; unit 0 { family inet { address 206.244.201.1/32; } family inet6 { address 2001:468:1101:A:A:A:A:A/128; } } } } routing-options { rib inet.0 { aggregate { route 206.244.201.0/24; } } rib inet6.0 { static { route 2001:468:1101:c:c:c:c:c/128 next-hop 2001:468:1101:1001::c; } } static { route 0.0.0.0/0 next-hop 206.244.205.1; } router-id 206.244.201.1; autonomous-system 65501; } protocols { bgp { family inet { unicast; } family inet6 { unicast; } group iBGP-mesh { type internal; local-address 206.244.201.1; export set-nexthop-self; local-as 65501; neighbor 206.244.201.2; neighbor 206.244.201.3; } group external-peers { type external; import transit-others; family inet { unicast; } export [ announce-our-block transit-others ]; local-as 65501; neighbor 206.244.202.18 { description "Pod 2 Border B"; local-address 206.244.202.17; peer-as 65502; } } group ibgp6 { type internal; local-address 2001:468:1101:a:a:a:a:a; family inet6 { unicast; } export set-nexthop-self; local-as 65501; neighbor 2001:468:1101:c:c:c:c:c; neighbor 2001:468:1101:b:b:b:b:b; } group externalv6 { type external; import transit-others; family inet6 { unicast; } neighbor 2001:468:1102:0006::1 { description "To pod 2, the awesomest pod after pod 1;"; local-address 2001:468:1102:6::a; peer-as 65502; } } } ospf { export default-into-ospf; area 0.0.0.0 { interface fe-0/0/1.0; interface lo0.0 { passive; } interface fe-0/0/0.0 { passive; } interface fe-0/0/3.0 { passive; } } } ospf3 { area 0.0.0.0 { interface fe-0/0/1.0; interface lo0.0; } } } policy-options { policy-statement default-into-ospf { term default { from { protocol static; route-filter 0.0.0.0/0 exact; } then accept; } term nope { then reject; } } policy-statement set-nexthop-self { then { next-hop self; accept; } } policy-statement announce-our-block { term announce-201 { from { protocol aggregate; route-filter 206.244.201.0/24 exact; } then accept; } }