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

flow

Syntax

flow {
route name {
match {
match-conditions;
}
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.

Description

Configure a flow route.

Options

route name—Name of the flow route.

actions—An action to take if conditions match. The actions are described in Table 9.

match-conditions—Match packets to these conditions. The match conditions are described in Table 8.

then—Actions to take on matching packets.

Usage Guidelines

See Configuring a Flow Route.

Required Privilege Level

routing—To view this statement in the configuration.

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


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