summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/bgp/afi-common.xml.i
blob: 7fc59f3b0c3091e23cff311c226f6b4abb54cbc1 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!-- included start from bgp/afi-common.xml.i -->
<tagNode name="community">
  <properties>
    <help>Community number where AA and NN are (0-65535)</help>
    <completionHelp>
      <list>AA:NN</list>
    </completionHelp>
  </properties>
  <children>
    <leafNode name="exact-match">
      <properties>
        <help>Exact match of the communities</help>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </leafNode>
  </children>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</tagNode>
<tagNode name="large-community">
  <properties>
    <help>List of large-community numbers</help>
    <completionHelp>
      <list>AA:BB:CC</list>
    </completionHelp>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</tagNode>
<leafNode name="statistics">
  <properties>
    <help>RIB advertisement statistics</help>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</leafNode>
<node name="summary">
  <properties>
    <help>Summary of BGP neighbor status</help>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
  <children>
    <leafNode name="established">
      <properties>
        <help>Show only sessions in Established state</help>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </leafNode>
    <leafNode name="failed">
      <properties>
        <help>Show only sessions not in Established state</help>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </leafNode>
  </children>
</node>
#include <include/vtysh-generic-wide.xml.i>
<!-- included end -->