Adds or deletes the route map configuration on a list of devices. Can be used to update the action for a given route map rule.
A route map can be associated with multiple rules.
For an add-device operation, specify only the device IP address and route map name. The operation adds all the rules of the route map on the specified devices.
Note
The remove-device operation fails if the route map is bound to a BGP neighbor.For an update-action operation, specify the route map name and the rule. You can modify the action to permit or deny for a specific rule. You can provide only one rule at a time.
efa policy route-map update –-name rmap_l –-operation add-device --ip 10.20.246.10-11
This example removes a route map from the specified devices.
efa policy route-map update –-name rmap_l –-operation remove-device --ip 10.20.246.10-11
This example changes the action from permit to deny for the specified rule.
efa policy route-map update –-name rmap_l –-rule seq[5],action[deny] –-operation update-action