IpfixDfwTemplateParameters

IpfixDfwTemplateParameters
IpfixDfwTemplateParameters

This entity represents the flow parameters which are exported.

JSON Example
{
    "source_icmp_type": false,
    "icmp_code": false,
    "destination_transport_port": false,
    "octet_delta_count": false,
    "vif_uuid": false,
    "protocol_identifier": false,
    "firewall_event": false,
    "flow_direction": false,
    "flow_end": false,
    "source_transport_port": false,
    "packet_delta_count": false,
    "destination_address": false,
    "source_address": false,
    "rule_id": false,
    "flow_start": false
}
boolean
source_icmp_type
Optional

Type of the IPv4 ICMP message.

boolean
icmp_code
Optional

Code of the IPv4 ICMP message.

boolean
destination_transport_port
Optional

The destination transport port of a monitored network flow.

boolean
octet_delta_count
Optional

The number of octets since the previous report (if any) in incoming packets for this flow at the observation point. The number of octets include IP header(s) and payload.

boolean
vif_uuid
Optional

VIF UUID - enterprise specific Information Element that uniquely identifies VIF.

boolean
protocol_identifier
Optional

The value of the protocol number in the IP packet header.

boolean
firewall_event
Optional

Five valid values are allowed: 1. Flow Created. 2. Flow Deleted. 3. Flow Denied. 4. Flow Alert (not used in DropKick implementation). 5. Flow Update.

boolean
flow_direction
Optional

Two valid values are allowed: 1. 0x00: igress flow to VM. 2. 0x01: egress flow from VM.

boolean
flow_end
Optional

The absolute timestamp (seconds) of the last packet of this flow.

boolean
source_transport_port
Optional

The source transport port of a monitored network flow.

boolean
packet_delta_count
Optional

The number of incoming packets since the previous report (if any) for this flow at the observation point.

boolean
destination_address
Optional

The destination IP address of a monitored network flow.

boolean
source_address
Optional

The source IP address of a monitored network flow.

boolean
rule_id
Optional

Firewall rule Id - enterprise specific Information Element that uniquely identifies firewall rule.

boolean
flow_start
Optional

The absolute timestamp (seconds) of the first packet of this flow.