File tree Expand file tree Collapse file tree 2 files changed +20
-6
lines changed Expand file tree Collapse file tree 2 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,21 @@ The fields for the BGP peer custom resource are described in the following table
26
26
27
27
|`spec.myASN`
28
28
|`integer`
29
- |Specifies the Autonomous System number for the local end of the BGP session.
30
- Specify the same value in all BGP peer custom resources that you add.
29
+ |Specifies the Autonomous System Number (ASN) for the local end of the BGP session.
30
+ In all BGP peer custom resources that you add, specify the same value .
31
31
The range is `0` to `4294967295` .
32
32
33
33
|`spec.peerASN`
34
34
|`integer`
35
- |Specifies the Autonomous System number for the remote end of the BGP session.
36
- The range is `0` to `4294967295` .
35
+ |Specifies the ASN for the remote end of the BGP session.
36
+ The range is `0` to `4294967295` .
37
+ If you use this field, you cannot specify a value in the `spec.dynamicASN` field.
38
+
39
+ |`spec.dynamicASN`
40
+ |`string`
41
+ | Detects the ASN to use for the remote end of the session without explicitly setting it.
42
+ Specify `internal` for a peer with the same ASN, or `external` for a peer with a different ASN.
43
+ If you use this field, you cannot specify a value in the `spec.peerASN` field.
37
44
38
45
|`spec.peerAddress`
39
46
|`string`
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ The fields for the `FRRConfiguration` custom resource are described in the follo
224
224
225
225
|`spec.bgp.routers.asn`
226
226
|`integer`
227
- |The autonomous system number to use for the local end of the session.
227
+ |The Autonomous System Number (ASN) to use for the local end of the session.
228
228
229
229
|`spec.bgp.routers.id`
230
230
|`string`
@@ -240,7 +240,14 @@ The fields for the `FRRConfiguration` custom resource are described in the follo
240
240
241
241
|`spec.bgp.routers.neighbors.asn`
242
242
|`integer`
243
- |Specifies the autonomous system number to use for the local end of the session.
243
+ |Specifies the ASN to use for the remote end of the session.
244
+ If you use this field, you cannot specify a value in the `spec.bgp.routers.neighbors.dynamicASN` field.
245
+
246
+ |`spec.bgp.routers.neighbors.dynamicASN`
247
+ |`string`
248
+ |Detects the ASN to use for the remote end of the session without explicitly setting it.
249
+ Specify `internal` for a neighbor with the same ASN, or `external` for a neighbor with a different ASN.
250
+ If you use this field, you cannot specify a value in the `spec.bgp.routers.neighbors.asn` field.
244
251
245
252
|`spec.bgp.routers.neighbors.address`
246
253
|`string`
You can’t perform that action at this time.
0 commit comments