Determines the actions performed on a packet for the current route map or listener-policy.
Default is permit.
Route-map config mode
Listener-policy config mode
The following example allows packet forwarding based on the ACL for the current route map.
device# configure terminal device# config-route-map device(config-route-map)# forward-action permit
The following example allows packet forwarding based on the ACL for the current listener policy.
device# configure terminal device(config)# listener-policy lp1 <sId> device(config-listener-policy)# forward-action permit device# show listener-policy rt 45 forward-action permit
The following example blocks packet forwarding and drops packets for the current route map.
device# config-route-map device(config-route-map)# forward-action deny