From 206c07afc26e826facdaa1b04d697e7f74e55eb0 Mon Sep 17 00:00:00 2001 From: l0crian1 <143656816+l0crian1@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:15:21 -0400 Subject: T6452: Add QoS Op Commands (#3591) * T6452: Add QoS Op Commands Added the following commands: show qos shaping show qos shaping detail show qos shaping interface show qos shaping interface detail show qos shaping interface class show qos shaping interface class detail show qos cake interface --- op-mode-definitions/show-qos.xml.in | 80 +++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 op-mode-definitions/show-qos.xml.in (limited to 'op-mode-definitions') diff --git a/op-mode-definitions/show-qos.xml.in b/op-mode-definitions/show-qos.xml.in new file mode 100644 index 000000000..8974e9541 --- /dev/null +++ b/op-mode-definitions/show-qos.xml.in @@ -0,0 +1,80 @@ + + + + + + + Show Quality of Service (QoS) information + + + + + Show QoS CAKE information + + + + + Show QoS CAKE for given interface + + qos interface + <interface> + + + sudo ${vyos_op_scripts_dir}/qos.py show_cake --ifname $5 + + + + + + Show QoS shaping information + + sudo ${vyos_op_scripts_dir}/qos.py show_shaper + + + + Show QoS detailed information + + sudo ${vyos_op_scripts_dir}/qos.py show_shaper --detail + + + + Show QoS shaping for given interface + + qos interface + <interface> + + + sudo ${vyos_op_scripts_dir}/qos.py show_shaper --ifname $5 + + + + Show QoS shaping for given class + + <class> + + + sudo ${vyos_op_scripts_dir}/qos.py show_shaper --ifname $5 --classn $7 + + + + Show QoS detailed information for given class + + sudo ${vyos_op_scripts_dir}/qos.py show_shaper --ifname $5 --classn $7 --detail + + + + + + Show QoS detailed information for given interface + + sudo ${vyos_op_scripts_dir}/qos.py show_shaper --ifname $5 --detail + + + + + + + + + + -- cgit v1.2.3