Code: Select all
[admin@ACS-LTE1] /interface lte> export
# jun/05/2018 09:01:11 by RouterOS 6.42.3
# software id = VPGL-JN8Z
#
# model = RouterBOARD wAP R-2nD
# serial number = 86C6071C1396
/interface lte
set [ find ] mac-address=AC:FF:FF:00:00:00 name=lte1 pin=1111
/interface lte apn
set [ find default=yes ] apn=everywhere authentication=chap name=EE passthrough-interface=\
vlan-LTE passthrough-mac=auto password=secure user=eesecure
Code: Select all
set [ find default=yes ] apn=everywhere authentication=chap ip-type=ipv4-ipv6 name=EE passthrough-interface=vlan-LTE passthrough-mac=auto \
password=secure user=eesecure
What am I doing wrong?