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
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
                  Display information about a specific IPFIX flow:
Switch:1>#show ip ipfix flows source-addr 203.0.113.2 dest-addr 203.0.113.1 s 63 d 63 p udp in-port rx-nni
==========================================================================================
                                  IPFIX Flows
==========================================================================================
Source IP/       Src Port/   Protocol/   Start Time/                       Byte Count/
Destination IP   Dest Port   In Port     Observation Time                  Packet Count
------------------------------------------------------------------------------------------
203.0.113.2      63          UDP         Tue Apr 09 06:48:57 2019 UTC      352376
203.0.113.1      63          RX-NNI      Tue Apr 09 06:49:49 2019 UTC      5182
            
            
      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-port <rx-nni | {slot/port[/sub-port]}> | Specifies the port that learns 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. | 





