efa fabric topology show underlay

Displays the underlay connectivity (BGP peers) of the devices in a fabric. Gets information about “default-vrf” only.

Syntax

efa fabric topology show underlay [--name name ]

Parameters

--name name
Specifies the name of the fabric.

Examples

This example displays the underlay topology information for the fabric.
efa fabric topology show underlay --name nc
+------------------+-----------------------+-------------------------+-------------+-------------------+------------------------+--------------------+---------------+----------------+
| SOURCE DEVICE IP | DESTINATION DEVICE IP | SOURCE DEVICE ROUTER ID | NEIGHBOR IP | SOURCE DEVICE ASN | DESTINATION DEVICE ASN | NEIGHBOR AFI STATE | NEIGHBOR SAFI | UNDERLAY STATE |
+------------------+-----------------------+-------------------------+-------------+-------------------+------------------------+--------------------+---------------+----------------+
| 10.20.61.90      | 10.20.61.91           | 172.31.254.1            | 10.20.20.3  | 4200000000        | 4200000000             | ipv4               | unicast       |                |
| 10.20.61.91      | 10.20.61.90           | 172.31.254.3            | 10.20.20.2  | 4200000000        | 4200000000             | ipv4               | unicast       |                |
+------------------+-----------------------+-------------------------+-------------+-------------------+------------------------+--------------------+---------------+----------------+
--- Time Elapsed: 14.729342579s ---