Specifications

IP Switching Commands
show pxf cpu policy-data
ISW-290
Cisco IOS IP Switching Command Reference
May 2008
show pxf cpu policy-data
To display Parallel eXpress Forwarding (PXF) policy data index usage statistics, use the show pxf cpu
policy-data command in privileged EXEC mode.
show pxf cpu policy-data
Syntax Description This command has no arguments or keywords.
Command Modes Privileged EXEC
Command History
Examples The following example shows PXF policy data which is information related to the number of classes in
a policy and the reservation of unique indexes to support match statistics and token buckets. Policy data
index statistics are related to free match statistics indexes. Exhaustion of these indexes means no more
policies can be created in the router. Secondary policy data indexes are related to free token bucket
indexes.
Router# show pxf cpu policy-data
Service policy data index usage statistics:
Total groups = 9, pool_defragmented = TRUE.
Group size Chunk count
1 0
2 1
4 1
8 0
16 1
32 1
64 1
128 1
256 1023
Total free count = 262134.
Total chunk count = 262144.
Secondary policy data index usage statistics:
Total groups = 9, pool_defragmented = TRUE.
Group size Chunk count
2 1
4 1
8 0
16 1
32 1
64 1
128 1
256 1
512 2047
Total free count = 1048566.
Total chunk count = 1048576.
Release Modification
12.2S This command was introduced.
12.3(7)XI1 This command was integrated into Cisco IOS Release 12.3(7)XI1.