From a9a020bac532c6432fafb8101a74bd58c08a8720 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 21 Mar 2021 18:09:15 +0000 Subject: isis: T3417: ad per vrf op-mode commands --- op-mode-definitions/include/isis-common.xml.i | 179 ++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 op-mode-definitions/include/isis-common.xml.i (limited to 'op-mode-definitions/include/isis-common.xml.i') diff --git a/op-mode-definitions/include/isis-common.xml.i b/op-mode-definitions/include/isis-common.xml.i new file mode 100644 index 000000000..b1ee3e241 --- /dev/null +++ b/op-mode-definitions/include/isis-common.xml.i @@ -0,0 +1,179 @@ + + + + Show IS-IS link state database + + + + + Show detailed information + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show IS-IS link state database PDU + + lsp-id detail + + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show IS-IS dynamic hostname mapping + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show IS-IS interfaces + + + + + + + + Show detailed information + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show specific IS-IS interface + + + + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show IS-IS MPLS traffic engineering information + + + + + Show router information + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show interface information + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show specific IS-IS interface + + + + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + + + Show IS-IS neighbor adjacencies + + + + + Show detailed information + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + vtysh -c "show isis neighbor" + + + + Show specific IS-IS neighbor adjacency + + system-id + + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show IS-IS routing table + + + + + Show level-1 routes + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show level-2 routes + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + vtysh -c "show isis route" + + + + Show IS-IS Segment-Routing (SPRING) information + + + + + Show node information + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show prefix segment IDs + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + + + Show IS-IS SPF delay parameters + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show IS-IS information summary + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show IS-IS paths to Intermediate Systems + + + + + Show level-1 routes + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show level-2 routes + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + -- cgit v1.2.3