...
set routing route-map <route-map-name> order <NUMBER> match source-vrf <source-vrf>
delete routing route-map <route-map-name> <NUMBER> order <NUMBER> match source-vrf <source-vrf>
...
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. |
source-vrf <source-vrf> | Specifies if the source VRF attribute is matched with a match clause. |
...
Code Block |
---|
admin@Xorplus# set routing route-map GlobalMap order 10 match source VRF VRF-east admin@Xorplus# set routing route-map GlobalMap order 10 actionmatching-policy permit admin@Xorplus# commit |
...