efa policy route-map-match delete
Deletes the match criterion for a route map rule.
Syntax
Parameters
- --name string
- Specifies the name of the route map.
- --rule string
- Specifies the rule in the following format: seq[seq-num],action[permit/deny].
- --match-ipv4-prefix string
- Specifies the name of the IPv4 prefix list that contains the rule that you want to delete.
- --match-community-list string
- Specifies the community-list name.
- --match-extcommunity-list string
- Specifies the excommunity-list name.
Examples
efa policy route-map-match delete --name telco_3_in --rule seq[14],action[permit] --match-community-list commList1 efa policy route-map-match delete --name telco_3_in --rule seq[14],action[permit] --match-extcommunity-list excommList1 efa policy route-map-match delete --name telco_3_in --rule seq[14],action[permit] --match-ipv4-prefix prefix_1_in efa policy route-map-match delete --name foo --rule seq[10],action[permit] --match-extcommunity-list extFoo