Sets traffic processing to continue (that is, to apply any subsequent traffic-filtering rules) after matching a route-map rule.
By default, traffic evaluation stops after matching a rule.
Route-map configuration mode
The set traffic-action continue command sets the traffic action to continue to evaluate traffic against subsequent filtering rules as defined by the ordering procedure. When set traffic-action continue is not configured, traffic evaluation stops after matching a rule.
The no form of the command restores the default configuration; that is, traffic evaluation stops after matching a rule.
The following example shows how to set the traffic action to continue 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)# set traffic-action continue