...
The set routing route-map match IPv4 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-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.
...
set routing route-map <route-map-name> order <NUMBER> match IPv4 match ipv4-addr route-source prefix-list <prefix-list-v4>
delete routing route-map <route-map-name> name> order <NUMBER> match IPv4match ipv4-addr route-source prefix-list <prefix-list-v4>
...
Code Block |
---|
admin@Xorplus# set routing routing routeroute-map GlobalMap order 10 match IPv4ipv4-addr route-source prefix-list P1 admin@Xorplus# commit |
...