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

Example: Accepting Routes with Specific Destination Prefixes

Accept routes with destination prefixes 201:db8::8000/32 and 201:db8::8001/32:

[edit policy-options]
policy-statement export_exact {
term a {
from {
route-filter 201:db8::8000/32 exact;
route-filter 201:db8::8001/32 exact;
}
then {
accept;
}
}
term b {
then {
reject;
}
}
}

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