set routing route-map match interface
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.
Command Syntax
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
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. |
Example
- Configure a match clause in the route map to match the outgoing interface of the route:
admin@Xorplus# set routing route-map GlobalMap order 10 match interface vlan100 admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.