home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces dataplane <interface> flow-monitoring selector <selector-name>

Associates a packet selector with a data plane interface through which the traffic to be monitored flows.

set interfaces dataplane interface flow-monitoring selector selector-name
delete interfaces dataplane interface flow-monitoring selector selector-name
show interfaces dataplane interface flow-monitoring
interface
A data plane interface. For more information about data plane interfaces, refer to Ciena Vyatta Network OS LAN Interfaces Configuration Guide.
selector-name
The name of a packet selector.

Configuration mode


interfaces {
    dataplane interface {
        flow-monitoring {
            selector selector-name
        }
    }
}

Use the set form of this command to associate a packet selector with a data plane interface through which the traffic to be monitored flows.

Use the delete form of this command to disassociate a packet selector from a data plane interface.

Use the show form of this command to display the name of the configured selector for a data plane interface.