summaryrefslogtreecommitdiff
path: root/interface-definitions/include/bgp/neighbor-afi-ipv4-ipv6-common.xml.i
blob: a56745380d43ab8ee07d51ef69de2e44a6cdc482 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!-- include start from bgp/neighbor-afi-ipv4-ipv6-common.xml.i -->
<leafNode name="addpath-tx-all">
  <properties>
    <help>Use addpath to advertise all paths to a neighbor</help>
    <valueless/>
  </properties>
</leafNode>
<leafNode name="addpath-tx-per-as">
  <properties>
    <help>Use addpath to advertise the bestpath per each neighboring AS</help>
    <valueless/>
  </properties>
</leafNode>
<node name="conditionally-advertise">
  <properties>
    <help>Use route-map to conditionally advertise routes</help>
  </properties>
  <children>
    <leafNode name="advertise-map">
      <properties>
        <help>Route-map to conditionally advertise routes</help>
        <completionHelp>
          <path>policy route-map</path>
        </completionHelp>
        <valueHelp>
          <format>txt</format>
          <description>Route map name</description>
        </valueHelp>
        <constraint>
          <regex>^[-_a-zA-Z0-9.]+$</regex>
        </constraint>
        <constraintErrorMessage>Name of route-map can only contain alpha-numeric letters, hyphen and underscores</constraintErrorMessage>
      </properties>
    </leafNode>
    <leafNode name="exist-map">
      <properties>
        <help>Advertise routes only if prefixes in exist-map are installed in BGP table</help>
        <completionHelp>
          <path>policy route-map</path>
        </completionHelp>
        <valueHelp>
          <format>txt</format>
          <description>Route map name</description>
        </valueHelp>
        <constraint>
          <regex>^[-_a-zA-Z0-9.]+$</regex>
        </constraint>
        <constraintErrorMessage>Name of route-map can only contain alpha-numeric letters, hyphen and underscores</constraintErrorMessage>
      </properties>
    </leafNode>
    <leafNode name="non-exist-map">
      <properties>
        <help>Advertise routes only if prefixes in non-exist-map are not installed in BGP table</help>
        <completionHelp>
          <path>policy route-map</path>
        </completionHelp>
        <valueHelp>
          <format>txt</format>
          <description>Route map name</description>
        </valueHelp>
        <constraint>
          <regex>^[-_a-zA-Z0-9.]+$</regex>
        </constraint>
        <constraintErrorMessage>Name of route-map can only contain alpha-numeric letters, hyphen and underscores</constraintErrorMessage>
      </properties>
    </leafNode>
  </children>
</node>
#include <include/bgp/afi-allowas-in.xml.i>
<leafNode name="as-override">
  <properties>
    <help>Override ASN in outbound updates to configured neighbor local-as</help>
    <valueless/>
  </properties>
</leafNode>
#include <include/bgp/afi-attribute-unchanged.xml.i>
<node name="disable-send-community">
  <properties>
    <help>Disable sending community attributes to this peer</help>
  </properties>
  <children>
    <leafNode name="extended">
      <properties>
        <help>Disable sending extended community attributes to this peer</help>
        <valueless/>
      </properties>
    </leafNode>
    <leafNode name="standard">
      <properties>
        <help>Disable sending standard community attributes to this peer</help>
        <valueless/>
      </properties>
    </leafNode>
  </children>
</node>
<node name="distribute-list">
  <properties>
    <help>Access-list to filter route updates to/from this peer-group</help>
  </properties>
  <children>
    <leafNode name="export">
      <properties>
        <help>Access-list to filter outgoing route updates to this peer-group</help>
        <completionHelp>
          <path>policy access-list</path>
        </completionHelp>
        <valueHelp>
          <format>u32:1-65535</format>
          <description>Access-list to filter outgoing route updates to this peer-group</description>
        </valueHelp>
        <constraint>
          <validator name="numeric" argument="--range 1-65535"/>
        </constraint>
      </properties>
    </leafNode>
    <leafNode name="import">
      <properties>
        <help>Access-list to filter incoming route updates from this peer-group</help>
        <completionHelp>
          <path>policy access-list</path>
        </completionHelp>
        <valueHelp>
          <format>u32:1-65535</format>
          <description>Access-list to filter incoming route updates from this peer-group</description>
        </valueHelp>
        <constraint>
          <validator name="numeric" argument="--range 1-65535"/>
        </constraint>
      </properties>
    </leafNode>
  </children>
</node>
#include <include/bgp/afi-filter-list.xml.i>
<leafNode name="maximum-prefix">
  <properties>
    <help>Maximum number of prefixes to accept from this peer</help>
    <valueHelp>
      <format>u32:1-4294967295</format>
      <description>Prefix limit</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 1-4294967295"/>
    </constraint>
  </properties>
</leafNode>
<leafNode name="maximum-prefix-out">
  <properties>
    <help>Maximum number of prefixes to be sent to this peer</help>
    <valueHelp>
      <format>u32:1-4294967295</format>
      <description>Prefix limit</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 1-4294967295"/>
    </constraint>
  </properties>
</leafNode>
#include <include/bgp/afi-nexthop-self.xml.i>
<leafNode name="remove-private-as">
  <properties>
    <help>Remove private AS numbers from AS path in outbound route updates</help>
    <valueless/>
  </properties>
</leafNode>
#include <include/bgp/afi-route-map.xml.i>
#include <include/bgp/afi-route-reflector-client.xml.i>
#include <include/bgp/afi-route-server-client.xml.i>
#include <include/bgp/afi-soft-reconfiguration.xml.i>
<leafNode name="unsuppress-map">
  <properties>
    <help>Route-map to selectively unsuppress suppressed routes</help>
    <completionHelp>
      <path>policy route-map</path>
    </completionHelp>
    <valueHelp>
      <format>txt</format>
      <description>Route map name</description>
    </valueHelp>
    <constraint>
      <regex>^[-_a-zA-Z0-9.]+$</regex>
    </constraint>
    <constraintErrorMessage>Name of route-map can only contain alpha-numeric letters, hyphen and underscores</constraintErrorMessage>
  </properties>
</leafNode>
<leafNode name="weight">
  <properties>
    <help>Default weight for routes from this peer</help>
    <valueHelp>
      <format>u32:1-65535</format>
      <description>Default weight</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 1-65535"/>
    </constraint>
  </properties>
</leafNode>
<!-- include end -->