InlineIPFIXL2Profile1

InlineIPFIXL2Profile1
InlineIPFIXL2Profile1
JSON Example
{
    "active_timeout": 0,
    "export_overlay_flow": false,
    "idle_timeout": 0,
    "ipfix_collector_profile_path": "string",
    "max_flows": 0,
    "observation_domain_id": 0,
    "packet_sample_probability": "number",
    "priority": 0
}
integer As int32 As int32
active_timeout
Optional

The time in seconds after a flow is expired even if more packets matching this flow are received by the cache.

boolean
export_overlay_flow
Optional

This property controls whether overlay flow info is included in the sample result.

integer As int32 As int32
idle_timeout
Optional

The time in seconds after a flow is expired if no more packets matching this flow are received by the cache.

string
ipfix_collector_profile_path
Required

Policy path for IPFIX collector profile. User can specify only one IPFIX collector.

integer As int64 As int64
max_flows
Optional

The maximum number of flow entries in each exporter flow cache.

integer As int64 As int64
observation_domain_id
Optional

An identifier that is unique to the exporting process and used to meter the flows.

number
packet_sample_probability
Required

The probability in percentage that a packet is sampled, in range 0-100. The probability is equal for every packet.

integer As int32 As int32
priority
Optional

This priority field is used to resolve conflicts in Segment Ports which are covered by more than one IPFIX profiles. The IPFIX exporter will send records to Collectors in highest priority profile (lowest number) only.