When data traffic matches the conditions in the match portion of a centralized data policy, the packet can be accepted or dropped, and it can be counted. Then, you can associate parameters with accepted packets.
Configuration access
From the Cisco SD-WAN Manager menu, you can configure match parameters from:
In the CLI, you configure the action parameters under the policy data-policy VPN-list sequence action command.
Each sequence in a centralized data policy can contain one action condition.
Basic action parameters
In the action, you first specify whether to accept or drop a matching data packet, and whether to count it:
| Description |
Cisco SD-WAN Manager |
CLI command |
Value or Range |
| Accept the packet. An accepted packet is eligible to be modified by the additional parameters configured in the action portion of the policy configuration. |
Click Accept. |
accept |
— |
| Count the accepted or dropped packets. |
Action Counter Click Accept, then action Counter |
count counter-name |
Name of a counter. Use the show policy access-lists counters command on the Cisco device. |
| Discard the packet. This is the default action. |
Click Drop |
drop |
— |
To view the packet logs, use the show app log flow and show log commands.
Parameters for accepted packets
Then, for a packet that is accepted, the following parameters can be configured.
| Description |
Cisco SD-WAN Manager |
CLI Command |
Value or Range |
| DSCP value. |
Click Accept, then action DSCP. |
set DSCP value |
0 through 63 |
| Forwarding class. |
Click Accept, then action Forwarding Class. |
set forwarding-class name |
Text |
| Next hop. Specify the IP address of the next-hop router for traffic that matches the match criteria. The next-hop router must be directly connected to the local router. |
Click Accept, then action Next Hop. |
set next-hop IP-address |
IP address |
| Policer. Limit the bandwidth used by the traffic flow. |
Click Accept, then action Policer. |
set policer name |
Name of a policer configured using the policy policer command |
| Traffic-engineering path. Specify a path for the traffic to follow. The traffic is placed in a traffic-engineering tunnel. |
Click Accept, then action Traffic Engineering. |
set traffic-engineering path name |
Name of a traffic-engineering path configured with the policy traffic-engineering path command |
| VPN. Redirect matching traffic to a specific VPN. The redirected traffic is routed to the VPN based on the VPN's route table. |
Click Accept, then action VPN. |
set VPN VPN-id |
0 through 65530 |
If a data packet being evaluated does not match any of the match conditions in a data policy, a default action is applied to the packet. By default, the data packet is dropped.
From the Cisco SD-WAN Manager menu, you modify the default action from .
In the CLI, you modify the default action with the policy data-policy VPN-list default-action accept command.