- flow {
-
- route name {
-
- match {
- match-conditions;
- }
- term-order (legacy | standard);
-
- then {
- actions;
- }
- }
-
- validation {
-
- traceoptions {
- file filename <files number> <size size> <world-readable |
no-world-readable>;
- flag flag <flag-modifier> <disable>;
- }
- }
- }
Statement introduced before JUNOS Release 7.4.
Statement introduced in JUNOS Release 9.0 for EX Series switches.
term-order statement introduced in JUNOS Release 10.0
Configure a flow route.
legacy
actions—An action to take if conditions match. The actions are described in Configuring the Action for Flow Routes.
match-conditions—Match packets to these conditions. The match conditions are described in Configuring Match Conditions for Flow Routes.
route name—Name of the flow route.
standard—Specify to use version 7 or later of the flow-specification algorithm.
term-order (legacy | standard)—Specify the version of the flow-specification algorithm.
then—Actions to take on matching packets.
routing—To view this statement in the configuration.
routing-control—To add this statement to the configuration.