efa policy route-map-match delete

Deletes the match criterion for a route map rule.

Syntax

efa policy route-map-match delete[ --name string | --rule string | --match-ipv4-prefix string | --match-ipv6-prefix string | --match-community-list string | --match-extcommunity-list string | --match-largecommunity-list string ]

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]. Example: seq[5],action[permit].
--match-ipv4-prefix string
Specifies the name of the IPv4 prefix list that contains the rule that you want to delete.
--match-ipv6-prefix string
Specifies the name of the IPv6 prefix list that contains the rule that you want to match.
--match-community-list string
Specifies the community-list name.
--match-extcommunity-list string
Specifies the excommunity-list name.
--match-largecommunity-list string
Specifies the large community 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
efa policy route-map-match delete --name rmap_test --rule "seq[10],action[permit]" 
--match-ipv6-prefix prefix_1_in 
+----------------+---------+--------+ 
| Route Map Name | Seq num | Action | 
+----------------+---------+--------+ 
| rmap_test      | 10      | permit | 
+----------------+---------+--------+ 
Route Map details 
+--------------+---------+--------+-----------------+ 
|  IP Address  | Result  | Reason | Rollback reason | 
+--------------+---------+--------+-----------------+ 
| 10.20.246.29 | Success |        |                 | 
+--------------+---------+--------+-----------------+ 
| 10.20.246.30 | Success |        |                 | 
+--------------+---------+--------+-----------------+ 
Device Results 

Name: rmap_test 
Seq: 10 
Action: permit 
Matches: 
   match: matchIPv6PrefixList prefix_1_in 
Sets: 
Name: rmap_test 
Seq: 11 
Action: permit 
Matches: 
   match: matchIPv6PrefixList prefix_1_in 
Sets: