efa tenant epg show

Shows brief or detailed information for all endpoint groups or a specific endpoint group.

Syntax

efa tenant epg show [ --name epg-name | --detail | --tenant tenant-name | --vrf vrf-name ]

Parameters

--name epg-name
Specifies the name of the endpoint group.
--detail
Displays all attributes of the specified endpoint group or all endpoint groups. When this parameter is not used, only brief tabular output is returned.
--tenant tenant-name
Specifies the name of the tenant.
--vrf vrf-name
Specifies the name of the VRF.

Usage Guidelines

The following table lists the details that this command can return. Your details may vary, depending on the deployment.

Information Type Brief Output Detailed Output
Name X X
Tenant X X
Type X X
Ports X X
Switchport mode X X
Native VLAN tagging X X
CTAG range X X
VRF X X
L3 VNI X X
State X X
Dev state X
App state X
Port property states X
Network property flags X
IPv6 ND prefix flags X

Examples

Use this syntax to return brief details for all configured endpoint groups.
$ efa tenant epg show
This syntax returns full details for all configured endpoint groups.
$ efa tenant epg show --detail
This syntax returns brief details for the specified endpoint group.
$ efa tenant epg show --name epg2
This syntax returns full details for the specified endpoint group and tenant.
$ efa tenant epg show --name epg3 --tenant tenant21 --detail
This syntax returns full details for all endpoint groups for the specified tenant.
$ efa tenant epg show --tenant tenant21 --detail