Reject routes with a destination prefix of 0.0.0.0 and a mask length from 0 through 8, and accept all other routes:
- [edit]
- policy-options {
-
- policy-statement policy-statement from-hall2 {
-
- term 1 {
-
- from {
- route-filter 0.0.0.0/0 upto /8 reject;
- }
- }
- then accept;
- }
- }