blob: 052e6a700e63216d27b138e1d20f5cc39dac3086 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<node name="protocols">
<children>
<node name="bfd">
<children>
<node name="peer">
<properties>
<help>Show Bidirectional Forwarding Detection (BFD) Status</help>
</properties>
<command>/usr/bin/vtysh -c "show bfd peers"</command>
</node>
</children>
</node>
</children>
</node>
</children>
</node>
</interfaceDefinition>
|