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 peer-name|--tenant tenant-name]

Parameters

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

Examples

The following example displays the BGP peers 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 |
+--------------+-----+------+---------+-------------+------------+-------------+
| 10.24.80.134 | red | ipv4 | unicast | 10.20.30.40 | 5000       | false       |
+--------------+-----+------+---------+-------------+------------+-------------+

+--------------+--------+----------------+-------------+-------------+
| BFD Interval | BFD Rx | BFD Multiplier |  Dev-state  |  App-state  |
+--------------+--------+----------------+-------------+-------------+
| 0            | 0      | 0              | provisioned | cfg-in-sync |
+--------------+--------+----------------+-------------+-------------+
=============================================================================