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


Example 11

Configure a policy that accepts routes with the destination prefix 201:db8::8000/32:

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


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