Configure a policy on PE Router D that prevents routes with soo community tagged by CE Router A from being advertised to CE Router E as follows:
- [edit]
- policy-options {
-
- policy-statement soo-ce1-policy {
-
- term a {
-
- from {
- community my-soo;
-
- then {
- reject;
- }
- }
- }
- }
- }