Community discussions

MikroTik App
 
oldcrow
just joined
Topic Author
Posts: 21
Joined: Sun Jul 15, 2018 11:04 am

lte interface disabled inconsistency

Sun Jun 16, 2019 10:44 am

Hi all

I am trying to set up lte disabling enabling via netwatch (after checking to see if already disabled/enabled)
the interface name is mylte. currently using 6.44.3 (stable) and hAP ac2

in terminal/cli
/interface disable mylte and /interface enable mylte work fine

however as scrips only enable works.

To turn the lte off I had to use /interface set disabled=yes mylte

cheers
oldcrow
 
User avatar
krafg
Forum Guru
Forum Guru
Posts: 1042
Joined: Sun Jun 28, 2015 7:36 pm

Re: lte interface disabled inconsistency

Sun Jun 16, 2019 9:55 pm

Why do you need disable and enable interface?

If you have 2 Wans and you need failover, you can use a bigger route distance for the secondary Wan.

Regards.
 
User avatar
sebastia
Forum Guru
Forum Guru
Posts: 1782
Joined: Tue Oct 12, 2010 3:23 am
Location: Antwerp, BE

Re: lte interface disabled inconsistency

Mon Jun 17, 2019 10:11 pm

Hey

the command shoul be "/interface lte disable <name>"