hi guys i have a RB2011UiAS-RM whit to isp for load balancing and failover for internet accces on my network,
when i test the isp i get a 100/10Mbps of internet but when i test using the RB2011UiAS-RM only i get a 20mbps over 4mbps
this is my configuration:
[admin@MikroTik] > export
# dec/13/2019 10:59:45 by RouterOS 6.45.7
# software id = 5VBD-UV37
#
# model = 2011UAS
# serial number = 436C02BB94AF
/interface bridge
add admin-mac=D4:CA:6D:E8:F2:9E auto-mac=no comment=defconf name=bridge interface ethernet
set [ find default-name=ether1 ] speed=100Mbps
set [ find default-name=ether2 ] speed=100Mbps
set [ find default-name=ether3 ] speed=100Mbps
set [ find default-name=ether4 ] speed=100Mbps
set [ find default-name=ether5 ] speed=100Mbps
set [ find default-name=ether6 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full name=ether6-master
set [ find default-name=ether7 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=ether8 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=ether9 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=ether10 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
add exclude=dynamic name=discover
add name=mactel
add name=mac-winbox interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
add name=dhcp_pool1 ranges=10.0.0.2-10.0.0.254
add name=dhcp_pool2 ranges=10.0.0.2-10.0.0.254 ip dhcp-server
add address-pool=dhcp_pool2 disabled=no interface=ether3 lease-time=23h59m \
name=dhcp1
/snmp community
set [ find default=yes ] addresses=0.0.0.0/0 name=snmpadmin
/interface bridge port
add bridge=bridge comment=defconf interface=ether6-master
add bridge=bridge comment=defconf hw=no interface=sfp1
add bridge=bridge interface=ether7
add bridge=bridge interface=ether8
add bridge=bridge interface=ether9
add bridge=bridge interface=ether10
/ip neighbor discovery-settings
set discover-interface-list=discover
/interface list member
add comment=defconf interface=bridge list=LAN
add interface=sfp1 list=discover
add interface=ether2 list=discover
add interface=ether3 list=discover
add interface=ether4 list=discover
add interface=ether5 list=discover
add interface=ether6-master list=discover
add interface=ether7 list=discover
add interface=ether8 list=discover
add interface=ether9 list=discover
add interface=ether10 list=discover
add interface=bridge list=discover
add interface=bridge list=mactel
add interface=bridge list=mac-winbox
/ip address
add address=192.168.3.98/24 comment=defconf interface=ether10 network=\
192.168.3.0
add address=10.20.42.100/24 interface=ether1 network=10.20.42.0
add address=10.120.120.100/24 interface=ether2 network=10.120.120.0
add address=10.0.0.1/24 interface=ether3 network=10.0.0.0
/ip dhcp-server network
add address=10.0.0.0/24 dns-server=8.8.8.8,4.2.2.2,209.244.0.3 gateway=\
10.0.0.1 netmask=24
/ip dns
set allow-remote-requests=yes cache-size=5000KiB max-udp-packet-size=512 \
servers=1.1.1.1,1.0.0.1
/ip dns static
add address=192.168.88.1 name=router.lan
/ip firewall filter
add action=accept chain=input comment=\
"defconf: accept established,related,untracked" connection-state=\
established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
connection-state=established,related
add action=accept chain=forward comment=\
"defconf: accept established,related, untracked" connection-state=\
established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" \
connection-state=invalid
add action=drop chain=forward comment=\
"defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
connection-state=new in-interface-list=WAN
/ip firewall mangle
add action=mark-connection chain=input in-interface=ether1 \
new-connection-mark=WAN_ETHER1_CONN
add action=mark-connection chain=input in-interface=ether2 \
new-connection-mark=WAN_ETHER2_CONN
add action=mark-routing chain=output connection-mark=WAN_ETHER1_CONN \
new-routing-mark=TO_WAN_ETHER1
add action=mark-routing chain=output connection-mark=WAN_ETHER2_CONN \
new-routing-mark=TO_WAN_ETHER2
add action=accept chain=prerouting dst-address=10.20.42.0/24 in-interface=\
ether3
add action=accept chain=prerouting dst-address=10.120.120.0/24 in-interface=\
ether3
add action=mark-routing chain=prerouting connection-mark=WAN_ETHER1_CONN \
in-interface=ether3 new-routing-mark=TO_WAN_ETHER1
add action=mark-routing chain=prerouting connection-mark=WAN_ETHER2_CONN \
in-interface=ether3 new-routing-mark=TO_WAN_ETHER2
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
ipsec-policy=out,none out-interface-list=WAN
add action=masquerade chain=srcnat out-interface=ether1
add action=masquerade chain=srcnat out-interface=ether2
/ip route
add check-gateway=ping distance=1 gateway=10.20.42.1 routing-mark=\
TO_WAN_ETHER1
add check-gateway=ping distance=1 gateway=10.120.120.1 routing-mark=\
TO_WAN_ETHER2
add check-gateway=ping distance=1 gateway=10.20.42.1
add check-gateway=ping distance=1 gateway=10.120.120.1
add check-gateway=ping distance=1 gateway=10.20.42.1
add check-gateway=ping distance=2 gateway=10.120.120.1
add distance=1 dst-address=192.168.15.0/24 gateway=192.168.3.254
/lcd
set backlight-timeout=never default-screen=stats read-only-mode=yes
/lcd pin
set pin-number=1245
/snmp
set contact="IT" enabled=yes location=\
"Datacenter PV"
/system clock
set time-zone-name=America/USA
/system ntp client
set enabled=yes primary-ntp=192.168.3.1 secondary-ntp=192.168.3.29 \
server-dns-names=""
/tool mac-server
set allowed-interface-list=mactel
/tool mac-server mac-winbox
set allowed-interface-list=mac-winbox
/user aaa
set exclude-groups=full
[admin@MikroTik] >