...
The set routing route-map match ip prefix-len command matches the outgoing interface value of the route with the value configured in the match clausecommand matches the destination IP address prefix length or the next-hop address prefix length of the routes.
The delete routing route-map match ip prefix-len command restores the default behavior of not matching the outgoing interface value of the route. the address prefix length of the routes.
Command Syntax
set routing route-map <route-map-name> <NUMBER> match ip <address|next-hop> prefix-len <prefix-len>
...
- Configure a match clause in the route map to match the outgoing interface the address prefix length of the route:routes.
Code Block |
---|
admin@Xorplus# set routing route-map GlobalMap 10 match ip interfaceaddress ge-1/1/1prefix-len 24 admin@Xorplus# commit |