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> rule <key | non-key>

Defines an aggregator rule of a Netflow collector.

set service flow-monitoring aggregator aggregator-name rule { key key-value | non-key key-value }
delete service flow-monitoring aggregator aggregator-name rule { key key-value | non-key tkey-value }
show service flow-monitoring aggregator aggregator-name

None

aggregator-name
Name of the flow-aggregator.
key key-value
Specifies a key field on which to aggregate.
non-key key-value
Specifies a nonkey field to collect
Note: For more information about key values, refer to Exported NetFlow Version 9 and IPFIX (RFC 7011) tables for IPv4 and IPv6 data in Flow monitoring overview.

Configuration mode

service {
flow-monitoring {
  exporter aggregator-name{
          rule {
             key key-field
             non-key key-field
            }
        }
    }
}

Use the set form of this command to specify the aggregator rule of a Netflow collector.

Use the delete form of this command to remove the aggregator rule from a NetFlow collector.

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