Sella NMS GUI
Map Statements
[Table of Contents] [Previous]
 
   policy-options {
      map-statement <map-name> {
         term <term-name> {
            from {
               query <string>;
            }
            then {
               set {
                  <variable> <value>;
               }
            }
         }
      }
   }
 
[Table of Contents] [Previous]