What Units are used for Max-packet-rate and Max-log-rate?
30286
Created On 09/25/18 19:26 PM - Last Modified 06/15/23 22:40 PM
Environment
- Palo Alto Firewalls
- Supported PAN-OS.
Resolution
- The units used for max-packet-rate, the is kilobytes per second. The way to configure the same is shown below.
> configure
# set deviceconfig setting logging max-packet-rate 250
# commit
# exit
>
- The units used For max-log-rate, the unit is counts per second. The way to configure the same is shown below.
> configure
# set deviceconfig setting logging max-log-rate 250
# commit
# exit
- The current values can be checked with the show system setting logging command.
> show system setting logging
Max. logging rate: 50000 cnt/s
Max. packet logging rate: 2560 KB/s
Traffic log generation rate: 0 cnt/s
Threat log generation rate: 0 cnt/s
Log sent rate: 50000 cnt/s
Current traffic log count: 0
Current threat log count: 0
Random traffic log drop: off
Log suppression: on
default-policy-logging: off
owner: nayubi
Additional Information
The values can also be changed by using the commands in the > prompt.. These values revert to default after reboot.
> set system setting logging max-log-rate <value>
> set system setting logging max-packet-rate <value>