set routing route-map call
The set routing route-map call command calls to another route-map, after any Set Actions have been carried out. If the route-map called returns deny then processing of the route-map finishes and the route is denied, regardless of the Matching Policy or the Exit Policy. If the called route-map returns permit, then Matching Policy and Exit Policy govern further behaviour, as normal.
The delete routing route-map call command removes the route map entry configuration.
Command Syntax
set routing route-map <route-map-name> order <NUMBER> call <route-map-statement>
delete routing route-map <route-map-name> order <NUMBER> call <route-map-statement>
Parameter
Parameter | Description |
route-map <route-map-name> | Specifies the name of the route map. Required. |
order <NUMBER> | Specifies the sequence number of the entry. Required. The value is an integer that ranges from 1 to 65535. |
call <route-map-statement> | Specifies the name of the route map. Required. |
Example
- Configure a route map entry that calls to another route-map.
admin@Xorplus# set routing route-map GlobalMap order 10 call LocalMap admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.