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

Specifies the UDP MTU size of a Netflow collector.

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

The default size is 1400.

exporter-name
Name of the flow exporter.
udp-mtu
UDP MTU size of the collector. The size ranges from 92 through 65535.

Configuration mode


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

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

Use the delete form of this command to specify the default MTU size, which is 1400.

Use the show form of this command to display the UDP MTU size of the NetFlow collector.