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 exporter <exporter-name> max-record-rate

Specifies the maximum number of flow records that are sent each second to a Netflow collector.

set service flow-monitoring exporter exporter-name max-record-rate record-per-second
delete service flow-monitoring exporter exporter-name max-record-rate
show service flow-monitoring exporter exporter-name

The default number of records is zero, which means that there is no limit and as many records as are available are sent without delay.

exporter-name
Name of the flow-exporter.
record-per-second
Maximum number of flow records that are sent each second to the Netflow collector. The number ranges from 0 through 4294967295.

Configuration mode

service {
flow-monitoring {
  exporter exporter-name{
          max-record-rate {
             record-per-second
            }
        }
    }
}

Use the set form of this command to specify the maximum number of flow records that are sent each second to a Netflow collector.

Use the delete form of this command to remove the number of flow records that are sent each second to a NetFlow collector.

Use the show form of this command to display the number of flow records that are sent each second to a NetFlow collector.