[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuring Rate Statistics

To gather rate statistics:

  1. Create the statistics profile.
  2. host1(config)#statistics-profile statpro-5
    
    
    
  3. Set the length of time during which statistics are counted.
  4. host1(config-statistics-profile)#rate-period 45 
    
    
    
    Rate period range is 1–43200 seconds. 
    
    
    
  5. Reference the statistics profile by a QoS profile.
  6. host1(config)#qos-profile qospro-3
    
    host1(config-qos-profile)#ip queue traffic-class tc1 scheduler-profile sp1 
    statistics-profile statpro-5 
    
    
    
  7. Attach the QoS profile to the appropriate interface.
  8. host1(config)#interface gigabitEthernet 1/0
    
    host1(config-subif)#qos-profile qospro-3
    
    host1(config-subif)#exit
    
    
    
  9. (Optional) Display the rate statistics.
  10. host1#show egress-queue rates interface gigabitEthernet 1/0
    

Related Topics


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]