set routing route-map on-match


The set routing route-map on-match command specifies an alternative Exit Policy to take if the entry matched, rather than the normal policy of exiting the route-map and permitting the route. 
The delete routing route-map on-match command removes the route map entry configuration.

Command Syntax

set routing route-map <route-map-name> order <NUMBER> on-match {goto <NUMBER2>| next}

delete routing route-map <route-map-name> order <NUMBER> on-match {goto <NUMBER2>| next}


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.

{goto <NUMBER2>| next}The two possibilities are:
next: Continue on with processing of the route-map entries.
goto <NUMBER2>: Jump ahead to the first route-map entry whose order in the route-map is >=NUMBER2. Jumping to a previous entry is not permitted. The value is an integer that ranges from 1 to 65535.


Example

  •  Configure a on-match clause in the route map:
admin@Xorplus# set routing route-map GlobalMap order 10 on-match next
admin@Xorplus# commit

Copyright © 2024 Pica8 Inc. All Rights Reserved.