...
The set routing route-map match IPv4 address map match ipv4-addr command matches the destination IP address prefix length or the prefix list of the routes.
The delete routing route-map match IPv4 address map match ipv4-addr command restores the default behavior of not matching the destination IP address prefix length or the prefix list of the routes.
...
set routing route-map <route-map-name> order <NUMBER> match IPv4 addressipv4-addr {prefix-len <prefix-len>|prefix-list <prefix-list-v4>}
delete routing route-map <route-map-name> order <NUMBER> match IPv4 address match ipv4-addr {prefix-len <prefix-len>|prefix-list <prefix-list-v4>}
...
Code Block |
---|
admin@Xorplus# set routing route-map GlobalMap order 10 match IPv4 addressipv4-addr prefix-len 24 admin@Xorplus# commit |
...