efa policy route-map-match create
Creates 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 match.
- --match-community-list string
- Specifies the community list name.
- --match-extcommunity-list string
- Specifies the extcommunity list name.
Usage Guidelines
There is no seperate CLI to display the route-map match criteria. The information is shown in efa policy route-map list.
Examples
efa policy route-map-match create –-name rmap_1 –-rule seq[5],action[permit] --match-ipv4-prefix prefix_1 efa policy route-map-match create --name telco_3 _in --rule seq[14],action[permit] --match-ipv4-prefix prefix_1_in efa policy route-map-match create --name telco_3_in --rule seq[14],action[permit] --match-community-list commList1 --match-extcommunity-list excommList1 efa policy route-map-match create --name foo --rule seq[10],action[permit] --match-extcommunity-list extFoo