summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorDmitriyEshenko <snooppy@mail.ua>2019-08-13 21:52:32 +0000
committerDmitriyEshenko <snooppy@mail.ua>2019-08-13 21:52:32 +0000
commit8cfe90afcaec171e03a266df7295d069ab260ef8 (patch)
tree0919a5e924279f7c3e737a6248a56418ca9d755e /op-mode-definitions
parent02408b253845b005a2b4a7cfb517e156cd0310c2 (diff)
downloadvyos-1x-8cfe90afcaec171e03a266df7295d069ab260ef8.tar.gz
vyos-1x-8cfe90afcaec171e03a266df7295d069ab260ef8.zip
[bfd] T1183 Adding support show bfd counters
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/show-protocols-bfd.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/op-mode-definitions/show-protocols-bfd.xml b/op-mode-definitions/show-protocols-bfd.xml
index 3c682d6f7..2a94d0497 100644
--- a/op-mode-definitions/show-protocols-bfd.xml
+++ b/op-mode-definitions/show-protocols-bfd.xml
@@ -11,6 +11,14 @@
<help>Show all Bidirectional Forwarding Detection (BFD) peer status</help>
</properties>
<command>/usr/bin/vtysh -c "show bfd peers"</command>
+ <children>
+ <leafNode name="counters">
+ <properties>
+ <help>Show Bidirectional Forwarding Detection (BFD) peer counters</help>
+ </properties>
+ <command>/usr/bin/vtysh -c "show bfd peers counters"</command>
+ </leafNode>
+ </children>
</node>
<tagNode name="peer">
<properties>
@@ -20,6 +28,14 @@
</completionHelp>
</properties>
<command>/usr/bin/vtysh -c "show bfd peer $5"</command>
+ <children>
+ <leafNode name="counters">
+ <properties>
+ <help>Show Bidirectional Forwarding Detection (BFD) peer counters</help>
+ </properties>
+ <command>/usr/bin/vtysh -c "show bfd peer $5 counters"</command>
+ </leafNode>
+ </children>
</tagNode>
</children>
</node>