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


Configuring a QoS Profile

Before you configure a QoS profile:

See Configuring Traffic Classes That Define Service Levels.

See Configuring Queue Profiles to Manage Buffers and Thresholds.

See Configuring a Scheduler Hierarchy.

To configure a QoS profile:

  1. Create a QoS profile and enter QoS Profile Configuration mode.
  2. host1(config)#qos-profile qosp-vc-queuing
    
    host1(config-qos-profile)#
    
    
    
  3. (Optional) Configure a group node for each interface.
  4. host1(config-qos-profile)#atm group groupA scheduler-profile scheduler1 
    statistics-profile statpro-1
    
    
    

When you configure a group node, you can also reference a default or named traffic-class group, a scheduler profile, or a statistics profile.

If you do not specify a traffic-class group, the group node defaults to the default group. Each traffic class can belong to only one traffic-class group (either the default group or a named group).

The router supports up to four traffic-class groups above a given port.

  1. (Optional) Configure a scheduler node for interfaces.
  2. host1(config-qos-profile)#atm node scheduler-profile scheduler1 group 
    strict-priority
    
    
    

When you configure a scheduler node, you can also reference a default or named traffic-class group and a scheduler profile.

The scheduler profile supplies a relative weight and potentially a shaping rate to be applied at the scheduler node.

NOTE: You cannot associate a scheduler profile with a port-type interface unless you also specify the strict-priority group.


  1. (Optional) Configure a queue for interfaces in the specified traffic class.
  2. host1(config-qos-profile)#atm queue traffic-class strict-priority scheduler-profile 
    scheduler1 queue-profile queue1 drop-profile drop1
    
    
    

When you configure a queue, you can include any of the following profiles:

Each queue traffic class can appear in only one traffic-class group.

Related Topics


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