[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

flow

Syntax

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>;
}
}
}

Hierarchy Level

[edit routing-options]

Release Information

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

Description

Configure a flow route.

Default

legacy

Options

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.

Required Privilege Level

routing—To view this statement in the configuration.

routing-control—To add this statement to the configuration.

Related Topics


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]