summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-isis.xml.in
blob: 202e3214b1ceaf2bf1034f40e0f1022cf8550628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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>