diff options
-rw-r--r-- | op-mode-definitions/show-protocols-bfd.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/op-mode-definitions/show-protocols-bfd.xml b/op-mode-definitions/show-protocols-bfd.xml index 4483b39bf..3d9b67c67 100644 --- a/op-mode-definitions/show-protocols-bfd.xml +++ b/op-mode-definitions/show-protocols-bfd.xml @@ -40,6 +40,12 @@ </leafNode> </children> </tagNode> + <leafNode name="peers"> + <properties> + <help>Show Bidirectional Forwarding Detection (BFD) peers brief</help> + </properties> + <command>/usr/bin/vtysh -c "show bfd peers brief"</command> + </leafNode> </children> </node> </children> |