Sella NMS GUI
Policy Statements
[Table of Contents] [Previous] [Next]
 
policy-options {
   policy-statement <policy-name> {
      term <term-name> {
    from {
       <variable> <value>;
    }
    then {
       apply-map <map-name>;
       set {
          <variable> <value>;
       }
       output {
          <output-module-name> {
        <variable> <value>;
        status <string/variable>
        brief <string/variable>;
        detail <string/variable>;
        channel <channel-name>;
          }
       }
       (accept | reject | next-term | next-policy);
       apply-format <format-name>
    }
      }
   }
}
 
[Table of Contents] [Previous] [Next]