FD.io VPP  v21.06
Vector Packet Processing
vl_api_set_ipfix_exporter_t Struct Reference

Configure IPFIX exporter process request. More...

Data Fields

u32 client_index
 
u32 context
 
vl_api_address_t collector_address
 
u16 collector_port
 
vl_api_address_t src_address
 
u32 vrf_id
 
u32 path_mtu
 
u32 template_interval
 
bool udp_checksum
 

Detailed Description

Configure IPFIX exporter process request.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
collector_address- address of IPFIX collector
collector_port- port of IPFIX collector
src_address- address of IPFIX exporter
vrf_id- VRF / fib table ID
path_mtu- Path MTU between exporter and collector
template_interval- number of seconds after which to resend template
udp_checksum- UDP checksum calculation enable flag

Definition at line 31 of file ipfix_export.api.

Field Documentation

◆ client_index

u32 vl_api_set_ipfix_exporter_t::client_index

Definition at line 33 of file ipfix_export.api.

◆ collector_address

vl_api_address_t vl_api_set_ipfix_exporter_t::collector_address

Definition at line 35 of file ipfix_export.api.

◆ collector_port

u16 vl_api_set_ipfix_exporter_t::collector_port

Definition at line 36 of file ipfix_export.api.

◆ context

u32 vl_api_set_ipfix_exporter_t::context

Definition at line 34 of file ipfix_export.api.

◆ path_mtu

u32 vl_api_set_ipfix_exporter_t::path_mtu

Definition at line 39 of file ipfix_export.api.

◆ src_address

vl_api_address_t vl_api_set_ipfix_exporter_t::src_address

Definition at line 37 of file ipfix_export.api.

◆ template_interval

u32 vl_api_set_ipfix_exporter_t::template_interval

Definition at line 40 of file ipfix_export.api.

◆ udp_checksum

bool vl_api_set_ipfix_exporter_t::udp_checksum

Definition at line 41 of file ipfix_export.api.

◆ vrf_id

u32 vl_api_set_ipfix_exporter_t::vrf_id

Definition at line 38 of file ipfix_export.api.


The documentation for this struct was generated from the following file: