show ovsdb schema hardware_vtep table name

show ovsdb schema hardware_vtep table name {detail}

Description

Displays the rows of a specific table for the hardware_vtep schema.

Syntax Description

schema OVSDB schema.
hardware_vtep Hardware VXLAN Tunnel End-Point (VTEP).
tablename Specifies which table to display for the Hardware VTEP schema:
  • global
  • physical_switch
  • manager
  • physical_port
  • logical_binding_stats
  • logical_switch
  • physical_locator
  • physical_locator set tunnel
  • mcast_macs_remote
  • mcast_macs_local
  • ucast_macs_remote
  • ucast_macs_local
detail Shows detailed information.

Default

N/A

Example

The following example shows rows of the Global table:

# show ovsdb schema hardware_vtep global
Number of Global entries : 1

Switches                                Managers                              
--------------------------------------  --------------------------------------
['fb6b72dd-5eea-49e9-b2ba-f06ce0627ef2]  ['203dfaf7-7a7c-4da8-ad16-ebfe2af9ac1b
]

The following example shows detailed information for the Global table:

# show ovsdb schema hardware_vtep global detail
Number of Global entries : 1

Switches     : ['fb6b72dd-5eea-49e9-b2ba-f06ce0627ef2']
Managers     : ['203dfaf7-7a7c-4da8-ad16-ebfe2af9ac1b']

The following example shows rows of the Manager table:

# show ovsdb schema hardware_vtep manager
Number of Manager entries : 1

Target                    Connect  MaxBackOff  InactProbe  Status
------------------------  -------  ----------  ----------  ------
ssl:10.68.6.191:6632      yes            None        None  {'sec_since_connect': '78140', 'state': 'ACTIVE'}

The following example shows detailed information for the Manager table:

# show ovsdb schema hardware_vtep manager detail
Number of Manager entries : 1

Target : ssl:10.68.6.191:6632
    UUID             : 203dfaf7-7a7c-4da8-ad16-ebfe2af9ac1b
    Is Connected     : yes             
    Max BackOff      : None            
    Inactivity Probe : None            
    Status           : {'sec_since_connect': '78145', 'state': 'ACTIVE'}
    Other Config     : None      

History

This command was first available in ExtremeXOS 22.1.

Platform Availability

This command is supported on the Summit X770, X670-G2, and ExtremeSwiching X870 series switches, and stacks with X770, X670-G2, and X870 slots only.