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


[edit policy-options] Hierarchy Level

The following statements can also be configured at the [edit logical-routers logical-router-name] hierarchy level:

policy-options {
    as-path name regular-expression; 
    as-path-group group-name;
    community name {
        invert-match;
        members [ community-ids ];
    }
    damping name {
        disable;
        half-life minutes;
        max-suppress minutes;
        reuse number;
        suppress number;
    }
    policy-statement policy-name {
        term term-name {
            from {
                family family-name;
                match-conditions;
                policy subroutine-policy-name;
                prefix-list name;
                route-filter destination-prefix match-type <actions>; 
                source-address-filter destination-prefix match-type <actions>;
            }
            to {
                match-conditions;
                policy subroutine-policy-name;
            }
            then actions;
    default-action (accept | reject);
        }
    }
    prefix-list name {
        ip-addresses;
    }
} # End of [edit policy-options] hierarchy level 

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