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


Minimum Traffic Sampling or Forwarding Configuration

To configure traffic sampling on a logical interface, you must perform at least the following tasks:

For more information about firewall filter actions and action modifiers, see the JUNOS Policy Framework Configuration Guide.

Another option is to configure the direction of traffic to be sampled by including the sampling statement at the [edit interfaces interface-name unit logical-unit-number family inet] hierarchy level, specifying input, output, or both.

[edit interfaces interface-name unit logical-unit-number family inet]
sampling {
    input;
    output;
}


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