43-3
Cisco 7600 Series Router Cisco IOS Software Configuration Guide, Release 12.2SX
OL-4266-08
Chapter 43 Configuring PFC QoS Statistics Data Export
Configuring PFC QoS Statistics Data Export
% Warning: Export destination not set.
% Use 'mls qos statistics-export destination' command to configure the export destination
Router#
show mls qos statistics-export info
QoS Statistics Data Export Status and Configuration information
---------------------------------------------------------------
Export Status : enabled
Export Interval : 300 seconds
Export Delimiter : |
Export Destination : Not configured
Router#
Note
You must enable PFC QoS statistics data export globally for other PFC QoS statistics data export
configuration to take effect.
Enabling PFC QoS Statistics Data Export for a Port
To enable PFC QoS statistics data export for a port, perform this task:
This example shows how to enable PFC QoS statistics data export on FastEthernet port 5/24 and verify
the configuration:
Router#
configure terminal
Router(config)#
interface fastethernet 5/24
Router(config-if)#
mls qos statistics-export
Router(config-if)#
end
Router#
show mls qos statistics-export info
QoS Statistics Data Export Status and Configuration information
---------------------------------------------------------------
Export Status : enabled
Export Interval : 300 seconds
Export Delimiter : |
Export Destination : Not configured
QoS Statistics Data Export is enabled on following ports:
---------------------------------------------------------
FastEthernet5/24
Router#
When enabled on a port, PFC QoS statistics data export contains the following fields, separated by the
delimiter character:
•
Export type (“1” for a port)
•
Slot/port
•
Number of ingress packets
•
Number of ingress bytes
Command
Purpose
Step 1
Router(config)#
interface
type
1
slot/port
1.
type
=
ethernet
,
fastethernet
,
gigabitethernet
, or
tengigabitethernet
Selects the interface to configure.
Step 2
Router(config-if)#
mls qos statistics-export
Enables PFC QoS statistics data export for the port.
Router(config-if)#
no mls qos statistics-export
Disables PFC QoS statistics data export for the port.
Step 3
Router(config)#
end
Exits configuration mode.
Step 4
Router#
show mls qos statistics-export info
Verifies the configuration.