Community discussions

MikroTik App
 
abn
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 57
Joined: Sun Sep 11, 2016 1:35 pm

Bridge Setup with Failover with redundancy fiber

Sun Nov 13, 2022 10:25 pm

help with this !!!
You do not have the required permissions to view the files attached to this post.
 
sindy
Forum Guru
Forum Guru
Posts: 10205
Joined: Mon Dec 04, 2017 9:19 pm

Re: Bridge Setup with Failover with redundancy fiber

Sun Nov 13, 2022 10:34 pm

Use STP and set path costs to make that link a backup one.
 
abn
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 57
Joined: Sun Sep 11, 2016 1:35 pm

Re: Bridge Setup with Failover with redundancy fiber

Sun Nov 13, 2022 10:45 pm

Please explain HOW
 
sindy
Forum Guru
Forum Guru
Posts: 10205
Joined: Mon Dec 04, 2017 9:19 pm

Re: Bridge Setup with Failover with redundancy fiber  [SOLVED]

Sun Nov 13, 2022 10:52 pm

  A
 / \
B---C
On A:
/interface bridge
add name=bridge protocol-mode=rstp priority=0x4000
/interface bridge port
add bridge=bridge interface=to-B path-cost=10
add bridge=bridge interface=to-C path-cost=10


On B:
/interface bridge
add name=bridge protocol-mode=rstp priority=0x8000
/interface bridge port
add bridge=bridge interface=to-A path-cost=10
add bridge=bridge interface=to-C path-cost=100


On C:
/interface bridge
add name=bridge protocol-mode=rstp priority=0x8000
/interface bridge port
add bridge=bridge interface=to-A path-cost=10
add bridge=bridge interface=to-B path-cost=100
 
abn
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 57
Joined: Sun Sep 11, 2016 1:35 pm

Re: Bridge Setup with Failover with redundancy fiber

Sun Nov 13, 2022 11:18 pm

Thanks A lot Its Working Thanks !!!

Who is online

Users browsing this forum: cloud45 and 84 guests