[Contents] [Prev] [Next] [Index]


[edit policy-options] Hierarchy Level

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



[Contents] [Prev] [Next] [Index]