summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-zebra.xml.in
blob: 69991a1d57903b79531f3067bc5b5e189b32bae6 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="show">
    <children>
      <node name="zebra">
        <properties>
          <help>Show Zebra routing information</help>
        </properties>
        <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
        <children>
          <node name="client">
            <properties>
              <help>Client information </help>
            </properties>
            <children>
              <node name="summary">
                <properties>
                  <help>Brief Summary</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </node>
            </children>
          </node>
          <node name="dplane">
            <properties>
              <help>Zebra dataplane information</help>
            </properties>
            <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
          </node>
          <node name="router">
            <properties>
              <help>Zebra Router Information</help>
            </properties>
            <children>
              <node name="table">
                <properties>
                  <help>Table Information about this Zebra Router</help>
                </properties>
                <children>
                  <node name="summary">
                    <properties>
                      <help>Summary Information</help>
                    </properties>
                    <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
                  </node>
                </children>
              </node>
            </children>
          </node>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>