Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show openflow statistics tables

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show openflow statistics tables
<switch switch-name>

Description

Display statistics for OpenFlow flow tables.

Options

none

Display statistics for flow tables on all OpenFlow virtual switches.

switch switch-name

(Optional) Display statistics only for flow tables on the specified OpenFlow virtual switch.

Required Privilege Level

admin

Output Fields

Table 1 lists the output fields for the show openflow statistics tables command. Output fields are listed in the approximate order in which they appear.

Table 1: show openflow statistics tables Output Fields

Field Name

Field Description

Table Name

String identifier for the OpenFlow flow table.

Table id

Numeric identifier for the OpenFlow flow table.

Supported wildcards

Wildcards supported by the flow table.

Max number of entries

Maximum number of entries supported in the flow table.

Number of active entries

Number of active entries in the flow table.

Number of idle timeout entries

Number of entries in the flow table that have been removed because the idle timeout expired and no packets matched those entries.

Number of hard timeout entries

Number of entries in the flow table that have been removed because the hard timeout expired.

Number of flow delete entries

Number of entries in the flow table that have been removed in response to controller requests.

Number of flow add entries

Number of entries in the flow table that have been added in response to controller requests.

Number of flow modify entries

Number of entries in the flow table that have been modified in response to controller requests.

Number of total delete entries

Number of entries in the flow table that have been removed for any reason.

Sample Output

show openflow statistics tables

content_copy zoom_out_map
user@host> show openflow statistics tables
Table name: Default flow table                  Table id:1
Supported wildcards: IN_PORT, DL_VLAN, DL_SRC, DL_DST, DL_TYPE, NW_PROTO, TP_SRC, TP_DST, NW_SRC, NW_DST, DL_VLAN_PCP, NW_TOS,
Max number of entries: 65535              Number of active entries: 1
Number of idle timeout entries: 0
Number of hard timeout entries: 0
Number of flow delete entries:  0
Number of flow add entries:     1
Number of flow modify entries:  0
Number of total delete entries: 0

show openflow statistics tables (OpenFlow 1.3.1)

content_copy zoom_out_map
user@host> show openflow statistics tables
Table name: Default flow table                  Table id:1   
Supported wildcards: IN_PORT, DL_VLAN, DL_SRC, DL_DST, DL_TYPE, NW_PROTO, TP_SRC, TP_DST, IPv4_SRC, IPv4_DST, IPv6_SRC, IPv6_DST, DL_VLAN_PCP, NW_TOS, 
Number of active entries: 7          
Number of entries used: 0          
Number of idle timeout entries: 0                    
Number of hard timeout entries: 0                    
Number of flow delete entries:  0                    
Number of flow add entries:     7                    
Number of flow modify entries:  0                    
Number of total delete entries: 0           

show openflow statistics tables switch

content_copy zoom_out_map
user@host> show openflow statistics tables switch OFswitch1
Table name: Default flow table                  Table id:1
Supported wildcards: IN_PORT, DL_VLAN, DL_SRC, DL_DST, DL_TYPE, NW_PROTO, TP_SRC, TP_DST, NW_SRC, NW_DST, DL_VLAN_PCP, NW_TOS,
Max number of entries: 65535              Number of active entries: 1
Number of idle timeout entries: 0
Number of hard timeout entries: 0
Number of flow delete entries:  0
Number of flow add entries:     1
Number of flow modify entries:  0
Number of total delete entries: 0

show openflow statistics tables switch (OpenFlow 1.3.1)

content_copy zoom_out_map
user@host> show openflow statistics tables switch 100
Table name: Default flow table                  Table id:1   
Supported wildcards: IN_PORT, DL_VLAN, DL_SRC, DL_DST, DL_TYPE, NW_PROTO, TP_SRC, TP_DST, IPv4_SRC, IPv4_DST, IPv6_SRC, IPv6_DST, DL_VLAN_PCP, NW_TOS, 
Number of active entries: 7          
Number of entries used: 0          
Number of idle timeout entries: 0                    
Number of hard timeout entries: 0                    
Number of flow delete entries:  0                    
Number of flow add entries:     7                    
Number of flow modify entries:  0                    
Number of total delete entries: 0           

Release Information

Command introduced in Junos OS Release 13.3.

footer-navigation