Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The set routing route-map match ip prefix-listcommand matches the destination IP address prefix or the next-hop address or the 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 prefix-listmap match ipv4-addr route-source command restores the default behavior of not matching the destination IP address prefix or the next-hop address or the source IP address prefix of the routes to their default value.

...

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

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

...

Specifies the type of matching address.

address: matches the destination IP address prefix of the routes with one or more addresses in the prefix listnext-hop: matches the source IP address prefix of the routes with one or more addresses in the list.routesource: matches the source IP address prefix of the routes with one or more addresses in the prefix list.

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.

<address|next-hop|route-source>

.

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

...

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

...