Difference between revisions of "VPP/IPFIX"
From fd.io
< VPP
(Created page with "= VPP IPFIX implementation = == Introduction == == Requirements == * IPv6 support * IPFIX aggregation with timout =! 0 (current implementation) * Multiple records per UDP p...") |
(→Work list) |
||
Line 16: | Line 16: | ||
! style="text-align:left;"| Task | ! style="text-align:left;"| Task | ||
! Owner | ! Owner | ||
− | ! | + | ! Priority |
! Status | ! Status | ||
! Description | ! Description |
Revision as of 10:25, 24 January 2017
Contents
VPP IPFIX implementation
Introduction
Requirements
- IPv6 support
- IPFIX aggregation with timout =! 0 (current implementation)
- Multiple records per UDP packet
- Should support export over IPv6
- Be able to do local aggregation per any IPv6 fields or sub-field of IPv6 address (this is supported by IPFIX)
Work list
Task | Owner | Priority | Status | Description |
---|---|---|---|---|
IPv6 support | Ole | 0 | In progress | |
Aggregation and timer support | 0 | |||
API fixup (move out of vpe.api) | Ole | 1 | ||
IPv6 export | 1 | |||
IPFIX export using TCP/SCTP | 1 | |||
Disable IPFIX export | Ole | 0 | In progress |
CLI
flowperpkt feature add-del <interface-name> [l2|ip6] [disable] set ipfix exporter collector <ip4-address> [port <port>] src <ip4-address> [fib-id <fib-id>] [path-mtu <path-mtu>] [template-interval <template-interval>] [udp-checksum] ipfix flush
References
- RFC5470 - IPFIX Architecture