efa tenant service bgp peer show

Displays the BGP neighbors for a given VRF on the fabric device.

Syntax

efa tenant service bgp peer show [ --help | --name |--tenant ]

Parameters

--help
Displays help for show.
--name
Specifies the name of the BGP service instance.
--tenant
Specifies the name of the tenant.

Examples

The following example displays the BGP neighbors for a given VRF on the fabric device.

efa tenant service bgp peer show
===========================================================================================================================================================
Name    :  bgpservice1
Tenant  :  tenant1
State   :  bs-state-created
+--------------+-----+------+---------+-------------+------------+-------------+--------------+--------+----------------+-------------+-------------+
|  Device IP   | VRF | AFI  |  SAFI   |  REMOTE IP  | REMOTE ASN | BFD Enabled | BFD Interval | BFD Rx | BFD Multiplier |  Dev-state  |  App-state  |
+--------------+-----+------+---------+-------------+------------+-------------+--------------+--------+----------------+-------------+-------------+
| 10.24.80.134 | red | ipv4 | unicast | 10.20.30.40 | 5000       | false       | 0            | 0      | 0              | provisioned | cfg-in-sync |
+--------------+-----+------+---------+-------------+------------+-------------+--------------+--------+----------------+-------------+-------------+

============================================================================================================================================================