- Preface
- Product Overview
- Configuring the Router for the First Time
- Configuring a Supervisor Engine 720
- Configuring a Route Switch Processor 720
- Configuring NSF with SSO Supervisor Engine Redundancy
- ISSU and eFSU on Cisco 7600 Series Routers
- Configuring RPR and RPR+ Supervisor Engine Redundancy
- Configuring Interfaces
- Configuring a Supervisor Engine 32
- Configuring LAN Ports for Layer 2 Switching
- Configuring Flex Links
- Configuring EtherChannels
- Configuring VTP
- Configuring VLANs
- Configuring Private VLANs
- Configuring Cisco IP Phone Support
- Configuring IEEE 802.1Q Tunneling
- Configuring Layer 2 Protocol Tunneling
- Configuring L2TPv3
- Configuring STP and MST
- Configuring Optional STP Features
- Configuring Layer 3 Interfaces
- Configuring GTP-SLB IPV6 Support
- IP Subscriber Awareness over Ethernet
- Configuring UDE and UDLR
- Configuring Multiprotocol Label Switching on the PFC
- Configuring IPv4 Multicast VPN Support
- Configuring Multicast VPN Extranet Support
- Configuring IP Unicast Layer 3 Switching
- Configuring IPv6 Multicast PFC3 and DFC3 Layer 3 Switching
- Configuring IPv4 Multicast Layer 3 Switching
- Configuring MLDv2 Snooping for IPv6 Multicast Traffic
- Configuring IGMP Snooping for IPv4 Multicast Traffic
- Configuring PIM Snooping
- Configuring Network Security
- Understanding Cisco IOS ACL Support
- Configuring VRF aware 6RD Tunnels
- Configuring VLAN ACLs
- Private Hosts (Using PACLs)
- Configuring IPv6 PACL
- IPv6 First-Hop Security Features
- Configuring Online Diagnostics
- Configuring Denial of Service Protection
- Configuring DHCP Snooping
- Configuring Dynamic ARP Inspection
- Configuring Traffic Storm Control
- Unknown Unicast Flood Blocking
- Configuring PFC QoS
- Configuring PFC QoS Statistics Data Export
- Configuring MPLS QoS on the PFC
- Configuring LSM MLDP based MVPN Support
- Configuring IEEE 802.1X Port-Based Authentication
- Configuring IEEE 802.1ad
- Configuring Port Security
- Configuring UDLD
- Configuring NetFlow and NDE
- Configuring Local SPAN, RSPAN, and ERSPAN
- Configuring SNMP IfIndex Persistence
- Power Management and Environmental Monitoring
- Configuring Web Cache Services Using WCCP
- Using the Top N Utility
- Using the Layer 2 Traceroute Utility
- Configuring Bidirectional Forwarding and Detection over Switched Virtual Interface
- Configuring Call Home
- Configuring IPv6 Policy Based Routing
- Using the Mini Protocol Analyzer
- Configuring Resilient Ethernet Protocol
- Configuring Synchronous Ethernet
- Configuring Link State Tracking
- Configuring BGP PIC Edge and Core for IP and MPLS
- Configuring VRF aware IPv6 tunnels over IPv4 transport
- ISIS IPv4 Loop Free Alternate Fast Reroute (LFA FRR)
- Multicast Service Reflection
- Y.1731 Performance Monitoring
- Online Diagnostic Tests
- Acronyms
- Cisco IOS Release 15S Software Images
- Index
- Understanding PFC QoS Statistics Data Export
- PFC QoS Statistics Data Export Default Configuration
- Configuring PFC QoS Statistics Data Export
- Enabling PFC QoS Statistics Data Export Globally
- Enabling PFC QoS Statistics Data Export for a Port
- Enabling PFC QoS Statistics Data Export for a Named Aggregate Policer
- Enabling PFC QoS Statistics Data Export for a Class Map
- Setting the PFC QoS Statistics Data Export Time Interval
- Configuring PFC QoS Statistics Data Export Destination Host and UDP Port
- Setting the PFC QoS Statistics Data Export Field Delimiter
Configuring PFC QoS Statistics Data Export
This chapter describes how to configure PFC QoS statistics data export on Cisco 7600 series routers.
Note For complete syntax and usage information for the commands used in this chapter, refer to the Cisco 7600 Series Routers Command References at this URL:
http://www.cisco.com/en/US/products/hw/routers/ps368/prod_command_reference_list.html
Understanding PFC QoS Statistics Data Export
The PFC QoS statistics data export feature generates per-LAN-port and per-aggregate policer utilization information and forwards this information in UDP packets to traffic monitoring, planning, or accounting applications. You can enable PFC QoS statistics data export on a per-LAN-port or on a per-aggregate policer basis. The statistics data generated per port consists of counts of the input and output packets and bytes. The aggregate policer statistics consist of counts of allowed packets and counts of packets exceeding the policed rate.
The PFC QoS statistics data collection occurs periodically at a fixed interval, but you can configure the interval at which the data is exported. PFC QoS statistics collection is enabled by default, and the data export feature is disabled by default for all ports and all aggregate policers configured on the Cisco 7600 series router.
Note The PFC QoS statistics data export feature is completely separate from NetFlow Data Export and does not interact with it.
PFC QoS Statistics Data Export Default Configuration
Table 49-1 shows the PFC QoS statistics data export default configuration.
|
|
---|---|
|
|
Configuring PFC QoS Statistics Data Export
These sections describe how to configure PFC QoS statistics data export:
- Enabling PFC QoS Statistics Data Export Globally
- Enabling PFC QoS Statistics Data Export for a Port
- Enabling PFC QoS Statistics Data Export for a Named Aggregate Policer
- Enabling PFC QoS Statistics Data Export for a Class Map
- Setting the PFC QoS Statistics Data Export Time Interval
- Configuring PFC QoS Statistics Data Export Destination Host and UDP Port
- Setting the PFC QoS Statistics Data Export Field Delimiter
Enabling PFC QoS Statistics Data Export Globally
To enable PFC QoS statistics data export globally, perform this task:
|
|
|
---|---|---|
This example shows how to enable PFC QoS statistics data export globally and verify the configuration:
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:
|
|
|
---|---|---|
Router(config)# interface type 1 slot/port |
||
1.type = ethernet, fastethernet, gigabitethernet, or tengigabitethernet |
This example shows how to enable PFC QoS statistics data export on FastEthernet port 5/24 and verify the configuration:
When enabled on a port, PFC QoS statistics data export contains the following fields, separated by the delimiter character:
Enabling PFC QoS Statistics Data Export for a Named Aggregate Policer
To enable PFC QoS statistics data export for a named aggregate policer, perform this task:
This example shows how to enable PFC QoS statistics data export for an aggregate policer named aggr1M and verify the configuration:
When enabled for a named aggregate policer, PFC QoS statistics data export contains the following fields, separated by the delimiter character:
Enabling PFC QoS Statistics Data Export for a Class Map
To enable PFC QoS statistics data export for a class map, perform this task:
|
|
|
---|---|---|
Router(config)# mls qos statistics-export class-map classmap_name |
||
Router(config)# no mls qos statistics-export class-map classmap_name |
||
This example shows how to enable PFC QoS statistics data export for a class map named class3 and verify the configuration:
When enabled for a class map, PFC QoS statistics data export contains the following fields, separated by the delimiter character:
– Export type (“4” for a classmap and port)
– Number of bytes that exceed the CIR
– Number of bytes that exceed the PIR
– Export type (“5” for a class map and VLAN)
– Number of bytes that exceed the CIR
– Number of bytes that exceed the PIR
– Export type (“6” for a class map and port channel)
– Number of bytes that exceed the CIR
Setting the PFC QoS Statistics Data Export Time Interval
To set the time interval for the PFC QoS statistics data export, perform this task:
This example shows how to set the PFC QoS statistics data export interval and verify the configuration:
Configuring PFC QoS Statistics Data Export Destination Host and UDP Port
To configure the PFC QoS statistics data export destination host and UDP port number, perform this task:
Note When the PFC QoS data export destination is a syslog server, the exported data is prefaced with a syslog header.
Table 49-2 lists the supported PFC QoS data export facility and severity parameter values.
|
|
|
|
---|---|---|---|
Table 49-3 lists the supported PFC QoS data export severity parameter values.
|
||
---|---|---|
|
|
|
This example shows how to configure 172.20.52.3 as the destination host and syslog as the UDP port number and verify the configuration:
Setting the PFC QoS Statistics Data Export Field Delimiter
To set the PFC QoS statistics data export field delimiter, perform this task:
|
|
|
---|---|---|
Router(config)# mls qos statistics-export delimiter delimiter_character |
||
Reverts to the default PFC QoS statistics data export field delimiter |
||
This example shows how to set the PFC QoS statistics data export field delimiter and verify the configuration: