efa policy community-list list

List community-list details

Syntax

efa policy community-list list [ --ip string | --name | --type { standard | extended } ]

Parameters

--name string
Specifies the name of the community list.
--type { standard | extended }
Specifies the type of community list. Valid options are standard, extended.
--ip string
Specifies comma-separated range of device IP addresses. Example: 10.1.1.13,10.1.1.50,10.1.1.101.

Examples

This example lists community-list details.

efa policy community-list list –-type standard –-ip 10.20.246.29-30
                
Community list details:
                
Name: clist1
Seq: 5
Action: deny
StdValue: 50:125 internet local-as no-advertise
ExtValue:
                
Name: clist1
Seq: 15
Action: deny
StdValue: 50:125 local-as
ExtValue:
                
IP Addresses:
+--------+-----+--------------+-------------+
|  Name  | Seq |  IP Address  |  App State  |
+--------+-----+--------------+-------------+
| clist1 | 5   | 10.20.246.29 | cfg-in-sync |
+--------+-----+--------------+-------------+
| clist1 | 5   | 10.20.246.30 | cfg-in-sync |
+--------+-----+--------------+-------------+
| clist1 | 15  | 10.20.246.29 | cfg-in-sync |
+--------+-----+--------------+-------------+
| clist1 | 15  | 10.20.246.30 | cfg-in-sync |
+--------+-----+--------------+-------------+