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


Configuring Low-Latency Mode for Per-Port Queuing on ATM Interfaces

In low-latency mode, the SAR scheduler backpressures the HRR scheduler per physical port; each physical port buffers only a few kilobytes.

When you configure low-latency mode:

This procedure creates the low-latency mode configuration shown in Figure 45.


Figure 45: Low-Latency Mode

To configure low-latency mode with a strict-priority queue and a best-effort queue:

  1. Configure the traffic class.
  2. host1(config)#traffic-class strict 
    
    host1(config-traffic-class)#exit 
    
    
    
  3. Set the traffic class in the traffic-class group.
  4. host1(config)#traffic-class-group strict
    
    host1(config-traffic-class-group)#traffic-class strict
    
    host1(config-traffic-class-group)#exit
    
    
    
  5. Define the scheduler profile for the traffic-class group.
  6. host1(config)#scheduler-profile strict
    
    host1(config-scheduler-profile)#strict-priority
    
    host1(config-scheduler-profile)#exit
    
    
    
  7. Configure the QoS profile with two ATM VC queues.
  8. host1(config)#qos-profile low-latency-q-p
    
    host1(config-qos-profile)#atm-vc node
    
    host1(config-qos-profile)#atm-vc queue traffic-class best-effort
    
    host1(config-qos-profile)#atm group strict scheduler-profile strict
    
    host1(config-qos-profile)#atm-vc queue traffic-class strict
    
    host1(config-qos-profile)#exit
    
    
    
  9. From the desired port, set the QoS port mode to low latency.
  10. host1(config)#interface atm 2/0
    
    host1(config-if)#qos-mode-port low-latency
    
    host1(config-if)#qos-profile low-latency-q-p
    


TIP: For ATM interfaces on ERX-7xx models, ERX-14xx models, and the ERX-310 router, you must specify port 0.


The qos-mode-port command:

Related Topics


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