From 0a34f23012f5f0621d5d15a1a5c30c04dfc68bf9 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 21 Mar 2021 19:53:04 +0100 Subject: op-mode: add "show zebra" commands to query RIB informations --- op-mode-definitions/show-zebra.xml.in | 54 +++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 op-mode-definitions/show-zebra.xml.in diff --git a/op-mode-definitions/show-zebra.xml.in b/op-mode-definitions/show-zebra.xml.in new file mode 100644 index 000000000..b0ad37f49 --- /dev/null +++ b/op-mode-definitions/show-zebra.xml.in @@ -0,0 +1,54 @@ + + + + + + + Zebra routing information + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Client information + + + + + Brief Summary + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + + + Zebra dataplane information + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Zebra Router Information + + + + + Table Information about this Zebra Router + + + + + Summary Information + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + + + + + + + -- cgit v1.2.3