Layer 2/3/4 Managed Switch
QuantaMesh | Routing Commands
6.10.2.9 match length
Use this command to configure a route map to match based on the Layer 3 packet length between
specified minimum and maximum values. min specifies the packet’s minimum Layer 3 length, inclusive,
allowed for a match. max specifies the packet’s maximum Layer 3 length, inclusive, allowed for a match.
Each route-map statement can contain one ‘match’ statement on packet length range.
To delete a match statement from a route map, use the no form of this command.
Syntax
match length <min> <max>
no match length
Default Setting
No match criteria are defined by default.
Command Mode
Route Map Config
6.10.2.10 match mac-list
Use this command to configure a route map in order to match based on the match criteria configured in
an MAC access-list.
A MAC ACL is configured before it is linked to a route-map. Actions present in MAC ACL configuration
are applied with other actions involved in route-map. When a MAC ACL referenced by a route-map is
removed, the route-map rule is also removed and the corresponding rule is not effective. When a MAC
ACL referenced by a route-map is removed or rules are added or deleted from that ACL, the
configuration is rejected.
To delete a match statement from a route map, use the no form of this command.
Syntax
match mac-list <mac-list-name> [mac-list-name]
no match mac-list <mac-list-name> [mac-list-name]
Default Setting
No match criteria are defined by default.
Command Mode
Route Map Config
Parameter
mac-list-name: The mac-list name that identifies MAC ACLs. MAC Access-list name can be up to
31 characters in length.