In addition to specifying an action using the then statement in a named term, you can also specify an action using the then statement in an unnamed term, as follows:
- [edit]
-
policy-options {
-
-
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 source-prefix match-type <actions>;
- }
-
- to {
-
match-conditions;
- policy subroutine-policy-name;
- }
-
- then {
-
actions;
- }
- }
- then action;
- }
- }