...
The set routing route-map match ip routemap 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-map match routeaddr 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> order <NUMBER> match 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>
...
Code Block |
---|
admin@Xorplus# set routing routing routeroute-map GlobalMap order 10 match ipipv4-addr route-source prefix-list P1 admin@Xorplus# commit |
...