InlineIpfixSwitchUpmProfile1

InlineIpfixSwitchUpmProfile1
InlineIpfixSwitchUpmProfile1
JSON Example
{
    "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
}
integer As int32 As int32
active_timeout
Optional
Constraints: minimum: 60 maximum: 3600 default: 300

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

applied_tos
Optional

Entity lists where the profile will be enabled on.

string
collector_profile
Required

Each IPFIX switching profile can have its own collector profile.

boolean
export_overlay_flow
Optional
Constraints: default: true

It controls whether sample result includes overlay flow info.

integer As int32 As int32
idle_timeout
Optional
Constraints: minimum: 60 maximum: 3600 default: 300

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

integer As int64 As int64
max_flows
Optional
Constraints: minimum: 0 maximum: 4294967295 default: 16384

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

integer As int64 As int64
observation_domain_id
Required
Constraints: minimum: 0 maximum: 4294967295

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

number
packet_sample_probability
Optional
Constraints: maximum: 100 exclusiveMinimum: 0 default: 0.1

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.

integer As int32 As int32
priority
Required
Constraints: minimum: 0 maximum: 65536

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.