MIKROTIK - MLAG By CLI: Difference between revisions

From IT-Arts.net
m Text replacement - "Category:Post-It" to "Category:Wiki"
m Text replacement - "Category:Wiki" to "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' "
 
Line 1: Line 1:
[[Category:Wiki]]
[[Category:Wiki]]
'''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]'''''





Latest revision as of 08:12, 17 January 2026


Return to Wiki Index



Configuring MLAG via CLI

To configure MLAG via CLI on a Mikrotik router, follow these steps:

1. Connect to the Mikrotik router via the CLI.

2. Create a new bridge by using the command:

/interface bridge add name=bridge1

3. Add the ports that you want to aggregate to the bridge by using the command:

/interface bridge port add bridge=bridge1 interface=ether1
/interface bridge port add bridge=bridge1 interface=ether2

4. Configure the ports as a LACP (Link Aggregation Control Protocol) port by using the command:

/interface lacp set [find where bridge=bridge1] lacp-enabled=yes

5. Verify the configuration by using the command:

/interface bridge port print