Mikrotik Switching
Mikrotik Switching
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