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.

service flow-monitoring selector <selector-name> direction

Specifies the direction for Netflow monitoring.

set service flow-monitoring selector selector-name direction { egress | ingress | both }
delete service flow-monitoring selector selector-name direction { egress | ingress | both }
delete service flow-monitoring selector selector-name direction

Ingress direction

selector-name
The name of the packet selector.

Configuration mode


service {
    flow-monitoring {
        selector selector-name {
            direction {
                ingress
                egress
                both    
            }
        }
    }
}

Use the set form of this command to specify the direction for Netflow monitoring (ingress, egress, or both).

Use the delete form of this command to delete the direction setting for Netflow monitoring.

Use the show form of this command to display the direction setting for Netflow monitoring.