summaryrefslogtreecommitdiff
path: root/op-mode-definitions/counters.xml.in
blob: f563cb9a03125c900a83d45b3e2ca28d9423ced1 (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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="clear">
    <children>
      <node name="interfaces">
        <children>
          <node name="counters">
            <properties>
              <help>Clear interface counters for all interfaces</help>
            </properties>
            <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters</command>
          </node>
          <node name="bonding">
            <properties>
              <help>Clear Bonding interface information</help>
            </properties>
            <children>
              <node name="counters">
                <properties>
                  <help>Clear all bonding interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </node>
            </children>
          </node>
          <tagNode name="bonding">
            <properties>
              <help>Clear interface information for a given bonding interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type bonding</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear interface counters for a given bonding interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="bridge">
            <properties>
              <help>Clear Bridge interface information</help>
            </properties>
            <children>
              <node name="counters">
                <properties>
                  <help>Clear all bridge interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </node>
            </children>
          </node>
          <tagNode name="bridge">
            <properties>
              <help>Clear interface information for a given bridge interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type bridge</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear interface counters for a given bridge interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="dummy">
            <properties>
              <help>Clear Dummy interface information</help>
            </properties>
            <children>
              <node name="counters">
                <properties>
                  <help>Clear all dummy interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </node>
            </children>
          </node>
          <tagNode name="dummy">
            <properties>
              <help>Clear interface information for a given dummy interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type dummy</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear interface counters for a given dummy interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="ethernet">
            <properties>
              <help>Clear Ethernet interface information</help>
            </properties>
            <children>
              <node name="counters">
                <properties>
                  <help>Clear all ethernet interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </node>
            </children>
          </node>
          <tagNode name="ethernet">
            <properties>
              <help>Clear interface information for a given ethernet interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type ethernet</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear interface counters for a given ethernet interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="geneve">
            <properties>
              <help>Clear GENEVE interface information</help>
            </properties>
            <children>
              <node name="counters">
                <properties>
                  <help>Clear all GENEVE interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </node>
            </children>
          </node>
          <tagNode name="geneve">
            <properties>
              <help>Clear interface information for a given GENEVE interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type geneve</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear interface counters for a given GENEVE interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="input">
            <properties>
              <help>Clear Input (ifb) interface information</help>
            </properties>
            <children>
              <node name="counters">
                <properties>
                  <help>Clear all Input interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </node>
            </children>
          </node>
          <tagNode name="input">
            <properties>
              <help>Clear interface information for a given Input interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type input</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear interface counters for a given Input interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="l2tpv3">
            <properties>
              <help>Clear L2TPv3 interface information</help>
            </properties>
            <children>
              <node name="counters">
                <properties>
                  <help>Clear all L2TPv3 interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </node>
            </children>
          </node>
          <tagNode name="l2tpv3">
            <properties>
              <help>Clear interface information for a given L2TPv3 interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type l2tpeth</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear interface counters for a given L2TPv3 interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="loopback">
            <properties>
              <help>Clear Loopback interface information</help>
            </properties>
            <children>
              <node name="counters">
                <properties>
                  <help>Clear all loopback interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </node>
            </children>
          </node>
          <tagNode name="loopback">
            <properties>
              <help>Clear interface information for a given loopback interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type loopback</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear interface counters for a given loopback interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="macsec">
            <properties>
              <help>Clear MACsec interface information</help>
            </properties>
            <children>
              <node name="counters">
                <properties>
                  <help>Clear all MACsec interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </node>
            </children>
          </node>
          <tagNode name="macsec">
            <properties>
              <help>Clear interface information for a given MACsec interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type macsec</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear interface counters for a given MACsec interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="openvpn">
            <properties>
              <help>Clear OpenVPN interface information</help>
            </properties>
            <children>
              <node name="counters">
                <properties>
                  <help>Clear all OpenVPN interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </node>
            </children>
          </node>
          <tagNode name="openvpn">
            <properties>
              <help>Clear interface information for a given OpenVPN interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type openvpn</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear interface counters for a given OpenVPN interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="pppoe">
            <properties>
              <help>Clear PPPoE interface information</help>
            </properties>
            <children>
              <node name="counters">
                <properties>
                  <help>Clear all PPPoE interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </node>
            </children>
          </node>
          <tagNode name="pppoe">
            <properties>
              <help>Clear interface information for a given PPPoE interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type pppoe</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear interface counters for a given PPPoE interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="pseudo-ethernet">
            <properties>
              <help>Clear Pseudo-Ethernet/MACvlan interface information</help>
            </properties>
            <children>
              <node name="counters">
                <properties>
                  <help>Clear all Pseudo-Ethernet interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </node>
            </children>
          </node>
          <tagNode name="pseudo-ethernet">
            <properties>
              <help>Clear interface information for a given Pseudo-Ethernet interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type pseudo-ethernet</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear interface counters for a given Pseudo-Ethernet interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="sstp">
            <properties>
              <help>Clear SSTP interface information</help>
            </properties>
            <children>
              <node name="counters">
                <properties>
                  <help>Clear all SSTP interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </node>
            </children>
          </node>
          <tagNode name="sstp">
            <properties>
              <help>Clear interface information for a given SSTP interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type sstp</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear interface counters for a given SSTP interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="tunnel">
            <properties>
              <help>Clear Tunnel interface information</help>
            </properties>
            <children>
              <node name="counters">
                <properties>
                  <help>Clear all tunnel interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </node>
            </children>
          </node>
          <tagNode name="tunnel">
            <properties>
              <help>Clear interface information for a given tunnel interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type tunnel</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear interface counters for a given tunnel interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="virtual-ethernet">
            <properties>
              <help>Clear virtual-ethernet interface information</help>
            </properties>
            <children>
              <node name="counters">
                <properties>
                  <help>Clear all virtual-ethernet interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </node>
            </children>
          </node>
          <tagNode name="virtual-ethernet">
            <properties>
              <help>Clear interface information for a given virtual-ethernet interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type virtual-ethernet</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear interface counters for a given virtual-ethernet interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="vti">
            <properties>
              <help>Clear VTI interface information</help>
            </properties>
            <children>
              <node name="counters">
                <properties>
                  <help>Clear all VTI interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </node>
            </children>
          </node>
          <tagNode name="vti">
            <properties>
              <help>Clear interface information for a given VTI interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type vti</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear interface counters for a given VTI interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="vxlan">
            <properties>
              <help>Clear VXLAN interface information</help>
            </properties>
            <children>
              <node name="counters">
                <properties>
                  <help>Clear all VXLAN interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </node>
            </children>
          </node>
          <tagNode name="vxlan">
            <properties>
              <help>Clear interface information for a given VXLAN interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type vxlan</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear interface counters for a given VXLAN interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="wireguard">
            <properties>
              <help>Clear Wireguard interface information</help>
            </properties>
            <children>
              <node name="counters">
                <properties>
                  <help>Clear all Wireguard interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </node>
            </children>
          </node>
          <tagNode name="wireguard">
            <properties>
              <help>Clear interface information for a given Wireguard interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type wireguard</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear interface counters for a given Wireguard interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="wireless">
            <properties>
              <help>Clear Wireless (WLAN) interface information</help>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear all wireless interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </leafNode>
            </children>
          </node>
          <tagNode name="wireless">
            <properties>
              <help>Clear interface information for a given wireless interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type wireless</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear counters for a given wireless interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="wwan">
            <properties>
              <help>Clear Wireless Modem (WWAN) interface information</help>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear all WWAN interface counters</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type "$3"</command>
              </leafNode>
            </children>
          </node>
          <tagNode name="wwan">
            <properties>
              <help>Clear interface information for a given WWAN interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces --type wwan</script>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear counters for a given WWAN interface</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name "$4"</command>
              </leafNode>
            </children>
          </tagNode>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>