Hi, already done without success, I have changed R11e-4G with my old one R11e-LTE
I also tryed with all regular and testing firmware.
I heve questions
- can R11e-4G and R11e-LTE firmware be downgraded ?
- if yes how ?
- can be problem with firmware on R11e-4G ?
- can I change band in cli ?
my config
# jun/19/2019 05:46:02 by RouterOS 6.45beta62
# software id = LVUP-46NQ
#
# model = RBLHGR
# serial number = A333092606C6
/interface lte
set [ find ] mac-address=00:11:22:33:44:56 name=lte1 network-mode=lte
/interface ethernet
set [ find default-name=ether1 ] rx-flow-control=auto tx-flow-control=auto
/interface list
add name=WAN
add name=LAN
/interface lte apn
set [ find default=yes ] apn=internet.ht.hr authentication=pap name=internet
add apn=fms.ht.hr default-route-distance=1 name=apn1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp ranges=192.168.88.100-192.168.88.130
/ip dhcp-server
add address-pool=dhcp disabled=no interface=ether1 name=server1
/ip neighbor discovery-settings
set discover-interface-list=WAN
/interface detect-internet
set detect-interface-list=all internet-interface-list=WAN lan-interface-list=\
LAN wan-interface-list=WAN
/interface list member
add interface=lte1 list=WAN
add interface=ether1 list=LAN
/ip address
add address=192.168.88.1/24 interface=ether1 network=192.168.88.0
/ip cloud
set ddns-enabled=yes
/ip cloud advanced
set use-local-address=yes
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf dns-server=192.168.88.1 gateway=\
192.168.88.1 netmask=24
/ip dns
set allow-remote-requests=yes
/ip firewall filter
add action=accept chain=forward
/ip firewall mangle
add action=change-ttl chain=postrouting disabled=yes new-ttl=set:65 \
out-interface=lte1 passthrough=yes
/ip firewall nat
add action=accept chain=srcnat disabled=yes
add action=masquerade chain=srcnat dst-address=0.0.0.0/0 out-interface=lte1
/ip route
add distance=1 gateway=lte1
/ip smb
set allow-guests=no
/ip upnp
set show-dummy-rule=no
/ip upnp interfaces
add interface=ether1 type=internal
add interface=lte1 type=external
/port firmware
set directory=flash
/system clock
set time-zone-name=Europe/Zagreb
/system identity
set name=LTE
/system logging
add topics=lte
add topics=lte
/system ntp client
set enabled=yes primary-ntp=193.2.1.117
/system watchdog
set watchdog-timer=no
/tool sms
set allowed-number="" port=lte1 receive-enabled=yes
[admin@LTE] >