@birdcc/lsp 0.0.1-alpha.1 → 0.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -23
- package/dist/asn-completion.d.ts +21 -0
- package/dist/asn-completion.d.ts.map +1 -0
- package/dist/asn-completion.js +42 -0
- package/dist/asn-completion.js.map +1 -0
- package/dist/asn-context.d.ts +9 -0
- package/dist/asn-context.d.ts.map +1 -0
- package/dist/asn-context.js +203 -0
- package/dist/asn-context.js.map +1 -0
- package/dist/asn-hover.d.ts +11 -0
- package/dist/asn-hover.d.ts.map +1 -0
- package/dist/asn-hover.js +33 -0
- package/dist/asn-hover.js.map +1 -0
- package/dist/asn-inlay-hints.d.ts +13 -0
- package/dist/asn-inlay-hints.d.ts.map +1 -0
- package/dist/asn-inlay-hints.js +47 -0
- package/dist/asn-inlay-hints.js.map +1 -0
- package/dist/diagnostic.d.ts.map +1 -1
- package/dist/diagnostic.js +2 -10
- package/dist/diagnostic.js.map +1 -1
- package/dist/document-symbol.js +1 -1
- package/dist/document-symbol.js.map +1 -1
- package/dist/hover-context.d.ts +31 -0
- package/dist/hover-context.d.ts.map +1 -0
- package/dist/hover-context.js +125 -0
- package/dist/hover-context.js.map +1 -0
- package/dist/hover-docs/00-base.yaml +5 -0
- package/dist/hover-docs/10-global-options.yaml +442 -0
- package/dist/hover-docs/20-filter-language.yaml +209 -0
- package/dist/hover-docs/30-channel-options.yaml +244 -0
- package/dist/hover-docs/40-protocol-common.yaml +59 -0
- package/dist/hover-docs/41-protocol-igp.yaml +305 -0
- package/dist/hover-docs/42-protocol-kernel-static.yaml +220 -0
- package/dist/hover-docs/43-protocol-mpls.yaml +40 -0
- package/dist/hover-docs/44-protocol-extended.yaml +635 -0
- package/dist/hover-docs/50-protocol-bgp.yaml +482 -0
- package/dist/hover-docs/60-protocol-ospf.yaml +527 -0
- package/dist/hover-docs.d.ts +5 -1
- package/dist/hover-docs.d.ts.map +1 -1
- package/dist/hover-docs.js +376 -51
- package/dist/hover-docs.js.map +1 -1
- package/dist/hover-usage/00-base.yaml +2 -0
- package/dist/hover-usage/10-global-usage.yaml +73 -0
- package/dist/hover-usage/20-filter-usage.yaml +41 -0
- package/dist/hover-usage/30-channel-usage.yaml +41 -0
- package/dist/hover-usage/40-protocol-usage.yaml +258 -0
- package/dist/hover-usage/50-bgp-usage.yaml +254 -0
- package/dist/hover-usage/60-ospf-usage.yaml +340 -0
- package/dist/hover.d.ts +10 -0
- package/dist/hover.d.ts.map +1 -1
- package/dist/hover.js +152 -46
- package/dist/hover.js.map +1 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/init/workspace-init.d.ts +28 -0
- package/dist/init/workspace-init.d.ts.map +1 -0
- package/dist/init/workspace-init.js +72 -0
- package/dist/init/workspace-init.js.map +1 -0
- package/dist/lsp-server.d.ts +7 -1
- package/dist/lsp-server.d.ts.map +1 -1
- package/dist/lsp-server.js +277 -65
- package/dist/lsp-server.js.map +1 -1
- package/dist/project-config.d.ts +22 -0
- package/dist/project-config.d.ts.map +1 -0
- package/dist/project-config.js +307 -0
- package/dist/project-config.js.map +1 -0
- package/dist/shared.d.ts +1 -0
- package/dist/shared.d.ts.map +1 -1
- package/dist/shared.js +4 -24
- package/dist/shared.js.map +1 -1
- package/dist/symbol-utils.d.ts +6 -6
- package/dist/symbol-utils.d.ts.map +1 -1
- package/dist/symbol-utils.js +24 -25
- package/dist/symbol-utils.js.map +1 -1
- package/dist/type-hint-inlay.d.ts +4 -0
- package/dist/type-hint-inlay.d.ts.map +1 -0
- package/dist/type-hint-inlay.js +27 -0
- package/dist/type-hint-inlay.js.map +1 -0
- package/dist/utils.d.ts +65 -0
- package/dist/utils.d.ts.map +1 -0
- package/dist/utils.js +97 -0
- package/dist/utils.js.map +1 -0
- package/package.json +11 -7
- package/dist/hover-docs.yaml +0 -600
|
@@ -0,0 +1,482 @@
|
|
|
1
|
+
entries:
|
|
2
|
+
- keyword: bgp
|
|
3
|
+
description: BGP protocol
|
|
4
|
+
detail: Border Gateway Protocol - the de facto standard for inter-domain routing on the Internet.
|
|
5
|
+
diff: same
|
|
6
|
+
version: v2+
|
|
7
|
+
anchor: proto-bgp
|
|
8
|
+
path: protocol
|
|
9
|
+
related:
|
|
10
|
+
- neighbor
|
|
11
|
+
- local as
|
|
12
|
+
- multihop
|
|
13
|
+
- hold time
|
|
14
|
+
- keepalive time
|
|
15
|
+
- keyword: local as
|
|
16
|
+
description: Set local AS number (BGP)
|
|
17
|
+
detail: Configure the local Autonomous System number for BGP sessions.
|
|
18
|
+
diff: same
|
|
19
|
+
version: v2+
|
|
20
|
+
anchor: proto-bgp
|
|
21
|
+
path: protocol.bgp
|
|
22
|
+
related:
|
|
23
|
+
- neighbor
|
|
24
|
+
- bgp
|
|
25
|
+
parameters:
|
|
26
|
+
- name: asn
|
|
27
|
+
description: Local autonomous system number.
|
|
28
|
+
required: true
|
|
29
|
+
- keyword: neighbor
|
|
30
|
+
description: Set BGP neighbor
|
|
31
|
+
detail: Configure the IP address and AS number of the BGP peer.
|
|
32
|
+
diff: same
|
|
33
|
+
version: v2+
|
|
34
|
+
anchor: proto-bgp
|
|
35
|
+
path: protocol.bgp
|
|
36
|
+
related:
|
|
37
|
+
- local as
|
|
38
|
+
- multihop
|
|
39
|
+
- source address
|
|
40
|
+
- ttl security
|
|
41
|
+
parameters:
|
|
42
|
+
- name: address
|
|
43
|
+
description: Neighbor IPv4 or IPv6 address.
|
|
44
|
+
required: true
|
|
45
|
+
- name: asn
|
|
46
|
+
description: Remote autonomous system number.
|
|
47
|
+
required: true
|
|
48
|
+
- keyword: multihop
|
|
49
|
+
description: Enable BGP multihop
|
|
50
|
+
detail: Allow BGP sessions to non-directly connected peers with optional TTL specification.
|
|
51
|
+
diff: same
|
|
52
|
+
version: v2+
|
|
53
|
+
anchor: proto-bgp
|
|
54
|
+
path: protocol.bgp
|
|
55
|
+
related:
|
|
56
|
+
- neighbor
|
|
57
|
+
- ttl security
|
|
58
|
+
parameters:
|
|
59
|
+
- name: hops
|
|
60
|
+
description: Optional maximum hop count for TCP session establishment.
|
|
61
|
+
- keyword: hold time
|
|
62
|
+
description: BGP hold timer
|
|
63
|
+
detail: Set hold timer in seconds; peer is considered down if keepalives are not received in time.
|
|
64
|
+
diff: same
|
|
65
|
+
version: v2+
|
|
66
|
+
anchor: proto-bgp
|
|
67
|
+
path: protocol.bgp
|
|
68
|
+
related:
|
|
69
|
+
- keepalive time
|
|
70
|
+
parameters:
|
|
71
|
+
- name: seconds
|
|
72
|
+
description: Hold-time interval.
|
|
73
|
+
- keyword: keepalive time
|
|
74
|
+
description: BGP keepalive timer
|
|
75
|
+
detail: Set keepalive interval in seconds for session liveness.
|
|
76
|
+
diff: same
|
|
77
|
+
version: v2+
|
|
78
|
+
anchor: proto-bgp
|
|
79
|
+
path: protocol.bgp
|
|
80
|
+
related:
|
|
81
|
+
- hold time
|
|
82
|
+
parameters:
|
|
83
|
+
- name: seconds
|
|
84
|
+
description: Keepalive interval.
|
|
85
|
+
- keyword: source address
|
|
86
|
+
description: BGP source address
|
|
87
|
+
detail: Set source IP address used for outgoing BGP TCP sessions.
|
|
88
|
+
diff: same
|
|
89
|
+
version: v2+
|
|
90
|
+
anchor: proto-bgp
|
|
91
|
+
path: protocol.bgp
|
|
92
|
+
related:
|
|
93
|
+
- neighbor
|
|
94
|
+
- multihop
|
|
95
|
+
parameters:
|
|
96
|
+
- name: ip
|
|
97
|
+
description: Local source IP address.
|
|
98
|
+
- keyword: ttl security
|
|
99
|
+
description: BGP TTL security
|
|
100
|
+
detail: Enable GTSM-like TTL protection for BGP sessions.
|
|
101
|
+
diff: same
|
|
102
|
+
version: v2+
|
|
103
|
+
anchor: proto-bgp
|
|
104
|
+
path: protocol.bgp
|
|
105
|
+
related:
|
|
106
|
+
- multihop
|
|
107
|
+
- neighbor
|
|
108
|
+
parameters:
|
|
109
|
+
- name: hops
|
|
110
|
+
description: Optional expected hop distance for TTL checks.
|
|
111
|
+
- keyword: passive
|
|
112
|
+
description: BGP passive mode
|
|
113
|
+
detail: Do not actively initiate a BGP connection; wait for the remote peer to connect.
|
|
114
|
+
diff: same
|
|
115
|
+
version: v2+
|
|
116
|
+
anchor: proto-bgp
|
|
117
|
+
path: protocol.bgp
|
|
118
|
+
related:
|
|
119
|
+
- neighbor
|
|
120
|
+
- bgp
|
|
121
|
+
parameters:
|
|
122
|
+
- name: switch
|
|
123
|
+
description: Enable or disable passive mode.
|
|
124
|
+
- keyword: rr client
|
|
125
|
+
description: Route reflector client
|
|
126
|
+
detail: Treat this neighbor as a route reflector client. The local router becomes a route reflector.
|
|
127
|
+
diff: same
|
|
128
|
+
version: v2+
|
|
129
|
+
anchor: proto-bgp
|
|
130
|
+
path: protocol.bgp
|
|
131
|
+
related:
|
|
132
|
+
- rr cluster id
|
|
133
|
+
- bgp
|
|
134
|
+
parameters:
|
|
135
|
+
- name: switch
|
|
136
|
+
description: Enable route reflector client role.
|
|
137
|
+
- keyword: rr cluster id
|
|
138
|
+
description: Route reflector cluster ID
|
|
139
|
+
detail: Set the cluster ID for route reflector. Required when multiple RRs exist in the same cluster.
|
|
140
|
+
diff: same
|
|
141
|
+
version: v2+
|
|
142
|
+
anchor: proto-bgp
|
|
143
|
+
path: protocol.bgp
|
|
144
|
+
related:
|
|
145
|
+
- rr client
|
|
146
|
+
- bgp
|
|
147
|
+
parameters:
|
|
148
|
+
- name: id
|
|
149
|
+
description: Cluster ID as a number or IPv4-like value.
|
|
150
|
+
- keyword: rs client
|
|
151
|
+
description: Route server client
|
|
152
|
+
detail: Treat this neighbor as a route server client. Useful in IXP environments.
|
|
153
|
+
diff: same
|
|
154
|
+
version: v2+
|
|
155
|
+
anchor: proto-bgp
|
|
156
|
+
path: protocol.bgp
|
|
157
|
+
related:
|
|
158
|
+
- bgp
|
|
159
|
+
- neighbor
|
|
160
|
+
parameters:
|
|
161
|
+
- name: switch
|
|
162
|
+
description: Enable route server client role.
|
|
163
|
+
- keyword: graceful restart
|
|
164
|
+
description: BGP graceful restart
|
|
165
|
+
detail: Configure RFC 4724 Graceful Restart for seamless protocol recovery.
|
|
166
|
+
diff: same
|
|
167
|
+
version: v2+
|
|
168
|
+
anchor: proto-bgp
|
|
169
|
+
path: protocol.bgp
|
|
170
|
+
related:
|
|
171
|
+
- graceful restart time
|
|
172
|
+
- long lived graceful restart
|
|
173
|
+
- bgp
|
|
174
|
+
parameters:
|
|
175
|
+
- name: mode
|
|
176
|
+
description: Disable, enable, or set to aware mode.
|
|
177
|
+
- keyword: graceful restart time
|
|
178
|
+
description: BGP graceful restart timer
|
|
179
|
+
detail: Set the time to wait for session re-establishment during graceful restart.
|
|
180
|
+
diff: same
|
|
181
|
+
version: v2+
|
|
182
|
+
anchor: proto-bgp
|
|
183
|
+
path: protocol.bgp
|
|
184
|
+
related:
|
|
185
|
+
- graceful restart
|
|
186
|
+
parameters:
|
|
187
|
+
- name: seconds
|
|
188
|
+
description: Graceful restart wait time (default 120).
|
|
189
|
+
- keyword: allow local as
|
|
190
|
+
description: Allow local AS in path
|
|
191
|
+
detail: Accept routes containing the local AS number in the AS path up to the specified count.
|
|
192
|
+
diff: same
|
|
193
|
+
version: v2+
|
|
194
|
+
anchor: proto-bgp
|
|
195
|
+
path: protocol.bgp
|
|
196
|
+
related:
|
|
197
|
+
- local as
|
|
198
|
+
- bgp
|
|
199
|
+
parameters:
|
|
200
|
+
- name: count
|
|
201
|
+
description: Maximum occurrences of local AS in path.
|
|
202
|
+
- keyword: bfd
|
|
203
|
+
description: Enable BFD for BGP session
|
|
204
|
+
detail: Use Bidirectional Forwarding Detection for fast failure detection of the BGP neighbor.
|
|
205
|
+
diff: same
|
|
206
|
+
version: v2+
|
|
207
|
+
anchor: proto-bgp
|
|
208
|
+
path: protocol.bgp
|
|
209
|
+
related:
|
|
210
|
+
- neighbor
|
|
211
|
+
- bgp
|
|
212
|
+
parameters:
|
|
213
|
+
- name: mode
|
|
214
|
+
description: Enable BFD, or enable with graceful restart awareness.
|
|
215
|
+
- keyword: local role
|
|
216
|
+
description: BGP session role (RFC 9234)
|
|
217
|
+
detail: Define the local BGP role for route leak prevention per RFC 9234 (OTC attribute).
|
|
218
|
+
diff: same
|
|
219
|
+
version: v2+
|
|
220
|
+
anchor: proto-bgp
|
|
221
|
+
path: protocol.bgp
|
|
222
|
+
related:
|
|
223
|
+
- require roles
|
|
224
|
+
- neighbor
|
|
225
|
+
- bgp
|
|
226
|
+
parameters:
|
|
227
|
+
- name: role
|
|
228
|
+
description: "Role: provider, rs_server, rs_client, customer, or peer."
|
|
229
|
+
required: true
|
|
230
|
+
- keyword: authentication
|
|
231
|
+
description: BGP session authentication
|
|
232
|
+
detail: Configure TCP-level authentication for the BGP session using MD5 or TCP-AO.
|
|
233
|
+
diff: same
|
|
234
|
+
version: v2+
|
|
235
|
+
anchor: proto-bgp
|
|
236
|
+
path: protocol.bgp
|
|
237
|
+
related:
|
|
238
|
+
- password
|
|
239
|
+
- bgp
|
|
240
|
+
parameters:
|
|
241
|
+
- name: method
|
|
242
|
+
description: "Authentication method: none, md5, or ao."
|
|
243
|
+
- keyword: confederation
|
|
244
|
+
description: BGP confederation
|
|
245
|
+
detail: Enable BGP confederation and specify the confederation identifier.
|
|
246
|
+
diff: same
|
|
247
|
+
version: v2+
|
|
248
|
+
anchor: proto-bgp
|
|
249
|
+
path: protocol.bgp
|
|
250
|
+
related:
|
|
251
|
+
- confederation member
|
|
252
|
+
- local as
|
|
253
|
+
- bgp
|
|
254
|
+
parameters:
|
|
255
|
+
- name: number
|
|
256
|
+
description: Confederation identifier (AS number).
|
|
257
|
+
- keyword: confederation member
|
|
258
|
+
description: BGP confederation member
|
|
259
|
+
detail: Indicate that the neighbor belongs to the same BGP confederation.
|
|
260
|
+
diff: same
|
|
261
|
+
version: v2+
|
|
262
|
+
anchor: proto-bgp
|
|
263
|
+
path: protocol.bgp
|
|
264
|
+
related:
|
|
265
|
+
- confederation
|
|
266
|
+
- bgp
|
|
267
|
+
parameters:
|
|
268
|
+
- name: switch
|
|
269
|
+
description: Enable confederation membership.
|
|
270
|
+
- keyword: path metric
|
|
271
|
+
description: Enable AS path length comparison
|
|
272
|
+
detail: Use AS path length as a tiebreaker in BGP best path selection.
|
|
273
|
+
diff: same
|
|
274
|
+
version: v2+
|
|
275
|
+
anchor: proto-bgp
|
|
276
|
+
path: protocol.bgp
|
|
277
|
+
related:
|
|
278
|
+
- med metric
|
|
279
|
+
- deterministic med
|
|
280
|
+
- igp metric
|
|
281
|
+
parameters:
|
|
282
|
+
- name: switch
|
|
283
|
+
description: Enable AS path metric comparison.
|
|
284
|
+
- keyword: med metric
|
|
285
|
+
description: Enable cross-AS MED comparison
|
|
286
|
+
detail: Compare MED attribute across routes from different AS neighbors.
|
|
287
|
+
diff: same
|
|
288
|
+
version: v2+
|
|
289
|
+
anchor: proto-bgp
|
|
290
|
+
path: protocol.bgp
|
|
291
|
+
related:
|
|
292
|
+
- path metric
|
|
293
|
+
- deterministic med
|
|
294
|
+
- default bgp_med
|
|
295
|
+
parameters:
|
|
296
|
+
- name: switch
|
|
297
|
+
description: Enable cross-AS MED comparison.
|
|
298
|
+
- keyword: deterministic med
|
|
299
|
+
description: Deterministic MED selection
|
|
300
|
+
detail: Enable deterministic MED comparison by grouping routes from the same AS.
|
|
301
|
+
diff: same
|
|
302
|
+
version: v2+
|
|
303
|
+
anchor: proto-bgp
|
|
304
|
+
path: protocol.bgp
|
|
305
|
+
related:
|
|
306
|
+
- med metric
|
|
307
|
+
- path metric
|
|
308
|
+
parameters:
|
|
309
|
+
- name: switch
|
|
310
|
+
description: Enable deterministic MED algorithm.
|
|
311
|
+
- keyword: igp metric
|
|
312
|
+
description: Enable IGP metric comparison
|
|
313
|
+
detail: Compare interior distance to the BGP next hop during best path selection.
|
|
314
|
+
diff: same
|
|
315
|
+
version: v2+
|
|
316
|
+
anchor: proto-bgp
|
|
317
|
+
path: protocol.bgp
|
|
318
|
+
related:
|
|
319
|
+
- path metric
|
|
320
|
+
- med metric
|
|
321
|
+
parameters:
|
|
322
|
+
- name: switch
|
|
323
|
+
description: Enable IGP metric comparison.
|
|
324
|
+
- keyword: interpret communities
|
|
325
|
+
description: Interpret well-known communities
|
|
326
|
+
detail: Process well-known BGP communities such as no-export, no-advertise, and no-peer.
|
|
327
|
+
diff: same
|
|
328
|
+
version: v2+
|
|
329
|
+
anchor: proto-bgp
|
|
330
|
+
path: protocol.bgp
|
|
331
|
+
related:
|
|
332
|
+
- bgp
|
|
333
|
+
parameters:
|
|
334
|
+
- name: switch
|
|
335
|
+
description: Enable community interpretation.
|
|
336
|
+
- keyword: default bgp_local_pref
|
|
337
|
+
description: Default LOCAL_PREF value
|
|
338
|
+
detail: Set the default value of the BGP LOCAL_PREF attribute for received routes.
|
|
339
|
+
diff: same
|
|
340
|
+
version: v2+
|
|
341
|
+
anchor: proto-bgp
|
|
342
|
+
path: protocol.bgp
|
|
343
|
+
related:
|
|
344
|
+
- allow bgp_local_pref
|
|
345
|
+
- bgp
|
|
346
|
+
parameters:
|
|
347
|
+
- name: number
|
|
348
|
+
description: Default Local Preference value (default 100).
|
|
349
|
+
- keyword: enable extended messages
|
|
350
|
+
description: Enable BGP extended messages
|
|
351
|
+
detail: Allow BGP messages larger than 4096 bytes as defined in RFC 8654.
|
|
352
|
+
diff: same
|
|
353
|
+
version: v2+
|
|
354
|
+
anchor: proto-bgp
|
|
355
|
+
path: protocol.bgp
|
|
356
|
+
related:
|
|
357
|
+
- enable as4
|
|
358
|
+
- enable route refresh
|
|
359
|
+
- bgp
|
|
360
|
+
parameters:
|
|
361
|
+
- name: switch
|
|
362
|
+
description: Enable extended message support.
|
|
363
|
+
- keyword: connect retry time
|
|
364
|
+
description: BGP connection retry timer
|
|
365
|
+
detail: Set the interval between connection retry attempts to the BGP neighbor.
|
|
366
|
+
diff: same
|
|
367
|
+
version: v2+
|
|
368
|
+
anchor: proto-bgp
|
|
369
|
+
path: protocol.bgp
|
|
370
|
+
related:
|
|
371
|
+
- connect delay time
|
|
372
|
+
- error wait time
|
|
373
|
+
parameters:
|
|
374
|
+
- name: seconds
|
|
375
|
+
description: Retry interval (default 120).
|
|
376
|
+
- keyword: error wait time
|
|
377
|
+
description: BGP error recovery timer
|
|
378
|
+
detail: Set the minimum and maximum wait times before restarting after a protocol error.
|
|
379
|
+
diff: same
|
|
380
|
+
version: v2+
|
|
381
|
+
anchor: proto-bgp
|
|
382
|
+
path: protocol.bgp
|
|
383
|
+
related:
|
|
384
|
+
- connect retry time
|
|
385
|
+
- error forget time
|
|
386
|
+
parameters:
|
|
387
|
+
- name: min
|
|
388
|
+
description: Minimum error wait time in seconds (default 60).
|
|
389
|
+
- name: max
|
|
390
|
+
description: Maximum error wait time in seconds (default 300).
|
|
391
|
+
- keyword: disable after error
|
|
392
|
+
description: Disable BGP after error
|
|
393
|
+
detail: Automatically disable the BGP instance after encountering a protocol error.
|
|
394
|
+
diff: same
|
|
395
|
+
version: v2+
|
|
396
|
+
anchor: proto-bgp
|
|
397
|
+
path: protocol.bgp
|
|
398
|
+
related:
|
|
399
|
+
- error wait time
|
|
400
|
+
- bgp
|
|
401
|
+
parameters:
|
|
402
|
+
- name: switch
|
|
403
|
+
description: Enable automatic disable on error.
|
|
404
|
+
- keyword: next hop self
|
|
405
|
+
description: Advertise self as next hop
|
|
406
|
+
detail: Always set the BGP next hop attribute to the local address when advertising routes.
|
|
407
|
+
diff: same
|
|
408
|
+
version: v2+
|
|
409
|
+
anchor: proto-bgp
|
|
410
|
+
path: protocol.bgp.channel
|
|
411
|
+
related:
|
|
412
|
+
- next hop keep
|
|
413
|
+
- next hop address
|
|
414
|
+
- gateway
|
|
415
|
+
parameters:
|
|
416
|
+
- name: mode
|
|
417
|
+
description: "Enable globally, or selectively for ibgp/ebgp sessions."
|
|
418
|
+
- keyword: next hop keep
|
|
419
|
+
description: Preserve original next hop
|
|
420
|
+
detail: Do not modify the BGP next hop attribute when re-advertising routes.
|
|
421
|
+
diff: same
|
|
422
|
+
version: v2+
|
|
423
|
+
anchor: proto-bgp
|
|
424
|
+
path: protocol.bgp.channel
|
|
425
|
+
related:
|
|
426
|
+
- next hop self
|
|
427
|
+
- next hop address
|
|
428
|
+
parameters:
|
|
429
|
+
- name: mode
|
|
430
|
+
description: "Keep next hop globally, or selectively for ibgp/ebgp."
|
|
431
|
+
- keyword: add paths
|
|
432
|
+
description: BGP ADD-PATH extension
|
|
433
|
+
detail: Enable RFC 7911 ADD-PATH for advertising/receiving multiple paths per prefix.
|
|
434
|
+
diff: same
|
|
435
|
+
version: v2+
|
|
436
|
+
anchor: proto-bgp
|
|
437
|
+
path: protocol.bgp.channel
|
|
438
|
+
related:
|
|
439
|
+
- secondary
|
|
440
|
+
- bgp
|
|
441
|
+
parameters:
|
|
442
|
+
- name: mode
|
|
443
|
+
description: "Enable ADD-PATH: on, rx (receive only), or tx (send only)."
|
|
444
|
+
- keyword: gateway
|
|
445
|
+
description: BGP gateway resolution mode
|
|
446
|
+
detail: Select how the next hop gateway is resolved for received BGP routes.
|
|
447
|
+
diff: same
|
|
448
|
+
version: v2+
|
|
449
|
+
anchor: proto-bgp
|
|
450
|
+
path: protocol.bgp.channel
|
|
451
|
+
related:
|
|
452
|
+
- next hop self
|
|
453
|
+
- igp table
|
|
454
|
+
parameters:
|
|
455
|
+
- name: mode
|
|
456
|
+
description: "Resolution mode: direct or recursive."
|
|
457
|
+
- keyword: extended next hop
|
|
458
|
+
description: Cross-AF next hop (RFC 8950)
|
|
459
|
+
detail: Enable encoding of IPv4 routes with IPv6 next hops or vice versa.
|
|
460
|
+
diff: same
|
|
461
|
+
version: v2+
|
|
462
|
+
anchor: proto-bgp
|
|
463
|
+
path: protocol.bgp.channel
|
|
464
|
+
related:
|
|
465
|
+
- next hop self
|
|
466
|
+
- next hop keep
|
|
467
|
+
parameters:
|
|
468
|
+
- name: switch
|
|
469
|
+
description: Enable extended next hop negotiation.
|
|
470
|
+
- keyword: aigp
|
|
471
|
+
description: Accumulated IGP metric (RFC 7311)
|
|
472
|
+
detail: Propagate accumulated IGP distance through BGP for more accurate path selection.
|
|
473
|
+
diff: same
|
|
474
|
+
version: v2+
|
|
475
|
+
anchor: proto-bgp
|
|
476
|
+
path: protocol.bgp.channel
|
|
477
|
+
related:
|
|
478
|
+
- igp metric
|
|
479
|
+
- bgp
|
|
480
|
+
parameters:
|
|
481
|
+
- name: mode
|
|
482
|
+
description: "Enable AIGP: on or originate."
|