show openflow ports

show openflow ports {portnum {current | supported | advertised}}

Description

Displays the OpenFlow configuration for the specified port.

Syntax Description

portnum Specifies the OpenFlow port.
current Displays current port features.
supported Displays supported port features.
advertised Displays advertised port features.

Default

If you specify a port but no keyword, current port features will be displayed.

Usage Guidelines

Specifying a port number, in hex or decimal format, displays the requested feature flag data of the port as reported to a controller. The feature flag display is formatted to match the Wireshark feature flag display.

Example

The following example displays OpenFlow information for all ports:

show openflow ports
Port  OpenFlow  |------- Port Features --------|  VLAN Name    
Name      Port  Advertised  Supported    Current  (or # VLANs)              
======== ======  ========== ========== ==========  ============================
*0x8234  0x8234  0x00000000 0x00000000 0x00000000  svc1                            
*17      0x0011  0x0000e87c 0x0000e87c 0x00006820  turq                            
*19g     0x0013  0x00000000 0x00000000 0x00000000  turq                            
!24      0x0018  0x0000e87c 0x0000e87c 0x00002800  turq                            
*25      0x0019  0x0000e87c 0x0000e87c 0x00006820  (3)
===============================================================================
(*) Active, (!) Disabled, (g) Load Sharing port
      

The following example displays the current port features for port 17:

show openflow port 17
Port  OpenFlow  |------- Port Features --------|  VLAN Name    
 Name      Port  Advertised  Supported    Current  (or # VLANs)              
======== ======  ========== ========== ==========  ============================
*17      0x0011  0x0000e87c 0x0000e87c 0x00006820  turq                            
 Current Features:0x00006820
   .... .... .... .... .... .... .... ...0 = OFPPF_10MB_HD: False
   .... .... .... .... .... .... .... ..0. = OFPPF_10MB_FD: False
   .... .... .... .... .... .... .... .0.. = OFPPF_100MB_HD: False
   .... .... .... .... .... .... .... 0... = OFPPF_100MB_FD: False
   .... .... .... .... .... .... ...0 .... = OFPPF_1GB_HD: False
   .... .... .... .... .... .... ..1. .... = OFPPF_1GB_FD: True
   .... .... .... .... .... .... .0.. .... = OFPPF_10_GB_FD: False
   .... .... .... .... .... .... 0... .... = OFPPF_40GB_FD: False
   .... .... .... .... .... ...0 .... .... = OFPPF_100_GB_FD: False
   .... .... .... .... .... ..0. .... .... = OFPPF_1TB_FD: False
   .... .... .... .... .... .0.. .... .... = OFPPF_OTHER: False
   .... .... .... .... .... 1... .... .... = OFPPF_COPPER: True
   .... .... .... .... ...0 .... .... .... = OFPPF_FIBER: False
   .... .... .... .... ..1. .... .... .... = OFPPF_AUTONEG: True
   .... .... .... .... .1.. .... .... .... = OFPPF_PAUSE: True
   .... .... .... .... 0... .... .... .... = OFPPF_PAUSE_ASYM: False
===============================================================================
(*) Active, (!) Disabled, (g) Load Sharing port
       
      

The following example displays the advertised port features for port 17:

show openflow port 17 advertised
 Port  OpenFlow  |------- Port Features --------|  VLAN Name    
 Name      Port  Advertised  Supported    Current  (or # VLANs)              
======== ======  ========== ========== ==========  ============================
*17      0x0011  0x0000e87c 0x0000e87c 0x00006820  turq                            
 Advertised Features:0x0000e87c
   .... .... .... .... .... .... .... ...0 = OFPPF_10MB_HD: False
   .... .... .... .... .... .... .... ..0. = OFPPF_10MB_FD: False
   .... .... .... .... .... .... .... .1.. = OFPPF_100MB_HD: True
   .... .... .... .... .... .... .... 1... = OFPPF_100MB_FD: True
   .... .... .... .... .... .... ...1 .... = OFPPF_1GB_HD: True
   .... .... .... .... .... .... ..1. .... = OFPPF_1GB_FD: True
   .... .... .... .... .... .... .1.. .... = OFPPF_10_GB_FD: True
   .... .... .... .... .... .... 0... .... = OFPPF_40GB_FD: False
   .... .... .... .... .... ...0 .... .... = OFPPF_100_GB_FD: False
   .... .... .... .... .... ..0. .... .... = OFPPF_1TB_FD: False
   .... .... .... .... .... .0.. .... .... = OFPPF_OTHER: False
   .... .... .... .... .... 1... .... .... = OFPPF_COPPER: True
   .... .... .... .... ...0 .... .... .... = OFPPF_FIBER: False
   .... .... .... .... ..1. .... .... .... = OFPPF_AUTONEG: True
   .... .... .... .... .1.. .... .... .... = OFPPF_PAUSE: True
   .... .... .... .... 1... .... .... .... = OFPPF_PAUSE_ASYM: True
==============================================================================
(*) Active, (!) Disabled, (g) Load Sharing port     
      

History

This command was first available in ExtremeXOS 15.7.1.

Platform Availability

This command is available on platforms that support the appropriate license. For complete information about software licensing, including how to obtain and upgrade your license and which licenses support the OpenFlow feature, see the ExtremeXOS 22.2 Feature License Requirements document.