blob: 9a271b4a5f00a5c75ab795bc00f3ad5d12237941 (
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
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<node name="ip">
<children>
<node name="bgp">
<properties>
<help>Show Border Gateway Protocol (BGP) information</help>
</properties>
<command>vtysh -c "show ip bgp"</command>
<children>
#include <include/bgp-common.xml.i>
<tagNode name="vrf">
<properties>
<help>Show bgp routing protocol for given VRF</help>
<completionHelp>
<path>vrf name</path>
<list>all</list>
</completionHelp>
</properties>
<children>
#include <include/bgp-common.xml.i>
</children>
</tagNode>
</children>
</node>
</children>
</node>
</children>
</node>
</interfaceDefinition>
|