You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`metadata`_[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/#objectmeta-v1-meta)_| Refer to Kubernetes API documentation for fields of `metadata`. |||
|`deviceRef`_[LocalObjectReference](#localobjectreference)_| DeviceName is the name of the Device this object belongs to. The Device object must exist in the same namespace.<br />Immutable. || Required: \{\} <br /> |
1406
+
|`providerConfigRef`_[TypedLocalObjectReference](#typedlocalobjectreference)_| ProviderConfigRef is a reference to a resource holding the provider-specific configuration for this LLDP.<br />If not specified the provider applies the target platform's default settings. || Optional: \{\} <br /> |
1407
+
|`adminState`_[AdminState](#adminstate)_| AdminState indicates whether LLDP is system-wide administratively up or down. || Enum: [Up Down] <br />Required: \{\} <br /> |
1408
+
1409
+
1410
+
#### LLDPStatus
1411
+
1412
+
1413
+
1414
+
LLDPStatus defines the observed state of LLDP.
1415
+
1416
+
1417
+
1418
+
_Appears in:_
1419
+
-[LLDP](#lldp)
1420
+
1421
+
| Field | Description | Default | Validation |
1422
+
| --- | --- | --- | --- |
1423
+
|`conditions`_[Condition](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/#condition-v1-meta) array_| conditions represent the current state of the LLDP resource.<br />Each condition has a unique type and reflects the status of a specific aspect of the resource.<br />Standard condition types include:<br />- "Available": the resource is fully functional<br />- "Progressing": the resource is being created or updated<br />- "Degraded": the resource failed to reach or maintain its desired state<br />The status of each condition is one of True, False, or Unknown. || Optional: \{\} <br /> |
|`destination`_string_| Destination is the destination IP address of the vPC's domain peer keepalive interface.<br />This is the IP address the local switch will send keepalive messages to. || Format: ipv4 <br />Required: \{\} <br /> |
3188
3248
|`source`_string_| Source is the source IP address for keepalive messages.<br />This is the local IP address used to send keepalive packets to the peer. || Format: ipv4 <br />Required: \{\} <br /> |
3189
-
|`vrfRef`_[LocalObjectReference](#localobjectreference)_| VRFRef is an optional reference to a VRF resource, e.g., the management VRF.<br />If specified, the switch sends keepalive packets throughout this VRF.<br />If omitted, the management VRF is used. || Optional: \{\} <br /> |
3249
+
|`vrfName`_string_| The name of the vrf used to send keepalive packets to the peer.<br />Mutually exclusive with VrfRef. || MaxLength: 63 <br />MinLength: 1 <br />Optional: \{\} <br /> |
3250
+
|`vrfRef`_[LocalObjectReference](#localobjectreference)_| The reference to a VRF resource used to send keepalive packets to the peer.<br />Mutually exclusive with VrfName. || Optional: \{\} <br /> |
|`metadata`_[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/#objectmeta-v1-meta)_| Refer to Kubernetes API documentation for fields of `metadata`. |||
3268
+
|`spec`_[LLDPConfigSpec](#lldpconfigspec)_| spec defines the desired state of LLDP || Required: \{\} <br /> |
3269
+
3270
+
3271
+
#### LLDPConfigSpec
3272
+
3273
+
3274
+
3275
+
LLDPConfig defines the Cisco-specific configuration of an LLDP object.
3276
+
3277
+
3278
+
3279
+
_Appears in:_
3280
+
-[LLDPConfig](#lldpconfig)
3281
+
3282
+
| Field | Description | Default | Validation |
3283
+
| --- | --- | --- | --- |
3284
+
|`initDelay`_integer_| InitDelay defines the delay in seconds before LLDP starts sending packets after interface comes up. | 2 | Maximum: 10 <br />Minimum: 1 <br />Optional: \{\} <br /> |
3285
+
|`holdTime`_integer_| HoldTime defines the time in seconds that the receiving device should hold the LLDP information before discarding it. | 120 | Maximum: 255 <br />Minimum: 1 <br />Optional: \{\} <br /> |
3286
+
|`interfaceRefs`_[LLDPInterface](#lldpinterface) array_| InterfaceRefs is a list of interfaces and their LLDP configuration. || Optional: \{\} <br /> |
3287
+
3288
+
3289
+
#### LLDPInterface
3290
+
3291
+
3292
+
3293
+
3294
+
3295
+
3296
+
3297
+
_Appears in:_
3298
+
-[LLDPConfigSpec](#lldpconfigspec)
3299
+
3300
+
| Field | Description | Default | Validation |
3301
+
| --- | --- | --- | --- |
3302
+
|`name`_string_| Name of the referent.<br />More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names|| MaxLength: 63 <br />MinLength: 1 <br />Required: \{\} <br /> |
3303
+
|`adminRxState`_[AdminState](#adminstate)_| AdminRxState defines the administrative state for receiving LLDP PDUs on the interface. | Up | Enum: [Up Down] <br />Optional: \{\} <br /> |
3304
+
|`adminTxState`_[AdminState](#adminstate)_| AdminTxState defines the administrative state for transmitting LLDP PDUs on the interface. | Up | Enum: [Up Down] <br />Optional: \{\} <br /> |
0 commit comments