Configures matching based on fragmentation type for a route-map sequence number.
Matching based on fragmentation type is not configured.
Route-map configuration mode
When issuing the match fragment-type command, you must specify either all or any and at least one other option.
You can configure multiple options by using the match fragment-type command.
Up to 128 match fragment-type configurations are allowed per route-map sequence number.
When multiple match fragment-type configurations exist, matching occurs when traffic matches any one of the configured fragment type configurations.
The no form of the command removes the configuration.
The following example shows how to configure matching based on fragmentation type being equal to first-fragment or not equal to last-fragment for sequence number 4 in a route-map named rm.
device# configure terminal device(config)# route-map rm permit 4 device(config-route-map-rm/permit/4)# match fragment-type any first-fragment not-last-fragment
The following example shows how to configure matching based on fragmentation type equal to last-fragment for sequence number 4 in a route-map named rm.
device# configure terminal device(config)# route-map rm permit 4 device(config-route-map-rm/permit/4)# match fragment-type all last-fragment