Hello.
I can see on the LTE interface, in the status tab a "link-down’ count but I cannot find it via scripting.

Can anyone help me to obtain the data?
Hello.
I can see on the LTE interface, in the status tab a "link-down’ count but I cannot find it via scripting.

Can anyone help me to obtain the data?
i don’t have device with lte, but this should work.
:put [ /interface get lte1 link-downs ]
or
:put [/interface get [/interface find default-name=... ] link-downs ]
Hello.
Yes, you are correct, but I cannot imagine why I could not find that before…
Thanks for all.