From e982b78f24d1dca3d2bc92a39b8e9fcf35b39a37 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 9 Jan 2021 14:31:48 +0100 Subject: xml: op-mode: add preprocessor support as known from configuration mode --- op-mode-definitions/show-isis.xml.in | 191 +++++++++++++++++++++++++++++++++++ 1 file changed, 191 insertions(+) create mode 100644 op-mode-definitions/show-isis.xml.in (limited to 'op-mode-definitions/show-isis.xml.in') diff --git a/op-mode-definitions/show-isis.xml.in b/op-mode-definitions/show-isis.xml.in new file mode 100644 index 000000000..4e308730f --- /dev/null +++ b/op-mode-definitions/show-isis.xml.in @@ -0,0 +1,191 @@ + + + + + + + IS-IS routing protocol + + + + + Show IS-IS link state database + + + + + Show detailed information + + /usr/bin/vtysh -c "show isis database detail" + + + /usr/bin/vtysh -c "show isis database" + + + + Show IS-IS link state database PDU + + lsp-id detail + + + /usr/bin/vtysh -c "show isis database $4" + + + + Show IS-IS dynamic hostname mapping + + /usr/bin/vtysh -c "show isis hostname" + + + + Show IS-IS interfaces + + + + + + + + Show detailed information + + /usr/bin/vtysh -c "show isis interface detail" + + + /usr/bin/vtysh -c "show isis interface" + + + + Show specific IS-IS interface + + + + + /usr/bin/vtysh -c "show isis interface $4" + + + + Show IS-IS MPLS traffic engineering information + + + + + Show router information + + /usr/bin/vtysh -c "show isis mpls-te router" + + + + Show interface information + + /usr/bin/vtysh -c "show isis mpls-te interface" + + + + Show specific IS-IS interface + + + + + /usr/bin/vtysh -c "show isis mpls-te interface $5" + + + + + + Show IS-IS neighbor adjacencies + + + + + Show detailed information + + /usr/bin/vtysh -c "show isis neighbor detail" + + + /usr/bin/vtysh -c "show isis neighbor" + + + + Show specific IS-IS neighbor adjacency + + system-id + + + /usr/bin/vtysh -c "show isis neighbor $4" + + + + Show IS-IS routing table + + + + + Show level-1 routes + + /usr/bin/vtysh -c "show isis route level-1" + + + + Show level-2 routes + + /usr/bin/vtysh -c "show isis route level-2" + + + /usr/bin/vtysh -c "show isis route" + + + + Show IS-IS Segment-Routing (SPRING) information + + + + + Show node information + + /usr/bin/vtysh -c "show isis segment-routing node" + + + + Show prefix segment IDs + + /usr/bin/vtysh -c "show isis segment-routing prefix-sids" + + + + + + Show IS-IS SPF delay parameters + + /usr/bin/vtysh -c "show isis spf-delay-ietf" + + + + Show IS-IS information summary + + /usr/bin/vtysh -c "show isis summary" + + + + Show IS-IS paths to Intermediate Systems + + + + + Show level-1 routes + + /usr/bin/vtysh -c "show isis topology level-1" + + + + Show level-2 routes + + /usr/bin/vtysh -c "show isis topology level-2" + + + /usr/bin/vtysh -c "show isis topology" + + + + + + -- cgit v1.2.3