set routing route-map matching-policy


The set routing route-map matching-policy command configures a route map entry with the given name and action by taking the CLI in the route map context. All route map entries with the same name belong to the same route map. The route map entry rules are processed in order by sequence number, until a match is found.
The delete routing route-map matching-policy command removes the route map entry configuration.

Command Syntax

set routing route-map <route-map-name> order <NUMBER> matching-policy <deny|permit>

delete routing route-map <route-map-name> order <NUMBER> matching-policy <deny|permit>


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.

matching-policy <deny|permit>

Specifies whether the route is available for further processing when there is a match. Required.


Example

  • Configure a route map matching-policy.
admin@Xorplus# set routing route-map GlobalMap order 1 matching-policy permit 
admin@Xorplus# commit

Copyright © 2024 Pica8 Inc. All Rights Reserved.