0% found this document useful (0 votes)
130 views4 pages

Mikrotik Switching

This document discusses configuring basic bridge failover using Spanning Tree Protocol (STP) on two Mikrotik switches (SW1 and SW2). It shows the configuration to add a bridge interface named "bridge1" in STP mode to each switch and add ethernet ports 1, 2 and 3 to the bridge with path costs of 10 for ports 1 and 3, and 20 for port 2, providing redundancy if one link fails.

Uploaded by

Min Min Zaw
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
130 views4 pages

Mikrotik Switching

This document discusses configuring basic bridge failover using Spanning Tree Protocol (STP) on two Mikrotik switches (SW1 and SW2). It shows the configuration to add a bridge interface named "bridge1" in STP mode to each switch and add ethernet ports 1, 2 and 3 to the bridge with path costs of 10 for ports 1 and 3, and 20 for port 2, providing redundancy if one link fails.

Uploaded by

Min Min Zaw
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Mikrotik

Switching
STP - Basic Bridge Failover (Redundant Link)

SW1 (Configuration)
/interface bridge add name=bridge1 protocol-mode=stp
/interface bridge port add interface=ether1 bridge=bridge1 path-
cost=10
/interface bridge port add interface=ether2 bridge=bridge1 path-
cost=20
/interface bridge port add interface=ether3 bridge=bridge1 path-
cost=10
SW2 (Configuration)
/interface bridge add name=bridge1 protocol-mode=stp
/interface bridge port add interface=ether1 bridge=bridge1 path-
cost=10
/interface bridge port add interface=ether2 bridge=bridge1 path-
cost=20
/interface bridge port add interface=ether3 bridge=bridge1 path-
cost=10

You might also like