InlineIpfixSwitchUpmProfile1
{
"active_timeout": 0,
"applied_tos": {
"logical_ports": [
{
"is_valid": false,
"target_display_name": "string",
"target_id": "string",
"target_type": "string"
}
],
"logical_switches": [
{
"is_valid": false,
"target_display_name": "string",
"target_id": "string",
"target_type": "string"
}
],
"nsgroups": [
{
"is_valid": false,
"target_display_name": "string",
"target_id": "string",
"target_type": "string"
}
]
},
"collector_profile": "string",
"export_overlay_flow": false,
"idle_timeout": 0,
"max_flows": 0,
"observation_domain_id": 0,
"packet_sample_probability": "number",
"priority": 0
}
The time in seconds after a flow is expired even if more packets matching this Flow are received by the cache.
Each IPFIX switching profile can have its own collector profile.
It controls whether sample result includes overlay flow info.
The time in seconds after a flow is expired if no more packets matching this flow are received by the cache.
The maximum number of flow entries in each exporter flow cache.
An identifier that is unique to the exporting process and used to meter the Flows.
The probability in percentage that a packet is sampled. The value should be in range (0,100] and can only have three decimal places at most. The probability is equal for every packet.
This priority field is used to resolve conflicts in logical ports/switch which inherit multiple switch IPFIX profiles from NSGroups.
Override rule is : for multiple profiles inherited from NSGroups, the one with highest priority (lowest number) overrides others; the profile directly applied to logical switch overrides profiles inherited from NSGroup; the profile directly applied to logical port overides profiles inherited from logical switch and/or nsgroup;
The IPFIX exporter will send records to collectors of final effective profile only.