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> protocol-version NFV9 | IPFIX

Specifies the protocol version of the Netflow collector.

set service flow-monitoring exporter exporter-name protocol-version { NFV9 | IPFIX }
delete service flow-monitoring exporter exporter-name protocol-version { NFV9 | IPFIX }
show service flow-monitoring exporter exporter-name

The default protocol version is NFV9.

exporter-name
Name of the flow-exporter.
IPFIX
Specifies IPFIX flow-monitoring export control.
NFV9
Specifies NFV9 flow-monitoring export control.

Configuration mode

service {
flow-monitoring {
  exporter exporter-name{
          protocol-version {
             IPFIX
             NFv9
            }
        }
    }
}

Use the set form of this command to specify the protocol version of a NetFlow collector.

Use the delete form of this command to remove the protocol version from a NetFlow collector.

Use the show form of this command to display the configured protocol version of a NetFlow collector.