InlineIPFIXSwitchCollectionInstance1

InlineIPFIXSwitchCollectionInstance1
InlineIPFIXSwitchCollectionInstance1
JSON Example
{
    "active_timeout": 0,
    "idle_timeout": 0,
    "ipfix_collector_profile_paths": [
        "string"
    ],
    "max_flows": 0,
    "observation_domain_id": 0,
    "packet_sample_probability": "number",
    "source_logical_segment_paths": [
        "string"
    ]
}
integer As int32 As int32
active_timeout
Required

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

integer As int32 As int32
idle_timeout
Required

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

array of string
ipfix_collector_profile_paths
Required

Policy path for IPFIX collector profiles. IPFIX data from these logical segments will be sent to all specified IPFIX collectors.

integer As int64 As int64
max_flows
Optional

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

integer As int32 As int32
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.

array of string
source_logical_segment_paths
Required

Policy path for source tier-1 segment. IPFIX data from these logical segments will be sent IPFIX collector.