From 2fd482bd0cfdcbcaf77c0ede82e22e30cf209dac Mon Sep 17 00:00:00 2001 From: Cheeze_It Date: Sun, 27 Dec 2020 04:48:29 -0700 Subject: ISIS: T3156: Adding initial op commands for ISIS We are adding the initial ISIS operational commands here. They should be fairly straightforward in regards to the context help. --- op-mode-definitions/show-isis.xml | 188 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 188 insertions(+) create mode 100644 op-mode-definitions/show-isis.xml (limited to 'op-mode-definitions/show-isis.xml') diff --git a/op-mode-definitions/show-isis.xml b/op-mode-definitions/show-isis.xml new file mode 100644 index 000000000..be9b42d9c --- /dev/null +++ b/op-mode-definitions/show-isis.xml @@ -0,0 +1,188 @@ + + + + + + + + + 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