Skip to content

Support



Juniper was the first North American IP routing vendor to achieve the prestigious TL 9000 certification by the Quality of Excellence for Suppliers of Telecommunications (QuEST) Forum in the router category, for design, development, provision and service and support.



What is J-Care?

It's the world-class service and support that you expect from a company that delivers the industry's best infrastructure and security products. With J-Care, you now have the confidence knowing that Juniper will do our part to keep you on top of the world!


Configuring CoS Schedulers (CLI Procedure)

You use schedulers to define the CoS properties of output queues. These properties include the amount of interface bandwidth assigned to the queue, the size of the memory buffer allocated for storing packets, the priority of the queue, and the tail drop profiles associated with the queue.

You associate the schedulers with forwarding classes by means of scheduler maps. You can then associate each scheduler map with an interface, thereby configuring the queues and packet schedulers that operate according to this mapping.

You can associate up to four user-defined scheduler maps with the interfaces.

To configure CoS schedulers using the CLI:

  1. Create a scheduler (be-sched) with low priority:
    [edit class-of-service schedulers]
    user@switch# set be-sched priority low
  2. Configure a scheduler map (be-map) that associates the scheduler (be-sched) with the forwarding class (best-effort):
    [edit class-of-service scheduler-maps]
    user@switch# set be-map forwarding-classbest-effort scheduler be-sched
  3. Assign the scheduler map (be-map) to a Gigabit Ethernet interface (ge-0/0/1):
    [edit class-of-service interfaces]
    user@switch# set ge-0/0/1 scheduler-map be-map