Configure hub CE1 as follows:
- [edit routing-options]
- static {
- route 0.0.0.0/0 discard;
- }
- autonomous-system 100;
- [edit protocols]
- bgp {
-
- group hub {
- type external;
- export default;
- peer-as 200;
- neighbor 10.49.4.1;
- }
- }
- [edit policy-statement]
- default {
-
- term 1 {
-
- from {
- protocol static;
- route-filter 0.0.0.0/0 exact;
- }
- then accept;
- }
-
- term 2 {
- then reject;
- }
- }