Versions Compared

Key

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

...

The set routing route-map match ip routemap match IPv4 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 routemap match IPv4 route-source command restores the default behavior of not matching the source IP address prefix of the routes to their default value.

...

set routing route-map <route-map-name> <NUMBERmatch ip match IPv4 route-source prefix-list <prefix-list-v4>

delete routing route-map <route-map-name> <NUMBER> match ipmatch IPv4 route-source prefix-list <prefix-list-v4>

...

Code Block
admin@Xorplus# set routing route-map GlobalMap 10 match ipIPv4 route-source prefix-list P1
admin@Xorplus# commit

...