set routing route-map match ipv4-addr route-source


The set routing route-map match ipv4-addr route-source command matches the source IP address prefix of the routes with one or more addresses in the prefix list.
The delete routing route-map match ipv4-addr route-source command restores the default behavior of not matching the source IP address prefix of the routes to their default value.


Command Syntax

set routing route-map <route-map-name> order <NUMBERmatch ipv4-addr route-source prefix-list <prefix-list-v4>

delete routing route-map <route-map-name> order <NUMBER> match ipv4-addr route-source prefix-list <prefix-list-v4>


Parameter

Parameter

Description

route-map <route-map-name>

Specifies the name of the route map. Required.

<NUMBER>

Specifies the sequence number of the entry. Required. The value is an integer that ranges from 1 to 65535.

prefix-list <prefix-list-v4>Specifies the name of the prefix list to be matched.


Example

  •  Configure a match clause in the route map to match the source IP address prefix list P1.
admin@Xorplus# set routing route-map GlobalMap order 10 match ipv4-addr route-source prefix-list P1
admin@Xorplus# commit

Copyright © 2024 Pica8 Inc. All Rights Reserved.