Community discussions

MikroTik App
 
mdj2000
just joined
Topic Author
Posts: 23
Joined: Mon Aug 22, 2022 5:50 pm
Location: Italy

Configuration SXT LTE kit (RBSXTR&R11e-LTE) with hAP ac² (Ethernet interface link down & up)

Mon Aug 22, 2022 6:06 pm

Good morning from Italy to all the staff.
I publish a diagram with their relative configurations to ask if what I want to achieve has been configured correctly by me, because i have a problem with an ethernet intherface.
I ask for this help because I am still new to this system

here the configuration of SXT. For obvious reasons I have included a few ***
/interface lte
set [ find ] allow-roaming=yes name=lte1 network-mode=lte
/interface bridge
add comment="*** eth1 eth2" name=bridge1
/interface list
add name=WAN
add name=LAN
/interface lte apn
set [ find default=yes ] apn=*** name="***"
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=pool1 ranges=192.168.88.101-192.168.88.199
/ip dhcp-server
add address-pool=pool1 disabled=no interface=bridge1 \
lease-time=1d name=server1
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=WAN
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface detect-internet
set detect-interface-list=WAN
/interface list member
add interface=lte1 list=WAN
add interface=bridge1 list=LAN
/ip address
add address=192.168.88.1/24 interface=bridge1 network=192.168.88.0
/ip dhcp-client
add disabled=no interface=bridge1
/ip dhcp-server lease
add address=192.168.88.201 comment="NVR" mac-address=***:0D:95 server=server1
add address=192.168.88.200 comment="SEC" mac-address=***:3A:22 server=server1
add address=192.168.88.2 comment="BRIDGE" mac-address=***:5B:B2 server=server1 use-src-mac=yes
/ip dhcp-server network
add address=192.168.88.0/24 dns-server=8.8.8.8,8.8.4.4 gateway=192.168.88.1 netmask=24
/ip dns
set servers=8.8.8.8,8.8.4.4,1.1.1.1,1.0.0.1
/ip firewall filter
add action=accept chain=input protocol=icmp
add action=accept chain=input connection-state=established
add action=accept chain=input connection-state=related
add action=drop chain=input in-interface-list=!LAN
/ip firewall nat
add action=masquerade chain=srcnat out-interface-list=WAN
/system clock
set time-zone-name=Europe/Rome
/system identity
set name="MikroTik SXT R"
/system ntp client
set enabled=yes primary-ntp=93.94.88.50 secondary-ntp=193.204.114.105 server-dns-names=it.pool.ntp.org,ntp.inrim.it
/tool sms
set port=lte1 receive-enabled=yes

here the configuration of HAP
/interface bridge
add name=bridge1
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk mode=dynamic-keys name=prolife1 supplicant-identity="" wpa2-pre-shared-key=***
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce country=italy disabled=no frequency=auto mode=ap-bridge security-profile=prolife1 ssid=*** wireless-protocol=802.11
set [ find default-name=wlan2 ] band=5ghz-n/ac channel-width=20/40/80mhz-eeCe country=italy disabled=no frequency=auto mode=ap-bridge security-profile=prolife1 ssid=*** wireless-protocol=802.11
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=wlan2
/interface detect-internet
set detect-interface-list=WAN
/interface list member
add interface=ether1 list=WAN
add interface=ether2 list=LAN
add interface=ether3 list=LAN
add interface=ether4 list=LAN
add interface=ether5 list=LAN
add interface=wlan1 list=LAN
add interface=wlan2 list=LAN
/interface wireless cap
set bridge=bridge1 interfaces=wlan2,wlan1
/ip dhcp-client
add disabled=no interface=bridge1
/ip dns
set servers=192.168.88.1
/system clock
set time-zone-name=Europe/Rome
/system identity
set name="MikroTik HAP"
/system ntp client
set enabled=yes


I think I tried to configure a static ip to the hAP. However, it seems to me that sometimes when I restart it there is an IP problem due to its bridge that varies the MAC address.
In the SXT I entered this command hoping it is right:
add address = 192.168.88.2 comment = "BRIDGE" mac-address = ***: 5B: B2 server = server1 use-src-mac = yes

At the moment, since it is a home installation, I have no problems with physical infringements and I would only like to use it (even if I do not exploit it to its full potential) that works as per the scheme.

I encountered a problem both on the logs of an ac2 hAP and on the device physically connected to the ethernet port (Ether2 interface link down & up). The link goes down and up and consequently the assignment via DHCP also creates problems in the SXT logs. The link goes down for a few seconds and then back up and reappears after a few tens of minutes.
Physical side. First point RBD52G-5HacD2HnD (hAP ac2) obviously updated to the latest release. Another point is an IP module of a Bentel alarm control panel. The latter has no problems because connecting it to a normal Huawei modem router does not crash and does not report errors to me. I also say this because the system is in the house and I am the owner of it and before I installed the MikroTik everything was working great.
I have already tried both replacing the cable with a known good one and changing the physical port on the hAP to no avail.
Logical side. I have done several unsuccessful tests on configuring the ethernet interface with no success. First with auto-negotiation, then with half-duplex, and at different speeds (10M / 100M) without success.
Now since I think I have created a fairly basic configuration, I cannot solve the problem due to my inexperience.

Anyone have any ideas about it? Thank you
Excuse me again for my ignorance and my English if I made mistakes because I am an Italian
 
mdj2000
just joined
Topic Author
Posts: 23
Joined: Mon Aug 22, 2022 5:50 pm
Location: Italy

Re: Configuration SXT LTE kit (RBSXTR&R11e-LTE) with hAP ac² (Ethernet interface link down & up)

Mon Aug 22, 2022 6:29 pm

Schema rete mikrotik.jpg

Route SXT.jpg

Route HAP.jpg
You do not have the required permissions to view the files attached to this post.
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11982
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: Configuration SXT LTE kit (RBSXTR&R11e-LTE) with hAP ac² (Ethernet interface link down & up)

Mon Aug 22, 2022 6:32 pm

Ben fatto.
 
mdj2000
just joined
Topic Author
Posts: 23
Joined: Mon Aug 22, 2022 5:50 pm
Location: Italy

Re: Configuration SXT LTE kit (RBSXTR&R11e-LTE) with hAP ac² (Ethernet interface link down & up)

Sat Aug 27, 2022 2:32 pm

by chance do you have any solution for my problem. Unfortunately, I continue to have some disconnections of the link with up and down. Please suggest me :-|
 
holvoetn
Forum Guru
Forum Guru
Posts: 5413
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: Configuration SXT LTE kit (RBSXTR&R11e-LTE) with hAP ac² (Ethernet interface link down & up)

Sat Aug 27, 2022 6:01 pm

Already tried a power injector to power sxt ?
I'm not sure hap can provide enough.
 
User avatar
anav
Forum Guru
Forum Guru
Posts: 19117
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Re: Configuration SXT LTE kit (RBSXTR&R11e-LTE) with hAP ac² (Ethernet interface link down & up)

Sat Aug 27, 2022 6:16 pm

@rextended, are you calling the op FAT ?? ;-)

@op Can you confirm then you are NOT using the Hapac2 as a router and just as a switch/AP ?
 
hecatae
Member Candidate
Member Candidate
Posts: 244
Joined: Thu May 21, 2020 2:34 pm

Re: Configuration SXT LTE kit (RBSXTR&R11e-LTE) with hAP ac² (Ethernet interface link down & up)

Sat Aug 27, 2022 7:07 pm

Already tried a power injector to power sxt ?
I'm not sure hap can provide enough.
The ac2 can't provide poe out at all.
 
mdj2000
just joined
Topic Author
Posts: 23
Joined: Mon Aug 22, 2022 5:50 pm
Location: Italy

Re: Configuration SXT LTE kit (RBSXTR&R11e-LTE) with hAP ac² (Ethernet interface link down & up)

Sat Aug 27, 2022 7:45 pm

Already tried a power injector to power sxt ?
I'm not sure hap can provide enough.
the power supply is independent for both. The SXT there is the injector POE with the original power because it has no independent power supply.
I always ask this as an ignoramus in the RouterOS world. It's not like I have to change the configuration
 
mdj2000
just joined
Topic Author
Posts: 23
Joined: Mon Aug 22, 2022 5:50 pm
Location: Italy

Re: Configuration SXT LTE kit (RBSXTR&R11e-LTE) with hAP ac² (Ethernet interface link down & up)  [SOLVED]

Tue Dec 19, 2023 10:23 am

Here is the link to the most recent discussion that solved the problem for me. Thank you all

viewtopic.php?t=195948

Who is online

Users browsing this forum: No registered users and 38 guests