Questo il mio problema:
1. Voglio aumentare la capacità della banda su un PTP attualmente funzionante con 2 rocket M5;
2. Ho configurato per prova 2 RB433AH come indicato nel wiki di mikrotik(Bonding) di seguito il codice usato per la configurazione dei 2 apparati.
Router1
- Codice: Seleziona tutto
# jan/02/1970 00:58:47 by RouterOS 5.16
# software id = ATSS-ZDNH
#
/interface ethernet
set 0 name=ether1
set 1 name=ether2
set 2 name=ether3
/interface bonding
add arp-ip-targets=192.168.1.22 link-monitoring=arp name=bonding1 slaves=\
ether2,ether3
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
/ip address
add address=192.168.1.11/24 interface=ether1
add address=192.168.1.11/24 interface=bonding1
/ip neighbor discovery
set bonding1 disabled=yes
Router2
- Codice: Seleziona tutto
# jan/02/1970 01:04:17 by RouterOS 5.16
# software id = SKQE-5QHB
#
/interface ethernet
set 0 name=ether1
set 1 name=ether2
set 2 name=ether3
/interface bonding
add arp-ip-targets=192.168.1.11 link-monitoring=arp name=bonding1 slaves=\
ether2,ether3
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
/ip address
add address=192.168.1.22/24 interface=ether1
add address=192.168.1.22/24 interface=bonding1
/ip neighbor discovery
set bonding1 disabled=yes
Grazie.
Fabrizio