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
@@ -79,12 +79,11 @@ A connection represents the physical wires in your data center. They connect swi
79
79
80
80
#### Server Connections
81
81
82
-
A server connection is a connection used to connect servers to the fabric. The fabric will configure the server-facing port according to the type of the connection (MLAG, Bundle, etc). The configuration of the actual server needs to be done by the server administrator. The server port names are not validated by the fabric and used as metadata to identify the connection. A server connection can be one of:
82
+
A server connection is a connection used to connect servers to the fabric. The fabric will configure the server-facing port according to the type of the connection (Unbundled, Bundled, ESLAG, etc.). The configuration of the actual server needs to be done by the server administrator. The server port names are not validated by the fabric and used as metadata to identify the connection. A server connection can be one of:
83
83
84
84
-*Unbundled* - A single cable connecting switch to server.
85
85
-*Bundled* - Two or more cables going to a single switch, a LAG or similar.
86
-
-*MCLAG* - Two cables going to two different switches, also called dual homing. The switches will need a fabric link between them.
87
-
-*ESLAG* - Two to four cables going to different switches, also called multi-homing. If four links are used there will need to be four switches connected to a single server with four NIC ports.
86
+
-*ESLAG* - Two to four cables going to different switches, also called multi-homing (EVPN-MH). If four links are used there will need to be four switches connected to a single server with four NIC ports.
| `metadata` _[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#objectmeta-v1-meta)_ | Refer to Kubernetes API documentation for fields of `metadata`. | | |
| `pps` _float_ | PktsPerSecond is the number of packets sent per second on the peering | | |
800
722
801
723
802
-
#### VPCInfoData
803
-
804
-
805
-
806
-
807
-
808
-
809
-
810
-
_Appears in:_
811
-
- [GatewayAgentSpec](#gatewayagentspec)
812
-
813
-
| Field | Description | Default | Validation |
814
-
| --- | --- | --- | --- |
815
-
| `subnets` _object (keys:string, values:[VPCInfoSubnet](#vpcinfosubnet))_ | Subnets is a map of all subnets in the VPC (incl. CIDRs, VNIs, etc) keyed by the subnet name | | |
816
-
| `vni` _integer_ | VNI is the VNI for the VPC | | |
Copy file name to clipboardExpand all lines: docs/reference/profiles.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,9 @@ features and port naming scheme.
28
28
29
29
## Switch Feature Matrix
30
30
31
+
!!! warning "MCLAG Deprecation"
32
+
MCLAG is being deprecated in favor of ESLAG (EVPN Multi-Homing) for multi-homing. While still supported, it is recommended to use ESLAG for new deployments.
33
+
31
34
The following table shows which features are supported by each switch profile:
0 commit comments