IpfixDfwTemplateParameters
This entity represents the flow parameters which are exported.
{
"destination_address": false,
"destination_transport_port": false,
"firewall_event": false,
"flow_direction": false,
"flow_end": false,
"flow_start": false,
"icmp_code": false,
"octet_delta_count": false,
"packet_delta_count": false,
"protocol_identifier": false,
"rule_id": false,
"source_address": false,
"source_icmp_type": false,
"source_transport_port": false,
"vif_uuid": false
}
The destination IP address of a monitored network flow.
The destination transport port of a monitored network flow.
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.
Two valid values are allowed: 1. 0x00: igress flow to VM. 2. 0x01: egress flow from VM.
The absolute timestamp (seconds) of the last packet of this flow.
The absolute timestamp (seconds) of the first packet of this flow.
Code of the IPv4 ICMP message.
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.
The number of incoming packets since the previous report (if any) for this flow at the observation point.
The value of the protocol number in the IP packet header.
Firewall rule Id - enterprise specific Information Element that uniquely identifies firewall rule.
The source IP address of a monitored network flow.
Type of the IPv4 ICMP message.
The source transport port of a monitored network flow.
VIF UUID - enterprise specific Information Element that uniquely identifies VIF.