Displaying the CoS configurations on the link services interface.
From the J-Web interface, select Configuration> View and Edit> View Configuration Text. Alternatively, from the configuration mode in the CLI, enter the show class-of-service command.
The sample output in this section displays the CoS configurations provided in Configuring MLPPP Bundles and LFI on Serial Links.
- [edit]
- user@R0# show class-of-service
- classifiers {
-
- inet-precedence classify_input {
-
- forwarding-class DATA {
- loss-priority low code-points 000;
- }
-
- forwarding-class VOICE {
- loss-priority low code-points 010;
- }
- }
- }
- forwarding-classes {
- queue 0 DATA;
- queue 2 VOICE;
- queue 3 NC;
- }
- interfaces {
-
- ls-0/0/0 {
-
- unit 0 {
- scheduler-map s_map;
- }
- }
-
- ge-0/0/1 {
-
- unit 0 {
-
- classifiers {
- inet-precedence classify_input
- }
- }
- }
-
- se-1/0/0 {
-
- unit 0 {
- scheduler-map s_map;
- shaping-rate 2000000;
- }
- }
-
- se-1/0/1 {
-
- unit 0 {
- scheduler-map s_map;
- shaping-rate 2000000;
- }
- }
- }
- scheduler-maps {
-
- s_map {
- forwarding-class DATA scheduler DATA;
- forwarding-class VOICE scheduler VOICE;
- forwarding-class NC scheduler NC;
- }
- }
- schedulers {
-
- DATA {
- transmit-rate percent 49;
- buffer-size percent 49;
- }
-
- VOICE {
- transmit-rate percent 50;
- buffer-size percent 5;
- priority high;
- }
-
- NC {
- transmit-rate percent 1;
- buffer-size percent 1;
- priority high;
- }
- }
Verify that the output shows the intended CoS configurations.
For more information about the format of a configuration file, see Viewing the Configuration Text.