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


Traffic Classes

A traffic class is a systemwide collection of buffers, queues, and bandwidth that you can allocate to provide a defined level of service to packets in the traffic class.

A traffic class corresponds to what the IETF DiffServ working group calls a traffic class in RFC 2597—Assured Forwarding PHB Group (June 1999).

Traffic classes are global to the router. Packets are:

Input policies classify packets into the traffic class; the fabric carries the packets to an egress line module in a fabric queue that is specific to the traffic class; the packets are placed into traffic class-specific queues on the egress line module; and the scheduler schedules the packets for transmission.

Best-Effort Forwarding

The router has a default traffic class called best-effort. You cannot delete this class. You can add the best-effort class to a traffic-class group. The router assigns packets to the best-effort class in each of the following cases:

Configuring a Traffic Class

To configure a traffic class:

  1. Create a traffic class and enter Traffic Class Configuration mode.
  2. host1(config)#traffic class low-loss1
    
    host1(config-traffic-class)#
    
    
    
  3. (Optional) For ERX-1440 routers, specify the relative weight for queues in the traffic class in the fabric.
  4. host1(config-traffic-class)#fabric-weight 12
    
    
    
  5. (Optional) Specify strict-priority scheduling across the fabric.
  6. host1(config-traffic-class)#fabric-strict-priority
    

fabric-strict-priority

fabric-weight

traffic-class


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