FD.io VPP
v21.01.1
Vector Packet Processing
|
Reply to IPFIX exporter dump request. More...
Data Fields | |
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 |
Reply to IPFIX exporter dump request.
context | - sender context which was passed in the request |
collector_address | - address of IPFIX collector |
collector_port | - port of IPFIX collector |
src_address | - address of IPFIX exporter |
fib_index | - fib table index |
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 64 of file ipfix_export.api.
vl_api_address_t vl_api_ipfix_exporter_details_t::collector_address |
Definition at line 67 of file ipfix_export.api.
u16 vl_api_ipfix_exporter_details_t::collector_port |
Definition at line 68 of file ipfix_export.api.
u32 vl_api_ipfix_exporter_details_t::context |
Definition at line 66 of file ipfix_export.api.
u32 vl_api_ipfix_exporter_details_t::path_mtu |
Definition at line 71 of file ipfix_export.api.
vl_api_address_t vl_api_ipfix_exporter_details_t::src_address |
Definition at line 69 of file ipfix_export.api.
u32 vl_api_ipfix_exporter_details_t::template_interval |
Definition at line 72 of file ipfix_export.api.
bool vl_api_ipfix_exporter_details_t::udp_checksum |
Definition at line 73 of file ipfix_export.api.
u32 vl_api_ipfix_exporter_details_t::vrf_id |
Definition at line 70 of file ipfix_export.api.