diff options
Diffstat (limited to 'op-mode-definitions/show-isis.xml.in')
-rw-r--r-- | op-mode-definitions/show-isis.xml.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/op-mode-definitions/show-isis.xml.in b/op-mode-definitions/show-isis.xml.in new file mode 100644 index 000000000..202e3214b --- /dev/null +++ b/op-mode-definitions/show-isis.xml.in @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<interfaceDefinition> + <node name="show"> + <children> + <node name="isis"> + <properties> + <help>Show IS-IS routing protocol</help> + </properties> + <children> + #include <include/isis-common.xml.i> + <tagNode name="vrf"> + <properties> + <help>Show IS-IS routing protocol for given VRF</help> + <completionHelp> + <path>vrf name</path> + <list>all</list> + </completionHelp> + </properties> + <children> + #include <include/isis-common.xml.i> + </children> + </tagNode> + </children> + </node> + </children> + </node> +</interfaceDefinition> |