Versions Compared

Key

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

...

The set routing route-map match ip nextmap match IPv4 next-hop command matches the next-hop address prefix length or prefix list of the routes.
The delete routing route-map match ip nextmap match IPv4 next-hop command restores the default behavior of not matching the next-hop address prefix length or prefix list of the routes.

...

set routing route-map <route-map-name> order <NUMBERmatch ip match IPv4 next-hop {prefix-len <prefix-len>|prefix-list <prefix-list-v4>}

delete routing route-map <route-map-name> order <NUMBER> match ip match IPv4 next-hop {prefix-len <prefix-len>|prefix-list <prefix-list-v4>}

...

Code Block
admin@Xorplus# set routing route-map GlobalMap order 10 match ipIPv4 next-hop prefix-len 24
admin@Xorplus# commit

...