Displaying Link Services CoS Configurations

Purpose

Displaying the CoS configurations on the link services interface.

Action

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-serviceclassifiers {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;fragmentation-maps fm;}}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;}}fragmentation-maps fm {forwarding-class {VOICE {no-fragmentation;}}}

Meaning

Verify that the output shows the intended CoS configurations.