summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/isis-common.xml.i
blob: 53e85a7ef1fa463d5b97d981e39fa9fcb3d0e562 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!-- included start from isis-common.xml.i -->
<node name="database">
  <properties>
    <help>Show IS-IS link state database</help>
  </properties>
  <children>
    <leafNode name="detail">
      <properties>
        <help>Show detailed information</help>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </leafNode>
  </children>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
<tagNode name="database">
  <properties>
    <help>Show IS-IS link state database PDU</help>
    <completionHelp>
      <list>lsp-id detail</list>
    </completionHelp>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</tagNode>
<leafNode name="hostname">
  <properties>
    <help>Show IS-IS dynamic hostname mapping</help>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</leafNode>
<node name="interface">
  <properties>
    <help>Show IS-IS interfaces</help>
    <completionHelp>
      <script>${vyos_completion_dir}/list_interfaces</script>
    </completionHelp>
  </properties>
  <children>
    <leafNode name="detail">
      <properties>
        <help>Show detailed information</help>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </leafNode>
  </children>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
<tagNode name="interface">
  <properties>
    <help>Show specific IS-IS interface</help>
    <completionHelp>
      <script>${vyos_completion_dir}/list_interfaces</script>
    </completionHelp>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</tagNode>
<node name="mpls">
  <properties>
    <help>Show IS-IS MPLS specific information</help>
  </properties>
  <children>
    <node name="ldp-sync">
      <properties>
        <help>Show IS-IS LDP-IGP synchronization information</help>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
      <children>
        <tagNode name="interface">
          <properties>
            <help>Show specific IS-IS LDP-IGP synchronization for an interface</help>
            <completionHelp>
              <script>${vyos_completion_dir}/list_interfaces</script>
            </completionHelp>
          </properties>
          <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
        </tagNode>
      </children>
    </node>
  </children>
</node>
<node name="mpls-te">
  <properties>
    <help>Show IS-IS MPLS traffic engineering information</help>
  </properties>
  <children>
    <leafNode name="router">
      <properties>
        <help>Show router information</help>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </leafNode>
    <leafNode name="interface">
      <properties>
        <help>Show interface information</help>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </leafNode>
    <tagNode name="interface">
      <properties>
        <help>Show specific IS-IS interface</help>
        <completionHelp>
          <script>${vyos_completion_dir}/list_interfaces</script>
        </completionHelp>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </tagNode>
  </children>
</node>
<node name="neighbor">
  <properties>
    <help>Show IS-IS neighbor adjacencies</help>
  </properties>
  <children>
    <leafNode name="detail">
      <properties>
        <help>Show detailed information</help>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </leafNode>
  </children>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
<tagNode name="neighbor">
  <properties>
    <help>Show specific IS-IS neighbor adjacency </help>
    <completionHelp>
      <list>system-id</list>
    </completionHelp>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</tagNode>
<node name="route">
  <properties>
    <help>Show IS-IS routing table</help>
  </properties>
  <children>
    <leafNode name="level-1">
      <properties>
        <help>Show level-1 routes</help>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </leafNode>
    <leafNode name="level-2">
      <properties>
        <help>Show level-2 routes</help>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </leafNode>
    <leafNode name="prefix-sid">
     <properties>
       <help>Show Prefix-SID information</help>
     </properties>
     <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
   </leafNode>
  </children>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
<node name="segment-routing">
  <properties>
    <help>Show IS-IS Segment-Routing (SPRING) information</help>
  </properties>
  <children>
    <leafNode name="node">
      <properties>
        <help>Show node information</help>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </leafNode>
  </children>
</node>
<leafNode name="spf-delay-ietf">
  <properties>
    <help>Show IS-IS SPF delay parameters</help>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</leafNode>
<leafNode name="summary">
  <properties>
    <help>Show IS-IS information summary</help>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</leafNode>
<node name="topology">
  <properties>
    <help>Show IS-IS paths to Intermediate Systems</help>
  </properties>
  <children>
    <leafNode name="level-1">
      <properties>
        <help>Show level-1 routes</help>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </leafNode>
    <leafNode name="level-2">
      <properties>
        <help>Show level-2 routes</help>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </leafNode>
  </children>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
<!-- included end -->