diff options
Diffstat (limited to 'op-mode-definitions/show-protocols-bfd.xml')
-rw-r--r-- | op-mode-definitions/show-protocols-bfd.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/op-mode-definitions/show-protocols-bfd.xml b/op-mode-definitions/show-protocols-bfd.xml index 052e6a700..3c682d6f7 100644 --- a/op-mode-definitions/show-protocols-bfd.xml +++ b/op-mode-definitions/show-protocols-bfd.xml @@ -8,10 +8,19 @@ <children> <node name="peer"> <properties> - <help>Show Bidirectional Forwarding Detection (BFD) Status</help> + <help>Show all Bidirectional Forwarding Detection (BFD) peer status</help> </properties> <command>/usr/bin/vtysh -c "show bfd peers"</command> </node> + <tagNode name="peer"> + <properties> + <help>Show Bidirectional Forwarding Detection (BFD) peer status</help> + <completionHelp> + <script>/usr/bin/vtysh -c "show bfd peer" | grep peer | awk '{print $2}'</script> + </completionHelp> + </properties> + <command>/usr/bin/vtysh -c "show bfd peer $5"</command> + </tagNode> </children> </node> </children> |