Configuring a Flow Route
A flow route is an aggregation of match conditions for IP packets. Flow routes are propagated through the network using flow-specific network-layer reachability information (NLRI) messsages and installed into the flow routing table
instance-name.inetflow.0. Packets can travel through flow routes only if specific match conditions are met.Flow routes and firewall filters are similar in that they filter packets based on their components and perform an action on the packets that match. Flow routes provide traffic filtering and rate-limiting capabilities much like firewall filters. In addition, you can propagate flow routes across different autonomous systems.
To configure a flow route, include the
flowstatement:[edit]routing-options {flow {routename{match {match-conditions;}then {actions;}}validation {traceoptions {filename<replace> <sizesize> <filesnumber> <no-stamp><(world-readable | no-world-readable)>;flagflag<flag-modifier> <disable>;}}}}For a list of hierarchy levels at which you can configure this statement, see the statement summary section for this statement.
Flow routes are propagated by BGP through flow-specific NLRI messages. You must enable BGP to propagate these NLRIs. For more information on configuring BGP, see Enabling BGP to Carry Connectionless Network Services Routes.