[Contents] [Prev] [Next] [Index] [Report an Error]

Example: Rejecting Routes with Mask Length Between 26 and 29

Reject routes with the destination prefix of 192.168.10/24 and a mask between /26 and /29 and accept all other routes:

[edit]
policy-options {
policy-statement from-customer-a {
term term1 {
from {
route-filter 192.168.10/24 prefix-length-range /26–/29 reject;
route-filter 0/0;
}
then accept;
}
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]