efa policy route-map create
Creates a route map with one or more rules.
Syntax
Parameters
- --name string
- Specifies the name of the route map.
- --rule stringArray
- Specifies the rule in the following format: seq[seq-num],action[permit/deny].
Usage Guidelines
Execute efa policy route-map update --operation add-device to push the configuration initially on to the device. Any subsequent changes to existing configurations are automatically applied to devices where the route-map is present.
Examples
This example creates a route map, rmap_1, with two rules.
efa policy route-map create –-name rmap_1 –-rule seq[5],action[permit –-rule seq[10],action[permit]