Skip to content

Commit

Permalink
mgmt lag order
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmccarron committed Nov 11, 2024
1 parent 7da014d commit 9448fd5
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/initial_setup_of_velos_system_controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,15 +237,9 @@ As seen in previous diagrams, each system controller has its own independent out
To enable this feature, you would need to enable link aggregation on the system controllers via the CLI, webUI or API, and then make changes to your upstream layer2 switching infrastructure to ensure the two ports are put into the same LAG. To configure the management ports of both system controllers to run in a LAG, configure as follows:
On the active controller, create a management LACP interface:
.. code-block:: bash
lacp interfaces interface mgmt-aggr
config name mgmt-aggr
!
Next, create a management aggregate interface and set the **config type** to **ieee8023adLag**, and set the **lag-type** to **LACP**.
Create a management aggregate interface and set the **config type** to **ieee8023adLag**, and set the **lag-type** to **LACP**.
.. code-block:: bash
Expand All @@ -255,6 +249,14 @@ Next, create a management aggregate interface and set the **config type** to **i
aggregation config lag-type LACP
!
On the active controller, create a management LACP interface:
.. code-block:: bash
lacp interfaces interface mgmt-aggr
config name mgmt-aggr
!
Finally, add the aggregate that you created by name to each of the management interfaces on the two controllers:
.. code-block:: bash
Expand Down

0 comments on commit 9448fd5

Please sign in to comment.