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 aggregator <aggregator-name> next <aggregator | exporter>

Specifies the next flow-monitoring module for a Netflow collector.

set service flow-monitoring aggregator aggregator-name next { aggregator aggregator-name | exporter exporter-name }
delete service flow-monitoring aggregator aggregator-name next { aggregator aggregator-name | exporter exporter-name }
show service flow-monitoring aggregator aggregator-name

None

aggregator-name
Name of a flow-aggregator.
aggregator aggregator-name
Name of an aggregator for the next flow-monitoring module.
exporter exporter-name
Name of an exporter for the next flow-monitoring module.

Configuration mode

service {
flow-monitoring {
  exporter aggregator-name{
          next {
             aggregator aggregator-name
             exporter exporter-name
            }
        }
    }
}

Use the set form of this command to specify the next flow-monitoring module for a Netflow collector.

Use the delete form of this command to remove the next flow-monitoring module of a Netflow collector.

Use the show form of this command to display the aggregator of a Netflow collector.