Привет, у меня настроен CRS112-8G-4S, и сейчас у меня проблема с высокой загрузкой процессора (почти 100% постоянно), а скорость интернета не превышает 10 Мбит/с. Нужно ваше мнение и советы. Вот конфигурация:
/interface bridge
add name=bridge1-Enterprise
/interface ethernet
set [ find default-name=ether1 ] name="ether1 - INTERNET"
set [ find default-name=ether2 ] loop-protect=on name="ether2 - ENTERPRISE LAN" rx-flow-control=auto tx-flow-control=auto
set [ find default-name=ether8 ] name=ether8-unifi
set [ find default-name=sfp9 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full rx-flow-control=auto tx-flow-control=auto
set [ find default-name=sfp10 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full rx-flow-control=auto tx-flow-control=auto
set [ find default-name=sfp11 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp12 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
/interface lte apn
set [ find default=yes ] ip-type=ipv4 use-network-apn=no
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip ipsec peer
add name=peer1 passive=yes
/ip pool
add name=dhcp_pool0 ranges=192.168.10.101-192.168.10.210
add name=dhcp_pool5 ranges=192.168.20.100-192.168.20.253
add name=dhcp_pool6 ranges=192.168.50.1-192.168.50.253
/ip dhcp-server
add add-arp=yes address-pool=dhcp_pool0 interface=bridge1-Enterprise lease-time=8h name=dhcp1
/port
set 0 name=serial0
/routing bgp template
set default disabled=no output.network=bgp-networks
/routing ospf instance
add disabled=no name=default-v2
/routing ospf area
add disabled=yes instance=default-v2 name=backbone-v2
/snmp community
set [ find default=yes ] addresses=0.0.0.0/0
/interface bridge port
add bridge=bridge1-Enterprise fast-leave=yes ingress-filtering=no interface="ether2 - ENTERPRISE LAN" trusted=yes
add bridge=bridge1-Enterprise fast-leave=yes ingress-filtering=no interface=sfp9 trusted=yes
add bridge=bridge1-Enterprise fast-leave=yes ingress-filtering=no interface=sfp10 trusted=yes
/ip settings
set max-neighbor-entries=8192
/ipv6 settings
set disable-ipv6=yes max-neighbor-entries=8192
/interface ethernet switch egress-vlan-tag
add tagged-ports=sfp10,sfp9 vlan-id=10
add tagged-ports=sfp10,sfp9 vlan-id=20
/interface ethernet switch vlan
add ports="ether2 - ENTERPRISE LAN,ether3,ether4,sfp10,sfp9" vlan-id=10
/interface l2tp-server server
set use-ipsec=yes
/interface ovpn-server server
set auth=sha1,md5
/ip address
add address=192.168.10.254/24 interface=bridge1-Enterprise network=192.168.10.0
add address=36.89.2xx.2xx/29 interface="ether1 - INTERNET" network=36.89.2xx.2xx
add address=192.168.20.254/24 interface=*13 network=192.168.20.0
add address=36.89.2xx.2xx/29 interface="ether1 - INTERNET" network=36.89.2xx.2xx
add address=192.168.50.254/24 interface=ether8-unifi network=192.168.50.0
/ip dhcp-server lease
add address=192.168.10.98 client-id=**ELIDED** mac-address=**ELIDED** server=dhcp1
add address=192.168.10.163 client-id=**ELIDED** mac-address=**ELIDED** server=dhcp1
add address=192.168.10.152 client-id=**ELIDED** mac-address=**ELIDED** server=dhcp1
add address=192.168.10.201 client-id=**ELIDED** mac-address=**ELIDED** server=dhcp1
/ip dhcp-server network
add address=192.168.10.0/24 dns-server=192.168.10.2,192.168.10.3,8.8.8.8,192.168.10.254 gateway=192.168.10.254
add address=192.168.20.0/24 dns-server=192.168.20.254,8.8.8.8 gateway=192.168.20.254
add address=192.168.50.0/24 gateway=192.168.50.254
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/ip dns static
add address=192.168.10.2 name=PDC-01
add address=192.168.10.3 name=BDC-01
add address=192.168.10.4 name=FS-01
/ip firewall filter
add action=drop chain=input dst-port=22,23 protocol=tcp src-address-list=blacklist
add action=accept chain=output content="Login failed, incorrect username or password" dst-limit=1/1m,2,src-and-dst-addresses/1m40s protocol=tcp src-port=23
add action=add-dst-to-address-list address-list=blacklist address-list-timeout=1w3d chain=output content="Login failed, incorrect username or password" protocol=tcp src-port=23
add action=accept chain=input connection-state=new dst-limit=1/1m,2,src-and-dst-addresses/1m40s dst-port=22 protocol=tcp
add action=add-src-to-address-list address-list=blacklist address-list-timeout=1w3d chain=input connection-state=new dst-port=22 protocol=tcp
/ip firewall nat
add action=masquerade chain=srcnat src-address=192.168.20.0/24
add action=src-nat chain=srcnat protocol=tcp src-address=192.168.10.68 to-addresses=36.89.2xx.2xx
add action=dst-nat chain=dstnat dst-address=36.89.2xx.2xx protocol=tcp to-addresses=192.168.10.68
add action=masquerade chain=srcnat src-address=!192.168.10.68
/ip firewall service-port
set ftp disabled=yes
set pptp disabled=yes
/ip route
add disabled=no dst-address=0.0.0.0/0 gateway=36.89.2xx.2xx
/ip service
set ftp disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/ppp secret
add local-address=192.168.20.1 name=wita remote-address=192.168.20.2 routes=192.168.20.1 service=l2tp
/radius
add address=192.168.10.254 service=dhcp
/routing bfd configuration
add disabled=no
/system leds
set 0 disabled=yes
set 1 disabled=yes
set 2 disabled=yes
set 3 disabled=yes
/system note
set show-at-login=no
/system ntp client
set enabled=yes
/system ntp client servers
Спасибо всем за помощь. С уважением, Эрик
/interface bridge
add name=bridge1-Enterprise
/interface ethernet
set [ find default-name=ether1 ] name="ether1 - INTERNET"
set [ find default-name=ether2 ] loop-protect=on name="ether2 - ENTERPRISE LAN" rx-flow-control=auto tx-flow-control=auto
set [ find default-name=ether8 ] name=ether8-unifi
set [ find default-name=sfp9 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full rx-flow-control=auto tx-flow-control=auto
set [ find default-name=sfp10 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full rx-flow-control=auto tx-flow-control=auto
set [ find default-name=sfp11 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp12 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
/interface lte apn
set [ find default=yes ] ip-type=ipv4 use-network-apn=no
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip ipsec peer
add name=peer1 passive=yes
/ip pool
add name=dhcp_pool0 ranges=192.168.10.101-192.168.10.210
add name=dhcp_pool5 ranges=192.168.20.100-192.168.20.253
add name=dhcp_pool6 ranges=192.168.50.1-192.168.50.253
/ip dhcp-server
add add-arp=yes address-pool=dhcp_pool0 interface=bridge1-Enterprise lease-time=8h name=dhcp1
/port
set 0 name=serial0
/routing bgp template
set default disabled=no output.network=bgp-networks
/routing ospf instance
add disabled=no name=default-v2
/routing ospf area
add disabled=yes instance=default-v2 name=backbone-v2
/snmp community
set [ find default=yes ] addresses=0.0.0.0/0
/interface bridge port
add bridge=bridge1-Enterprise fast-leave=yes ingress-filtering=no interface="ether2 - ENTERPRISE LAN" trusted=yes
add bridge=bridge1-Enterprise fast-leave=yes ingress-filtering=no interface=sfp9 trusted=yes
add bridge=bridge1-Enterprise fast-leave=yes ingress-filtering=no interface=sfp10 trusted=yes
/ip settings
set max-neighbor-entries=8192
/ipv6 settings
set disable-ipv6=yes max-neighbor-entries=8192
/interface ethernet switch egress-vlan-tag
add tagged-ports=sfp10,sfp9 vlan-id=10
add tagged-ports=sfp10,sfp9 vlan-id=20
/interface ethernet switch vlan
add ports="ether2 - ENTERPRISE LAN,ether3,ether4,sfp10,sfp9" vlan-id=10
/interface l2tp-server server
set use-ipsec=yes
/interface ovpn-server server
set auth=sha1,md5
/ip address
add address=192.168.10.254/24 interface=bridge1-Enterprise network=192.168.10.0
add address=36.89.2xx.2xx/29 interface="ether1 - INTERNET" network=36.89.2xx.2xx
add address=192.168.20.254/24 interface=*13 network=192.168.20.0
add address=36.89.2xx.2xx/29 interface="ether1 - INTERNET" network=36.89.2xx.2xx
add address=192.168.50.254/24 interface=ether8-unifi network=192.168.50.0
/ip dhcp-server lease
add address=192.168.10.98 client-id=**ELIDED** mac-address=**ELIDED** server=dhcp1
add address=192.168.10.163 client-id=**ELIDED** mac-address=**ELIDED** server=dhcp1
add address=192.168.10.152 client-id=**ELIDED** mac-address=**ELIDED** server=dhcp1
add address=192.168.10.201 client-id=**ELIDED** mac-address=**ELIDED** server=dhcp1
/ip dhcp-server network
add address=192.168.10.0/24 dns-server=192.168.10.2,192.168.10.3,8.8.8.8,192.168.10.254 gateway=192.168.10.254
add address=192.168.20.0/24 dns-server=192.168.20.254,8.8.8.8 gateway=192.168.20.254
add address=192.168.50.0/24 gateway=192.168.50.254
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/ip dns static
add address=192.168.10.2 name=PDC-01
add address=192.168.10.3 name=BDC-01
add address=192.168.10.4 name=FS-01
/ip firewall filter
add action=drop chain=input dst-port=22,23 protocol=tcp src-address-list=blacklist
add action=accept chain=output content="Login failed, incorrect username or password" dst-limit=1/1m,2,src-and-dst-addresses/1m40s protocol=tcp src-port=23
add action=add-dst-to-address-list address-list=blacklist address-list-timeout=1w3d chain=output content="Login failed, incorrect username or password" protocol=tcp src-port=23
add action=accept chain=input connection-state=new dst-limit=1/1m,2,src-and-dst-addresses/1m40s dst-port=22 protocol=tcp
add action=add-src-to-address-list address-list=blacklist address-list-timeout=1w3d chain=input connection-state=new dst-port=22 protocol=tcp
/ip firewall nat
add action=masquerade chain=srcnat src-address=192.168.20.0/24
add action=src-nat chain=srcnat protocol=tcp src-address=192.168.10.68 to-addresses=36.89.2xx.2xx
add action=dst-nat chain=dstnat dst-address=36.89.2xx.2xx protocol=tcp to-addresses=192.168.10.68
add action=masquerade chain=srcnat src-address=!192.168.10.68
/ip firewall service-port
set ftp disabled=yes
set pptp disabled=yes
/ip route
add disabled=no dst-address=0.0.0.0/0 gateway=36.89.2xx.2xx
/ip service
set ftp disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/ppp secret
add local-address=192.168.20.1 name=wita remote-address=192.168.20.2 routes=192.168.20.1 service=l2tp
/radius
add address=192.168.10.254 service=dhcp
/routing bfd configuration
add disabled=no
/system leds
set 0 disabled=yes
set 1 disabled=yes
set 2 disabled=yes
set 3 disabled=yes
/system note
set show-at-login=no
/system ntp client
set enabled=yes
/system ntp client servers
Спасибо всем за помощь. С уважением, Эрик
