FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
235 views 0 comments
by anonymous

Dear support! How it is possible to check via cli that the router "Joined LTE network"? Is there a special command?

1 Answer

0 votes
by anonymous

Hi,

by the message, I guess you're looking for logread command. To check the logs head over to CLI, login and execute command logread which will output all system log that you're looking for. To find a specific message, like you said "Joined LTE network" you will need to use pipe function along with logread and grep commands command. E.g logread | grep "Joined LTE network" or logread | grep "LTE".

EB.

Best answer