Provides configuration procedures for Per Packet Load Balancing, including setup using configuration groups, data policy definitions with policy groups, and adjustment of packet and latency parameters via CLI commands.
Configure PPL using configuration groups
Use these steps to configure PPL using configuration groups.
Procedure
| 1. | From the Cisco SD-WAN Manager menu, choose . |
|||||||||||
| 2. | Create or edit a System profile. |
|||||||||||
| 3. | Navigate to Basic Settings and select Per Packet Load Balancing. |
|||||||||||
| 4. | Enable PPL on the Sender and configure its parameters mentioned below. |
|||||||||||
| 5. | Enable packet reordering on the receiver.
|
Configure a data policy with load balancing using policy groups
Use these steps to configure data policy with load balancing.
Procedure
| 1. | From the Cisco SD-WAN Manager, choose . |
|
| 2. | Create or edit an existing policy. |
|
| 3. | Add or create a new Traffic Policy within the policy. |
|
| 4. | Set the direction to From Service. |
|
| 5. | In the Match Clause, specify the traffic to be matched, such as the DSCP source. |
|
| 6. | In the Action section, select the radio button to enable Load Balancing . |
|
| 7. | From the Load Balancing Algorithm drop-down list, select per packet. |
|
| 8. | Select Save. |
Configure maximum packet value in PPL using CLI commands
Use these steps to configure the maximum packet value in PPL.
Procedure
| 1. | Enter configuration mode. Example:
|
|
| 2. | Set the maximum number of packets in a flowlet. Example:
Enter a value between 1024 and 10240 to define the maximum packet count for a flowlet. |
Here's the complete configuration example for configuring maximum packet value in PPL.
sdwan
ppl
enable
flow-splitting
max-pkts 2048
!
!
!
Configure latency offset value in PPL using CLI commands
Use these steps to configure the latency offset value in PPL.
Procedure
| 1. | Enter configuration mode. Example:
|
|
| 2. | Configure the latency offset value for the CTG algorithm. Example:
Enter the desired latency offset value to be used by the PPL CTG algorithm. |
Here's the complete configuration example for configuring maximum packet value in PPL.
sdwan
ppl
ctg
algo
latency-offset 15
!
!
!
!