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 routing-instance <routing-instance>

Specifies the routing instance to use to export flows to a collector.

set service flow-monitoring exporter exporter-name udp-collector routing-instance routing-instance
delete service flow-monitoring exporter exporter-name udp-collector routing-instance routing-instance
show service flow-monitoring exporter exporter-name udp-collector
exporter-name
Specifies the name of the exporter.
routing-instance
Name of a VRF routing instance.

Configuration mode


service {
    flow-monitoring {
        exporter exporter-name {
            udp-collector {
                routing-instance routing-instance
            }
        }
    }
}

Use the set form of this command to specify the VRF routing instance for exporting flows to a collector.

Use the delete form of this command to remove the VRF routing instance for exporting flows to a collector.

Use the show form of this command to display the VRF routing instance for exporting flows to a collector.