efa policy community-list delete
Delete community-list.
Syntax
Parameters
- --name string
- Specifies the name of the community list.
- --type { standard | extended }
- Specifies the type of community list. Valid options are standard, extended.
- --seq string
- Sequence numbers. For example 5,10,20 or all.
Examples
This example deletes the standard community-list rules on all devices for the name, type, and seq number provided.
efa policy community-list delete --name commExt1 --seq all --type standard
+---------------------+---------+--------+ | Community List Name | Seq num | Action | +---------------------+---------+--------+ | commExt1 | 1 | permit | +---------------------+---------+--------+ | commExt1 | 2 | permit | +---------------------+---------+--------+ | commExt1 | 3 | permit | +---------------------+---------+--------+ Community List details +---------------+--------+--------------------------------------------------------------+-----------------+ | IP Address | Result | Reason | Rollback reason | +---------------+--------+--------------------------------------------------------------+-----------------+ | 10.139.44.159 | Success| | | +---------------+--------+--------------------------------------------------------------+-----------------+ | 10.139.44.163 | Success| | | | | | | | +---------------+--------+--------------------------------------------------------------+-----------------+ Device Results