efa fabric topology show overlay

Displays the overlay connectivity (VxLAN tunnels) of the devices in a fabric.

Syntax

efa fabric topology show overlay [--name name ]

Parameters

--name name
Specifies the name of the fabric.

Examples

This example displays the overlay topology information for the fabric.
# efa fabric topology show overlay --name clos_fabric 

+-------------------+-------------+----------------+---------------------+----------------+---------------------+---------------------+--------------------+ 
| OVERLAY ECAP TYPE | TUNNEL TYPE | SOURCE LEAF IP | DESTINATION LEAF IP | SOURCE VTEP IP | DESTINATION VTEP IP | OVERLAY ADMIN STATE | OVERLAY OPER STATE | 
+-------------------+-------------+----------------+---------------------+----------------+---------------------+---------------------+--------------------+ 
| vxlan             | unicast     | 10.24.80.158   | 10.24.80.159        | 172.31.254.7   | 172.31.254.9        | up                  | up                 | 
| vxlan             | unicast     | 10.24.80.159   | 10.24.80.158        | 172.31.254.9   | 172.31.254.7        | up                  | up                 | 
| vxlan             | multicast   | 10.24.80.158   |                     | 172.31.254.7   | 239.1.1.1           | up                  | up                 | 
| vxlan             | multicast   | 10.24.80.159   |                     | 172.31.254.9   | 239.1.1.1           | up                  | up                 | 
+-------------------+-------------+----------------+---------------------+----------------+---------------------+---------------------+--------------------+