Junos OS

last person joined: yesterday 

Ask questions and share experiences about Junos OS.
  • 1.  [Q] - Need Help - Configuring Junos OS EZQoS for CoS (CLI Procedure)

    Posted 09-22-2015 13:03

    Using this URL;
    http://www.juniper.net/documentation/en_US/junos13.2/topics/task/configuration/cos-ezqos-ex-series-c...

    I do not understand why they assigned the dscp and scheduler-map to two different interfaces, can we assign both to the same interface.?

    Apply the DSCP classifier (ezqos-dscp-classifier) to a Gigabit Ethernet interface (ge-0/0/0):
    [edit]
    user@switch# set class-of-service interfaces ge-0/0/0 unit 0 classifiers dscp ezqos-dscp-classifier

    Apply the scheduler map (ezqos-voip-sched-maps) to a Gigabit Ethernet interface (ge-0/0/1):
    [edit]
    user@switch# set class-of-service interfaces ge-0/0/1 scheduler-map ezqos-voip-sched-maps



  • 2.  RE: [Q] - Need Help - Configuring Junos OS EZQoS for CoS (CLI Procedure)
    Best Answer

     
    Posted 09-22-2015 16:05

    Hi,

     

    Yes you can configure classifiers and schedules to the same interface. The document may be showing the configuration with relation to the traffic flow.

     

    ie.

     

    packets on ingress (ge-0/0/0) are classified into the forwarding class

    packets on egress (ge-0/0/1) are scheduled based on the scheduler-map

     

    Tim



  • 3.  RE: [Q] - Need Help - Configuring Junos OS EZQoS for CoS (CLI Procedure)

    Posted 09-23-2015 17:25

    Got it, so they were just showing two options for traffic priority.

     

    No reason to apply forwarding class and scheduler-map to the same interface, guess that could get ugly.

     

    Thanks.



  • 4.  RE: [Q] - Need Help - Configuring Junos OS EZQoS for CoS (CLI Procedure)

     
    Posted 09-23-2015 17:39

    Hi,

     

    In the context of the document it appears to be the traffic flow. But in practice you do want to classify and schedule on each interface.

     

    Tim