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
175 views 1 comments
by anonymous
Hi,

In the legacy firmware (EDIT: Legacy firmware on eg. RUT950), the GUI had a menu which showed the routers LAN-ports and their active/passive state. In the newer firmwares (07.0x.y) I could not find this information. How can we remotely check which LAN-ports have devices connected? If there is no possibility to check this through the web-GUI, please advise commands to run over SSH.

1 Answer

0 votes
by anonymous

Hello,

With current RutOS you could try using the following SSH command:

  • ubus call vuci.network get_ports

or you can use the following command specifically for LAN ports:

  • swconfig dev switch0 show

Best regards,

by anonymous
Thanks! The swconfig shows exactly what I was looking for.