show ipfix all

Use this command to display detailed information and comprehensive insights into the IPFIX configured templates and exporters on the device.

Command Syntax

Copy
show ipfix all

Parameters

None

Default

None

Command Mode

Execution mode

Applicability

Introduced in OcNOS version 6.5.1.

Example

The show command output displays detailed information about the IPFIX template records sampled on the device.

Copy
OcNOS#show ipfix all
Templates:
  Template ID:           500
    DIRECTON (61), Length:1
    IP_VERSION (60), Length:1
    IPV4_TOS (5), Length:1
    IPV4_PKT_LEN (1), Length:2
    IPV4_FRAG_OFFSET (88), Length:2
    PROTOCOL (4), Length:1
    IPV4_SIP (8), Length:4
    IPV4_DIP (12), Length:4
    L4_SRC_PORT (7), Length:2
    L4_DST_PORT (11), Length:2
    TCP_CONTROL (6), Length:2
    ICMP_TYPE (32), Length:2
    INGRESS_VRF (234), Length:4
    INGRESS_IF (10), Length:2
    EGRESS_VRF (235), Length:4
    EGRESS_IF (14), Length:2
    SYS_UPTIME (22), Length:4
Exporters:
 Name:                 FLOW-EXPORTER
    Source:              192.0.2.88
    Destination:         192.0.2.89
    Source UDP:          53859
    Destination UDP:     4739
    Template ID:         500
 
    Data Template Timeout:600

Gain insights into IPFIX configurations and exporters with detailed field descriptions provided in the table.

Table 53.

show ipfix all

Field

Description

Template ID

Indicates the unique identifier assigned to each IPFIX template.

DIRECTON

Indicates the direction of the network traffic flow, such as ingress or egress. It has a length of 1 byte.

IP_VERSION

Specifies the version of the Internet Protocol (IPv4) used. It has a length of 1 byte.

IPV4_TOS

Indicates the type of service (TOS) field in an IPv4 header. It has a length of 1 byte.

IPV4_PKT_LEN

Specifies the length of the IPv4 packet. It has a length of 2 bytes.

IPV4_FRAG_OFFSET

Indicates the fragment offset value in an IPv4 header. It has a length of 2 bytes.

PROTOCOL

Specifies the protocol used in the packet, such as TCP, UDP, and ICMP. It has a length of 1 byte.

IPV4_SIP

Indicates the source IPv4 address of the IPv4 packet. It has a length of 4 bytes.

IPV4_DIP

Specifies the destination IPv4 address of the IPv4 packet. It has a length of 4 bytes.

L4_SRC_PORT

Specifies the source port number in the transport layer header. It has a length of 2 bytes.

L4_DST_PORT

Specifies the destination port number in the transport layer header. It has a length of 2 bytes.

TCP_CONTROL

Indicates whether the packet is a TCP control packet (e.g., SYN, ACK, FIN). It has a length of 2 bytes.

ICMP_TYPE

Specifies the type of ICMP message, such as echo request or echo reply. It has a length of 2 bytes.

INGRESS_VRF

Indicates the identifier of the ingress Virtual Routing and Forwarding (VRF) instance. It has a length of 4 bytes.

INGRESS_IF

Specifies the ingress interface (IF) through which the packet enters the device. It has a length of 2 bytes.

EGRESS_VRF

Indicates the identifier of the egress VRF instance. It has a length of 4 bytes.

EGRESS_IF

Specifies the egress interface through which the packet exits the device. It has a length of 2 bytes.

SYS_UPTIME

Indicates the system uptime or the time the device has been operational since its last reboot. It has a length of 4 bytes.

Exporter Name

Specifies the name of the IPFIX exporter.

Source

Indicates the source IPv4 address of the exporter.

Destination

Specifies the destination IPv4 address of the exporter.

Source UDP

Indicates the source UDP port used by the exporter.

Destination UDP

Specifies the destination UDP port used by the exporter.

Template ID

Specifies the template ID used by the exporter.

Data Template Timeout

Indicates the timeout interval, in seconds, for sending data templates to the collector.