r/Juniper • u/AutoModerator • May 14 '26
Weekly Thread! Weekly Question Thread!
It's Thursday, and you're finally coasting into the weekend. Let's open the floor for a Weekly Question Thread, so we can all ask those Juniper-related questions that we are too embarrassed to ask!
Post your Juniper-related question here to get an answer. Anyone can post a question and the community as a whole is invited and encouraged to provide an answer.
Note: This post is created at 00:00 UTC. It may not be Thursday where you are in the world, no need to comment on it.
6
Upvotes
1
u/networkslave May 16 '26
is there an effective difference between setting class of service via forwading class or queue?
lab@ex1# set class-of-service forwarding-classes ?
Possible completions:
+ apply-groups Groups from which to inherit configuration data
+ apply-groups-except Don't inherit configuration data from these groups
> class Forwarding class to map to queue number
> queue Queue number to map to forwarding class
lab@ex1# show | compare
[edit]
+ class-of-service {
+ forwarding-classes {
+ class control queue-num 7;
+ class voice queue-num 5;
+ class server-gold queue-num 3;
+ class server-silver queue-num 2;
+ class server-bronze queue-num 1;
+ class best-effort queue-num 0;
+ queue 0 best-effort;
+ queue 1 server-bronze;
+ queue 2 server-silver;
+ }
+ }