...
The set routing route-map match interface command matches the outgoing VLAN interface value of the route with the value configured in the match clause.
The delete routing route-map match interface command restores the default behavior of not matching the outgoing VLAN interface value of the route.
...
set routing route-map <route-map-name> order <NUMBER> match interface <interface>
delete routing route-map <route-map-name> order <NUMBER> match interface <interface>
...
Parameter | Description |
route-map <route-map-name> | Specifies the name of the route map. Required. |
order <NUMBER> | Specifies the sequence number of the entry. Required. The value is an integer that ranges from 1 to 65535. |
interface <interface> | Specifies the value to be matched with the outgoing VLAN interface of the route entry. |
...
Code Block |
---|
admin@Xorplus# set routing route-map GlobalMap order 10 match interface ge-1/1/1vlan100 admin@Xorplus# commit |