Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

show openflow statistics tables

Syntax

show openflow statistics tables<switch switch-name>

Release Information

Command introduced in Junos OS Release 13.3.

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

List of Sample Output

show openflow statistics tables
show openflow statistics tables switch

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

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 switch

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

Published: 2014-04-29