Dear Experts


    As known in juniper routers the network control traffic by default will be 
queued in the default queue # 3 which by default called network-control, my 
questions are



How this forwarding will be forwarded to the queue without applying and 
classifier on the control plane or even in interface fxp1?



Another question which will depend on the answer of the first one



If we modified the queues to carry different code points as shown below, will 
the control traffic such as BGP messages will follow these changes or it will 
go to the default queue # 3 without consideration for the code-points value 
assigned to that queue.



The default Queues Configuration



[edit class-of-service]
forwarding-classes {
queue 0 best-effort;
queue 1 expedited-forwarding;
queue 2 assured-forwarding;
queue 3 network-control;



The Modified configuration for example



forwarding-classes {
    queue 7 nc;
    queue 4 af41;
    queue 3 af31;
    queue 2 af21;
    queue 0 be;



Best Regards,

Mohamed Edrees

This message (including any attachments) is intended only for
the use of the individual or entity to which it is addressed and
may contain information that is non-public, proprietary,
privileged, confidential, and exempt from disclosure under
applicable law or may constitute as attorney work product.
If you are not the intended recipient, you are hereby notified
that any use, dissemination, distribution, or copying of this
communication is strictly prohibited. If you have received this
communication in error, notify us immediately by telephone and
(i) destroy this message if a facsimile or (ii) delete this message
immediately if this is an electronic communication.

Thank you.
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to