summaryrefslogtreecommitdiff
path: root/interface-definitions/include/bgp-neighbor-afi-ipv6-unicast.xml.i
blob: dcdc0eb66faf574642aea05d41aeab754bcaa3b8 (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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
<!-- included start from bgp-neighbor-afi-ipv6-unicast.xml.i -->
<node name="ipv6-unicast">
  <properties>
    <help>IPv6 BGP neighbor parameters</help>
  </properties>
  <children>
    <node name="allowas-in">
      <properties>
        <help>Accept a IPv6-route that contains the local-AS in the as-path</help>
      </properties>
      <children>
        <leafNode name="number">
          <properties>
            <help>Number of occurrences of AS number</help>
            <valueHelp>
              <format>&lt;1-10&gt;</format>
              <description>Number of times AS is allowed in path</description>
            </valueHelp>
            <constraint>
              <validator name="numeric" argument="--range 1-10"/>
            </constraint>
          </properties>
        </leafNode>
      </children>
    </node>
    <leafNode name="as-override">
      <properties>
        <help>AS for routes sent to this neighbor to be the local AS</help>
        <valueless/>
      </properties>
    </leafNode>
    <node name="attribute-unchanged">
      <properties>
        <help>BGP attributes are sent unchanged</help>
      </properties>
      <children>
        <leafNode name="as-path">
          <properties>
            <help>Send AS path unchanged</help>
            <valueless/>
          </properties>
        </leafNode>
        <leafNode name="med">
          <properties>
            <help>Send multi-exit discriminator unchanged</help>
            <valueless/>
          </properties>
        </leafNode>
        <leafNode name="next-hop">
          <properties>
            <help>Send nexthop unchanged</help>
            <valueless/>
          </properties>
        </leafNode>
      </children>
    </node>
    <node name="capability">
      <properties>
        <help>Advertise capabilities to this neighbor (IPv6)</help>
      </properties>
      <children>
        <node name="orf">
          <properties>
            <help>Advertise ORF capability to this neighbor</help>
          </properties>
          <children>
            <node name="prefix-list">
              <properties>
                <help>Advertise prefix-list ORF capability to this neighbor</help>
              </properties>
              <children>
                <leafNode name="receive">
                  <properties>
                    <help>Capability to receive the ORF</help>
                    <valueless/>
                  </properties>
                </leafNode>
                <leafNode name="send">
                  <properties>
                    <help>Capability to send the ORF</help>
                    <valueless/>
                  </properties>
                </leafNode>
              </children>
            </node>
          </children>
        </node>
      </children>
    </node>
    <node name="default-originate">
      <properties>
        <help>Send default IPv6-route to this neighbor</help>
      </properties>
      <children>
        <leafNode name="route-map">
          <properties>
            <help>Route-map to specify criteria of the default</help>
            <completionHelp>
              <path>policy route-map</path>
            </completionHelp>
          </properties>
        </leafNode>
      </children>
    </node>
    <node name="disable-send-community">
      <properties>
        <help>Disable sending community attributes to this neighbor</help>
      </properties>
      <children>
        <leafNode name="extended">
          <properties>
            <help>Disable sending extended community attributes to this neighbor</help>
            <valueless/>
          </properties>
        </leafNode>
        <leafNode name="standard">
          <properties>
            <help>Disable sending standard community attributes to this neighbor</help>
            <valueless/>
          </properties>
        </leafNode>
      </children>
    </node>
    <node name="distribute-list">
      <properties>
        <help>Access-list to filter route updates to/from this neighbor</help>
      </properties>
      <children>
        <leafNode name="export">
          <properties>
            <help>Access-list to filter outgoing route updates to this neighbor</help>
            <completionHelp>
              <path>policy access-list6</path>
            </completionHelp>
            <valueHelp>
              <format>&lt;1-65535&gt;</format>
              <description>Access-list to filter outgoing route updates to this neighbor</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 neighbor</help>
            <completionHelp>
              <path>policy access-list6</path>
            </completionHelp>
            <valueHelp>
              <format>&lt;1-65535&gt;</format>
              <description>Access-list to filter incoming route updates from this neighbor</description>
            </valueHelp>
            <constraint>
              <validator name="numeric" argument="--range 1-65535"/>
            </constraint>
          </properties>
        </leafNode>
      </children>
    </node>
    <node name="filter-list">
      <properties>
        <help>As-path-list to filter route updates to/from this neighbor</help>
      </properties>
      <children>
        <leafNode name="export">
          <properties>
            <help>As-path-list to filter outgoing route updates to this neighbor</help>
            <completionHelp>
              <path>policy as-path-list</path>
            </completionHelp>
          </properties>
        </leafNode>
        <leafNode name="import">
          <properties>
            <help>As-path-list to filter incoming route updates from this neighbor</help>
            <completionHelp>
              <path>policy as-path-list</path>
            </completionHelp>
          </properties>
        </leafNode>
      </children>
    </node>
    <leafNode name="maximum-prefix">
      <properties>
        <help>Maximum number of prefixes to accept from this neighbor</help>
        <valueHelp>
          <format>&lt;1-4294967295&gt;</format>
          <description>Prefix limit</description>
        </valueHelp>
        <constraint>
          <validator name="numeric" argument="--range 1-4294967295"/>
        </constraint>
      </properties>
    </leafNode>
    <node name="nexthop-local">
      <properties>
        <help>Nexthop attributes</help>
      </properties>
      <children>
        <leafNode name="unchanged">
          <properties>
            <help>Leave link-local nexthop unchanged for this peer</help>
            <valueless/>
          </properties>
        </leafNode>
      </children>
    </node>
    <node name="nexthop-self">
      <properties>
        <help>Nexthop for IPv6-routes sent to this neighbor to be the local router</help>
      </properties>
      <children>
        <leafNode name="force">
          <properties>
            <help>Set the next hop to self for reflected routes</help>
            <valueless/>
          </properties>
        </leafNode>
      </children>
    </node>
    <leafNode name="peer-group">
      <properties>
        <help>IPv6 peer group for this peer</help>
      </properties>
    </leafNode>
    <node name="prefix-list">
      <properties>
        <help>Prefix-list to filter route updates to/from this neighbor</help>
      </properties>
      <children>
        <leafNode name="export">
          <properties>
            <help>Prefix-list to filter outgoing route updates to this neighbor</help>
            <completionHelp>
              <path>policy prefix-list6</path>
            </completionHelp>
          </properties>
        </leafNode>
        <leafNode name="import">
          <properties>
            <help>Prefix-list to filter incoming route updates from this neighbor</help>
            <completionHelp>
              <path>policy prefix-list6</path>
            </completionHelp>
          </properties>
        </leafNode>
      </children>
    </node>
    <leafNode name="remove-private-as">
      <properties>
        <help>Remove private AS numbers from AS path in outbound route updates</help>
        <valueless/>
      </properties>
    </leafNode>
    <node name="route-map">
      <properties>
        <help>Route-map to filter route updates to/from this neighbor</help>
      </properties>
      <children>
        <leafNode name="export">
          <properties>
            <help>Route-map to filter outgoing route updates to this neighbor</help>
            <completionHelp>
              <path>policy route-map</path>
            </completionHelp>
          </properties>
        </leafNode>
        <leafNode name="import">
          <properties>
            <help>Route-map to filter incoming route updates from this neighbor</help>
            <completionHelp>
              <path>policy route-map</path>
            </completionHelp>
          </properties>
        </leafNode>
      </children>
    </node>
    <leafNode name="route-reflector-client">
      <properties>
        <help>Neighbor as a IPv6-route reflector client</help>
        <valueless/>
      </properties>
    </leafNode>
    <leafNode name="route-server-client">
      <properties>
        <help>Neighbor is IPv6-route server client</help>
        <valueless/>
      </properties>
    </leafNode>
    <node name="soft-reconfiguration">
      <properties>
        <help>Soft reconfiguration for neighbor (IPv6)</help>
      </properties>
      <children>
        <leafNode name="inbound">
          <properties>
            <help>Inbound soft reconfiguration for this neighbor [REQUIRED]</help>
            <valueless/>
          </properties>
        </leafNode>
      </children>
    </node>
    <leafNode name="unsuppress-map">
      <properties>
        <help>Route-map to selectively unsuppress suppressed IPv6-routes</help>
        <valueless/>
      </properties>
    </leafNode>
    <leafNode name="weight">
      <properties>
        <help>Default weight for routes from this neighbor</help>
        <valueHelp>
          <format>&lt;1-65535&gt;</format>
          <description>Weight for routes from this neighbor</description>
        </valueHelp>
        <constraint>
          <validator name="numeric" argument="--range 1-65535"/>
        </constraint>
      </properties>
    </leafNode>
  </children>
</node>
<!-- included end -->