|
Format Statements |
[Table of Contents] [Previous] [Next] |
|
policy-options { format-statement <format-name> { term <term-name> { from { variable <variable-name> { required (yes | no); apply-map <map-name>;
type [ prefix string integer regex ]; function (equal-to | not-equal | at-least | at-most | less-than | more-than); } group <group-name> { required (yes | no); apply-map <map-name>;
type [ prefix string integer regex ]; function (equal-to | not-equal | at-least | at-most | less-than | more-than); variable <variable-name>;
group <sub-group-name> { required (yes | no); apply-map <map-name>;
type [ prefix string integer regex ]; function (equal-to | not-equal | at-least | at-most | less-than
| more-than); variable <variable-name>; } } } then { set { varible <variable-name> { value [ <value> ... ]; } } action { default (accept | reject | next-term | next-policy);
values [ accept reject next-term next-policy ]; } } } } }
|
|
[Table of Contents] [Previous] [Next] |
|