Mikrotik Router Bonding Bridge Failover
1. Create Interface Bonding
Interfaces > Bonding (Tab) > (+)
+General (Tab)
-Name: bonding1 //Bonding_Name
+Bonding (Tab)
-Slaves: ether1 //Choose ether that you want adding to Bonding
: ether2 //Choose ether that you want adding to Bonding
-Mode: active backup
-Primary: ether1 //Choose ether that you want "Primary"
-Link Monitoring: mii
-Transmit Hash Policy: layer 2 and 3
2. Create Vlan for Interface Bonding
2.1 Create Vlan Management
Interface > VLAN (Tab) > (+)
+General (Tab)
-Name: vlan14 //Vlan_Name
-VLAN ID: 14 //Vlan_ID
-Interface: bonding1 //Choose Bonding
2.1 Create Vlan Internet
Interface > VLAN (Tab) > (+)
+General (Tab)
-Name: vlan102 //Vlan_Name
-VLAN ID: 102 //Vlan_ID
-Interface: bonding1 //Choose Bonding
3. Setting Up IP Address and Route for Vlan Management
3.1 Setting Up IP Address
IP > Addresses > (+)
-Address: 10.14.1.244/24 //IP Address for Management
-Interface: vlan14 //Choose Vlan Man
3.2 Setting Up IP Route
IP > Routes > Routes (Tab) > (+)
-Dst. Address: 0.0.0.0/0
-Gateway: 10.14.1.1
4. Create Bridge
4.1 Create Bridge
Bridge > Bridge (Tab) > (+)
+General (Tab)
-Name: bridge1 //Bridge_Name
+STP (Tab)
-Protocol Mode: rstp
4.2 Add ether to Bridge
Bridge > Ports (Tab) > (+)
-Interface: ether3
-Bridge: bridge1
4.3 Add Vlan to Bridge
Bridge > Ports (Tab) > (+)
-Interface: vlan102
-Bridge: bridge1
i created bonding on ether1 & ether 2.
ReplyDeleteVlan 10 & Vlan 11
I seprated vlan 10 on ether 5 & vlan 11 on ether 5
Upto this working fine.
But i want to create trunk on ether 3...Help me..
Good sharing heng
ReplyDelete