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 port <udp-port>

Specifies the UDP port for the NetFlow collector.

set service flow-monitoring exporter exporter-name udp-collector port udp-port
delete service flow-monitoring exporter exporter-name udp-collector port udp-port
show service flow-monitoring exporter exporter-name

None

exporter-name
Specifies the name of the exporter.
udp-port
UDP port number of the collector. The number ranges from 0 through 65535.

Configuration mode


service {
    flow-monitoring {
        exporter exporter-name {
            udp-collector {
                port udp-port
            }
        }
    }
}

Use the set form of this command to specify a UDP port of the NetFlow collector.

Use the delete form of this command to delete the UDP port number.

Use the show form of this command to display the UDP port for the NetFlow collector.