Display IPFIX Flows

About this task

Use the following procedure to display information about IPFIX flows. You can display information for all IPFIX flows, or you can specify a single IPFIX flow and display additional information about that flow.

Procedure

  1. To enter User EXEC mode, log on to the switch.
  2. Display information about all IPFIX flows:

    show ip ipfix flows

  3. Display information about an IPFIX flow learned on an ingress VRF:

    show ip ipfix flows source-addr {A.B.C.D} dest-addr {A.B.C.D} source-port <1-65535> dest-port <1-65535> protocol {udp|tcp} in-vrf <0-511> {in-vlan <1-4095> | untagged} ip-ttl <0-255>

Example

Display all IPFIX flows:

Switch:1>show ip ipfix flows
==========================================================================================
                                  IPFIX Flows
==========================================================================================
Source           Destination      Source   Destination   Protocol   In
IP               IP               Port     Port                     Port
------------------------------------------------------------------------------------------
192.0.2.1        198.51.100.1     63       63            UDP        1/17
203.0.113.2      203.0.113.1      63       63            UDP        RX-NNI

Variable Definitions

The following table defines parameters for the show ip ipfix flows command.

Variable

Value

dest-addr {A.B.C.D}

Specifies an IP address for the flow destination.

dest-port <1-65535>

Specifies a value for the destination port.

in-vlan <1-4095>

Specifies an ingress VLAN ID for the flow.

in-vrf <0-511>

Specifies an ingress VRF ID for the flow.

ip-ttl <0-255>

Specifies the IP time-to-live (TTL) for the flow.

protocol {udp|tcp}

Specifies the transport protocol.

source-addr {A.B.C.D}

Specifies an IP address for the flow source.

source-port <1-65535>

Specifies a value for the source port.

untagged

Specifies ingress untagged flows.