summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-log.xml.in
blob: a6ce04624cd8c4e77d0991f4b07e4c43d9e15b21 (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
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="show">
    <properties>
      <help>Show system information</help>
    </properties>
    <children>
      <tagNode name="log">
        <properties>
          <help>Show last number of messages in master logging buffer</help>
          <completionHelp>
            <list>&lt;1-9999&gt;</list>
          </completionHelp>
        </properties>
        <command>if ${vyos_validators_dir}/numeric --range 1-9999 "$3"; then journalctl --no-hostname --boot --lines "$3"; fi</command>
      </tagNode>
      <node name="log">
        <properties>
          <help>Show contents of current master logging buffer</help>
        </properties>
        <command>journalctl --no-hostname --boot</command>
        <children>
          <leafNode name="audit">
            <properties>
              <help>Show audit logs</help>
            </properties>
            <command>cat /var/log/audit/audit.log</command>
          </leafNode>
          <leafNode name="all">
            <properties>
              <help>Show contents of all master log files</help>
            </properties>
            <command>sudo bash -c 'eval $(lesspipe); less $_vyatta_less_options --prompt=".logm, file %i of %m., page %dt of %D" -- `printf "%s\n" /var/log/messages* | sort -nr`'</command>
          </leafNode>
          <leafNode name="authorization">
            <properties>
              <help>Show listing of authorization attempts</help>
            </properties>
            <command>journalctl --no-hostname --boot --quiet SYSLOG_FACILITY=10 SYSLOG_FACILITY=4</command>
          </leafNode>
          <leafNode name="certbot">
            <properties>
              <help>Show log for certbot</help>
            </properties>
            <command>if sudo test -f /var/log/letsencrypt/letsencrypt.log; then sudo cat /var/log/letsencrypt/letsencrypt.log; else echo "Cerbot log does not exist"; fi</command>
          </leafNode>
          <leafNode name="cluster">
            <properties>
              <help>Show log for Cluster</help>
            </properties>
            <command>cat $(printf "%s\n" /var/log/messages* | sort -nr) | grep -e heartbeat -e cl_status -e mach_down -e ha_log</command>
          </leafNode>
          <leafNode name="conntrack-sync">
            <properties>
              <help>Show log for Conntrack-sync</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit conntrackd.service</command>
          </leafNode>
          <leafNode name="console-server">
            <properties>
              <help>Show log for console server</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit conserver-server.service</command>
          </leafNode>
          <node name="ids">
            <properties>
              <help>Show log for for Intrusion Detection System</help>
            </properties>
            <children>
              <leafNode name="ddos-protection">
                <properties>
                  <help>Show log for DDOS protection</help>
                </properties>
                <command>journalctl --no-hostname --boot --unit fastnetmon.service</command>
              </leafNode>
            </children>
          </node>
          <node name="dhcp">
            <properties>
              <help>Show log for Dynamic Host Control Protocol (DHCP)</help>
            </properties>
            <children>
              <node name="server">
                <properties>
                  <help>Show log for DHCP server</help>
                </properties>
                <command>journalctl --no-hostname --boot --unit kea-dhcp4-server.service</command>
              </node>
              <node name="client">
                <properties>
                  <help>Show DHCP client logs</help>
                </properties>
                <command>journalctl --no-hostname --boot --unit "dhclient@*.service"</command>
                <children>
                  <tagNode name="interface">
                    <properties>
                      <help>Show DHCP client log on specific interface</help>
                      <completionHelp>
                        <script>${vyos_completion_dir}/list_interfaces --broadcast</script>
                      </completionHelp>
                    </properties>
                    <command>journalctl --no-hostname --boot --unit "dhclient@$6.service"</command>
                  </tagNode>
                </children>
              </node>
            </children>
          </node>
          <node name="dhcpv6">
            <properties>
              <help>Show log for Dynamic Host Control Protocol IPv6 (DHCPv6)</help>
            </properties>
            <children>
              <node name="server">
                <properties>
                  <help>Show log for DHCPv6 server</help>
                </properties>
                <command>journalctl --no-hostname --boot --unit kea-dhcp6-server.service</command>
              </node>
              <node name="client">
                <properties>
                  <help>Show DHCPv6 client logs</help>
                </properties>
                <command>journalctl --no-hostname --boot --unit "dhcp6c@*.service"</command>
                <children>
                  <tagNode name="interface">
                    <properties>
                      <help>Show DHCPv6 client log on specific interface</help>
                      <completionHelp>
                        <script>${vyos_completion_dir}/list_interfaces</script>
                      </completionHelp>
                    </properties>
                    <command>journalctl --no-hostname --boot --unit "dhcp6c@$6.service"</command>
                  </tagNode>
                </children>
              </node>
            </children>
          </node>
          <node name="firewall">
            <properties>
              <help>Show log for Firewall</help>
            </properties>
            <command>journalctl --no-hostname --boot -k | egrep "(ipv[46]|bri)-(FWD|INP|OUT|NAM)"</command>
            <children>
              <node name="bridge">
                <properties>
                  <help>Show firewall bridge log</help>
                </properties>
                <command>journalctl --no-hostname --boot -k | egrep "bri-(FWD|INP|OUT|NAM)"</command>
                <children>
                  <node name="forward">
                    <properties>
                      <help>Show Bridge forward firewall log</help>
                    </properties>
                    <command>journalctl --no-hostname --boot -k | grep bri-FWD</command>
                    <children>
                      <node name="filter">
                        <properties>
                          <help>Show Bridge firewall forward filter</help>
                        </properties>
                        <command>journalctl --no-hostname --boot -k | grep bri-FWD-filter</command>
                        <children>
                          <tagNode name="rule">
                            <properties>
                              <help>Show log for a rule in the specified firewall</help>
                              <completionHelp>
                                <path>firewall bridge forward filter rule</path>
                              </completionHelp>
                            </properties>
                            <command>journalctl --no-hostname --boot -k | egrep "\[bri-FWD-filter-$8-[ADRJC]\]"</command>
                          </tagNode>
                        </children>
                      </node>
                    </children>
                  </node>
                  <tagNode name="name">
                    <properties>
                      <help>Show custom Bridge firewall log</help>
                      <completionHelp>
                        <path>firewall bridge name</path>
                      </completionHelp>
                    </properties>
                    <command>journalctl --no-hostname --boot -k | grep bri-NAM-$6</command>
                    <children>
                      <tagNode name="rule">
                        <properties>
                          <help>Show log for a rule in the specified firewall</help>
                          <completionHelp>
                            <path>firewall bridge name ${COMP_WORDS[5]} rule</path>
                          </completionHelp>
                        </properties>
                        <command>journalctl --no-hostname --boot -k | egrep "\[bri-NAM-$6-$8-[ADRJC]\]"</command>
                      </tagNode>
                    </children>
                  </tagNode>
                </children>
              </node>
              <node name="ipv4">
                <properties>
                  <help>Show firewall IPv4 log</help>
                </properties>
                <command>journalctl --no-hostname --boot -k | egrep "ipv4-(FWD|INP|OUT|NAM)"</command>
                <children>
                  <node name="forward">
                    <properties>
                      <help>Show firewall IPv4 forward log</help>
                    </properties>
                    <command>journalctl --no-hostname --boot -k | grep ipv4-FWD</command>
                    <children>
                      <node name="filter">
                        <properties>
                          <help>Show firewall IPv4 forward filter log</help>
                        </properties>
                        <command>journalctl --no-hostname --boot -k | grep ipv4-FWD-filter</command>
                        <children>
                          <tagNode name="rule">
                            <properties>
                              <help>Show log for a rule in the specified firewall</help>
                              <completionHelp>
                                <path>firewall ipv4 forward filter rule</path>
                              </completionHelp>
                            </properties>
                            <command>journalctl --no-hostname --boot -k | egrep "\[ipv4-FWD-filter-$8-[ADRJC]\]"</command>
                          </tagNode>
                        </children>
                      </node>
                    </children>
                  </node>
                  <node name="input">
                    <properties>
                      <help>Show firewall IPv4 input log</help>
                    </properties>
                    <command>journalctl --no-hostname --boot -k | grep ipv4-INP</command>
                    <children>
                      <node name="filter">
                        <properties>
                          <help>Show firewall IPv4 input filter log</help>
                        </properties>
                        <command>journalctl --no-hostname --boot -k | grep ipv4-INP-filter</command>
                        <children>
                          <tagNode name="rule">
                            <properties>
                              <help>Show log for a rule in the specified firewall</help>
                              <completionHelp>
                                <path>firewall ipv4 input filter rule</path>
                              </completionHelp>
                            </properties>
                            <command>journalctl --no-hostname --boot -k | egrep "\[ipv4-INP-filter-$8-[ADRJC]\]"</command>
                          </tagNode>
                        </children>
                      </node>
                    </children>
                  </node>
                  <tagNode name="name">
                    <properties>
                      <help>Show custom IPv4 firewall log</help>
                      <completionHelp>
                        <path>firewall ipv4 name</path>
                      </completionHelp>
                    </properties>
                    <command>journalctl --no-hostname --boot -k | grep ipv4-NAM-$6</command>
                    <children>
                      <tagNode name="rule">
                        <properties>
                          <help>Show log for a rule in the specified firewall</help>
                          <completionHelp>
                            <path>firewall ipv4 name ${COMP_WORDS[5]} rule</path>
                          </completionHelp>
                        </properties>
                        <command>journalctl --no-hostname --boot -k | egrep "\[ipv4-NAM-$6-$8-[ADRJC]\]"</command>
                      </tagNode>
                    </children>
                  </tagNode>
                  <node name="output">
                    <properties>
                      <help>Show firewall IPv4 output log</help>
                    </properties>
                    <command>journalctl --no-hostname --boot -k | grep ipv4-OUT</command>
                    <children>
                      <node name="filter">
                        <properties>
                          <help>Show firewall IPv4 output filter log</help>
                        </properties>
                        <command>journalctl --no-hostname --boot -k | grep ipv4-OUT-filter</command>
                        <children>
                          <tagNode name="rule">
                            <properties>
                              <help>Show log for a rule in the specified firewall</help>
                              <completionHelp>
                                <path>firewall ipv4 output filter rule</path>
                              </completionHelp>
                            </properties>
                            <command>journalctl --no-hostname --boot -k | egrep "\[ipv4-OUT-filter-$8-[ADRJC]\]"</command>
                          </tagNode>
                        </children>
                      </node>
                    </children>
                  </node>
                </children>
              </node>
              <node name="ipv6">
                <properties>
                  <help>Show firewall IPv6 log</help>
                </properties>
                <command>journalctl --no-hostname --boot -k | egrep "ipv6-(FWD|INP|OUT|NAM)"</command>
                <children>
                  <node name="forward">
                    <properties>
                      <help>Show firewall IPv6 forward log</help>
                    </properties>
                    <command>journalctl --no-hostname --boot -k | grep ipv6-FWD</command>
                    <children>
                      <node name="filter">
                        <properties>
                          <help>Show firewall IPv6 forward filter log</help>
                        </properties>
                        <command>journalctl --no-hostname --boot -k | grep ipv6-FWD-filter</command>
                        <children>
                          <tagNode name="rule">
                            <properties>
                              <help>Show log for a rule in the specified firewall</help>
                              <completionHelp>
                                <path>firewall ipv6 forward filter rule</path>
                              </completionHelp>
                            </properties>
                            <command>journalctl --no-hostname --boot -k | egrep "\[ipv6-FWD-filter-$8-[ADRJC]\]"</command>
                          </tagNode>
                        </children>
                      </node>
                    </children>
                  </node>
                  <node name="input">
                    <properties>
                      <help>Show firewall IPv6 input log</help>
                    </properties>
                    <command>journalctl --no-hostname --boot -k | grep ipv6-INP</command>
                    <children>
                      <node name="filter">
                        <properties>
                          <help>Show firewall IPv6 input filter log</help>
                        </properties>
                        <command>journalctl --no-hostname --boot -k | grep ipv6-INP-filter</command>
                        <children>
                          <tagNode name="rule">
                            <properties>
                              <help>Show log for a rule in the specified firewall</help>
                              <completionHelp>
                                <path>firewall ipv6 input filter rule</path>
                              </completionHelp>
                            </properties>
                            <command>journalctl --no-hostname --boot -k | egrep "\[ipv6-INP-filter-$8-[ADRJC]\]"</command>
                          </tagNode>
                        </children>
                      </node>
                    </children>
                  </node>
                  <tagNode name="name">
                    <properties>
                      <help>Show custom IPv6 firewall log</help>
                      <completionHelp>
                        <path>firewall ipv6 name</path>
                      </completionHelp>
                    </properties>
                    <command>journalctl --no-hostname --boot -k | grep ipv6-NAM-$6</command>
                    <children>
                      <tagNode name="rule">
                        <properties>
                          <help>Show log for a rule in the specified firewall</help>
                          <completionHelp>
                            <path>firewall ipv6 name ${COMP_WORDS[5]} rule</path>
                          </completionHelp>
                        </properties>
                        <command>journalctl --no-hostname --boot -k | egrep "\[ipv6-NAM-$6-$8-[ADRJC]\]"</command>
                      </tagNode>
                    </children>
                  </tagNode>
                  <node name="output">
                    <properties>
                      <help>Show firewall IPv6 output log</help>
                    </properties>
                    <command>journalctl --no-hostname --boot -k | grep ipv6-OUT</command>
                    <children>
                      <node name="filter">
                        <properties>
                          <help>Show firewall IPv6 output filter log</help>
                        </properties>
                        <command>journalctl --no-hostname --boot -k | grep ipv6-OUT-filter</command>
                        <children>
                          <tagNode name="rule">
                            <properties>
                              <help>Show log for a rule in the specified firewall</help>
                              <completionHelp>
                                <path>firewall ipv6 output filter rule</path>
                              </completionHelp>
                            </properties>
                            <command>journalctl --no-hostname --boot -k | egrep "\[ipv6-OUT-filter-$8-[ADRJC]\]"</command>
                          </tagNode>
                        </children>
                      </node>
                    </children>
                  </node>
                </children>
              </node>
            </children>
          </node>
          <leafNode name="flow-accounting">
            <properties>
              <help>Show log for flow-accounting</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit uacctd.service</command>
          </leafNode>
          <leafNode name="https">
            <properties>
              <help>Show log for HTTPs</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit nginx.service</command>
          </leafNode>
          <tagNode name="image">
            <properties>
              <help>Show contents of master log file for image</help>
              <completionHelp>
                <script>compgen -f /lib/live/mount/persistence/boot/ | grep -v grub | sed -e s@/lib/live/mount/persistence/boot/@@</script>
              </completionHelp>
            </properties>
            <command>less $_vyatta_less_options --prompt=".log, page %dt of %D" -- /lib/live/mount/persistence/boot/$4/rw/var/log/messages</command>
            <children>
              <leafNode name="all">
                <properties>
                  <help>Show contents of all master log files for image</help>
                </properties>
                <command>eval $(lesspipe); less $_vyatta_less_options --prompt=".log?m, file %i of %m., page %dt of %D" -- `printf "%s\n" /lib/live/mount/persistence/boot/$4/rw/var/log/messages* | sort -nr`</command>
              </leafNode>
              <leafNode name="authorization">
                <properties>
                  <help>Show listing of authorization attempts for image</help>
                </properties>
                <command>less $_vyatta_less_options --prompt=".log, page %dt of %D" -- /lib/live/mount/persistence/boot/$4/rw/var/log/auth.log</command>
              </leafNode>
              <tagNode name="tail">
                <properties>
                  <help>Show last changes to messages</help>
                  <completionHelp>
                    <list>&lt;NUMBER&gt;</list>
                  </completionHelp>
                </properties>
                <command>tail -n "$6" /lib/live/mount/persistence/boot/$4/rw/var/log/messages | ${VYATTA_PAGER:-cat}</command>
              </tagNode>
            </children>
          </tagNode>
          <leafNode name="ipoe-server">
            <properties>
              <help>Show log for IPoE server</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit accel-ppp@ipoe.service</command>
          </leafNode>
          <leafNode name="kernel">
            <properties>
              <help>Show log for Linux Kernel</help>
            </properties>
            <command>journalctl --no-hostname --boot --dmesg</command>
          </leafNode>
          <leafNode name="lldp">
            <properties>
              <help>Show log for Link Layer Discovery Protocol (LLDP)</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit lldpd.service</command>
          </leafNode>
          <leafNode name="nat">
            <properties>
              <help>Show log for Network Address Translation (NAT)</help>
            </properties>
            <command>egrep -i "kernel:.*\[NAT-[A-Z]{3,}-[0-9]+(-MASQ)?\]" $(find /var/log -maxdepth 1 -type f -name messages\* | sort -t. -k2nr)</command>
          </leafNode>
          <leafNode name="ndp-proxy">
            <properties>
              <help>Show log for Neighbor Discovery Protocol (NDP) Proxy</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit ndppd.service</command>
          </leafNode>
          <leafNode name="nhrp">
            <properties>
              <help>Show log for Next Hop Resolution Protocol (NHRP)</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit opennhrp.service</command>
          </leafNode>
          <leafNode name="ntp">
            <properties>
              <help>Show log for Network Time Protocol (NTP)</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit chrony.service</command>
          </leafNode>
          <node name="macsec">
            <properties>
              <help>Show log for MACsec</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit "wpa_supplicant-macsec@*.service"</command>
            <children>
              <tagNode name="interface">
                <properties>
                  <help>Show MACsec log on specific interface</help>
                  <completionHelp>
                    <path>interfaces macsec</path>
                  </completionHelp>
                </properties>
                <command>SRC=$(cli-shell-api returnValue interfaces macsec "$5" source-interface); journalctl --no-hostname --boot --unit "wpa_supplicant-macsec@$SRC.service"</command>
              </tagNode>
            </children>
          </node>
          <node name="openvpn">
            <properties>
              <help>Show log for OpenVPN</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit openvpn@*.service</command>
            <children>
              <tagNode name="interface">
                <properties>
                  <help>Show OpenVPN log on specific interface</help>
                  <completionHelp>
                    <path>interfaces openvpn</path>
                  </completionHelp>
                </properties>
                <command>journalctl --no-hostname --boot --unit openvpn@$5.service</command>
              </tagNode>
            </children>
          </node>
          <node name="pppoe">
            <properties>
              <help>Show log for PPPoE interface</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit "ppp@pppoe*.service"</command>
            <children>
              <tagNode name="interface">
                <properties>
                  <help>Show PPPoE log on specific interface</help>
                  <completionHelp>
                    <path>interfaces pppoe</path>
                  </completionHelp>
                </properties>
                <command>journalctl --no-hostname --boot --unit "ppp@$5.service"</command>
              </tagNode>
            </children>
          </node>
          <leafNode name="pppoe-server">
            <properties>
              <help>Show log for PPPoE server</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit accel-ppp@pppoe.service</command>
          </leafNode>
          <node name="protocol">
            <properties>
              <help>Show log for Routing Protocol</help>
            </properties>
            <children>
              <leafNode name="ospf">
                <properties>
                  <help>Show log for OSPF</help>
                </properties>
                <command>journalctl --boot /usr/lib/frr/ospfd</command>
              </leafNode>
              <leafNode name="ospfv3">
                <properties>
                  <help>Show log for OSPF for IPv6</help>
                </properties>
                <command>journalctl --boot /usr/lib/frr/ospf6d</command>
              </leafNode>
              <leafNode name="bgp">
                <properties>
                  <help>Show log for BGP</help>
                </properties>
                <command>journalctl --boot /usr/lib/frr/bgpd</command>
              </leafNode>
              <leafNode name="rip">
                <properties>
                  <help>Show log for RIP</help>
                </properties>
                <command>journalctl --boot /usr/lib/frr/ripd</command>
              </leafNode>
              <leafNode name="ripng">
                <properties>
                  <help>Show log for RIPng</help>
                </properties>
                <command>journalctl --boot /usr/lib/frr/ripngd</command>
              </leafNode>
              <leafNode name="static">
                <properties>
                  <help>Show log for static route</help>
                </properties>
                <command>journalctl --boot /usr/lib/frr/staticd</command>
              </leafNode>
              <leafNode name="multicast">
                <properties>
                  <help>Show log for Multicast protocol</help>
                </properties>
                <command>journalctl --boot /usr/lib/frr/pimd</command>
              </leafNode>
              <leafNode name="isis">
                <properties>
                  <help>Show log for ISIS</help>
                </properties>
                <command>journalctl --boot /usr/lib/frr/isisd</command>
              </leafNode>
              <leafNode name="nhrp">
                <properties>
                  <help>Show log for NHRP</help>
                </properties>
                <command>journalctl --boot /usr/lib/frr/nhrpd</command>
              </leafNode>
              <leafNode name="bfd">
                <properties>
                  <help>Show log for BFD</help>
                </properties>
                <command>journalctl --boot /usr/lib/frr/bfdd</command>
              </leafNode>
              <leafNode name="mpls">
                <properties>
                  <help>Show log for MPLS</help>
                </properties>
                <command>journalctl --boot /usr/lib/frr/ldpd</command>
              </leafNode>
            </children>
          </node>
          <leafNode name="router-advert">
            <properties>
              <help>Show log for Router Advertisement Daemon (radvd)</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit radvd.service</command>
          </leafNode>
          <leafNode name="snmp">
            <properties>
              <help>Show log for Simple Network Monitoring Protocol (SNMP)</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit snmpd.service</command>
          </leafNode>
          <node name="ssh">
            <properties>
              <help>Show log for Secure Shell (SSH)</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit ssh.service</command>
            <children>
              <node name="dynamic-protection">
                <properties>
                  <help>Show SSH guard log</help>
                </properties>
                <command>journalctl --no-hostname --boot --unit sshguard.service</command>
              </node>
            </children>
          </node>
          <tagNode name="tail">
            <properties>
              <help>Show last n changes to messages</help>
              <completionHelp>
                <list>&lt;NUMBER&gt;</list>
              </completionHelp>
            </properties>
            <command>tail -n "$4" /var/log/messages | ${VYATTA_PAGER:-cat}</command>
          </tagNode>
          <node name="tail">
            <properties>
              <help>Show last 10 lines of /var/log/messages file</help>
            </properties>
            <command>tail -n 10 /var/log/messages</command>
          </node>
          <leafNode name="vpn">
            <properties>
              <help>Monitor last lines of ALL Virtual Private Network services</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit strongswan.service --unit accel-ppp@*.service --unit ocserv.service</command>
          </leafNode>
          <leafNode name="ipsec">
            <properties>
              <help>Show log for IPsec</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit strongswan.service</command>
          </leafNode>
          <leafNode name="l2tp">
            <properties>
              <help>Show log for L2TP</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit accel-ppp@l2tp.service</command>
          </leafNode>
          <leafNode name="openconnect">
            <properties>
              <help>Show log for OpenConnect</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit ocserv.service</command>
          </leafNode>
          <leafNode name="pptp">
            <properties>
              <help>Show log for PPTP</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit accel-ppp@pptp.service</command>
          </leafNode>
          <leafNode name="sstp">
            <properties>
              <help>Show log for Secure Socket Tunneling Protocol (SSTP) server</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit accel-ppp@sstp.service</command>
          </leafNode>
          <node name="sstpc">
            <properties>
              <help>Show log for Secure Socket Tunneling Protocol (SSTP) client</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit "ppp@sstpc*.service"</command>
            <children>
              <tagNode name="interface">
                <properties>
                  <help>Show SSTP client log on specific interface</help>
                  <completionHelp>
                    <path>interfaces sstpc</path>
                  </completionHelp>
                </properties>
                <command>journalctl --no-hostname --boot --unit "ppp@$5.service"</command>
              </tagNode>
            </children>
          </node>
          <leafNode name="vrrp">
            <properties>
              <help>Show log for Virtual Router Redundancy Protocol (VRRP)</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit keepalived.service</command>
          </leafNode>
          <leafNode name="webproxy">
            <properties>
              <help>Show log for Webproxy</help>
            </properties>
            <command>journalctl --no-hostname --boot --unit squid.service</command>
          </leafNode>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>