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> udp-collector address <ip-address>

Specifies the IPv4 or IPv6 address of the NetFlow collector.

set service flow-monitoring exporter exporter-name udp-collector address ip-address
delete service flow-monitoring exporter exporter-name udp-collector address ip-address
show service flow-monitoring exporter exporter-name udp-collector
exporter-name
Specifies the name of the exporter.
ip-address
IPv4 or IPv6 address of the collector.

Configuration mode


service {
    flow-monitoring {
        exporter exporter-name {
            udp-collector {
                address ip-address
            }
        }
    }
}

Use the set form of this command to specify the IPv4 or IPv6 address of the NetFlow collector.

Use the delete form of this command to remove the IP address form the NetFlow collector.

Use the show form of this command to display the configured IP address of the NetFlow collector.