Supported Platforms
Configuring Distributed Periodic Packet Management on an EX Series Switch (CLI Procedure)
Periodic packet management (PPM) is responsible for processing a variety of time-sensitive periodic tasks so that other processes on the EX Series switch can more optimally direct their resources.
The responsibility for PPM processing on the switch is distributed between the Routing Engine and either the access interfaces (on EX3200, EX4200, and EX4500 switches) or the line cards (on EX6200 and EX8200 switches) for all protocols that use PPM by default. This distributed model provides a faster response time for protocols that use PPM than the response time provided by the nondistributed model.
If distributed PPM is disabled, the PPM process runs on the Routing Engine only.
You can disable distributed PPM for all protocols that use PPM. You can also disable distributed PPM for LACP packets only.
![]() | Best Practice: We recommend that, generally, you disable distributed PPM only if Juniper Networks Customer Service advises you to do so. You should disable distributed PPM only if you have a compelling reason to disable it. |
This topic describes:
Disabling or Enabling Distributed Periodic Packet Management Globally
Distributed PPM is enabled by default. Disable distributed PPM if you need to move all PPM processing to the Routing Engine. Enable distributed PPM if it was previously disabled and you need to run distributed PPM.
To disable distributed PPM:
[edit routing-options]
user@switch# set ppm no-delegate-processing
To enable distributed PPM if it was previously disabled:
[edit routing-options]
user@switch# delete ppm no-delegate-processing
Disabling or Enabling Distributed Periodic Packet Management for LACP Packets
Distributed PPM is enabled by default. Disable distributed PPM for only LACP packets if you need to move all PPM processing for LACP packets to the Routing Engine.
To disable distributed PPM for LACP packets:
[edit protocols]
user@switch# set lacp ppm centralized
To enable distributed PPM for LACP packets if it was previously disabled:
[edit protocols]
user@switch# delete lacp ppm centralized