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
284 views 1 comments
by anonymous

Hello

In RMS, I can see 2 columns of information for Device List:

  • Batch Number
  • Hardware Revision
I cannot find this info anywhere on the local device or in the SSH/console area using `ubus call system board` type commands.
Where does this info come from, and is there any other way to view it other than in RMS console?

1 Answer

0 votes
by anonymous

Greetings,
Thank you for the question.

In order to get the batch number and hardware revision of the device, execute the following command in the command line interface:
mnf_info -b -H

Best regards.

by anonymous

Thank you, this is perfect!

I will use this command so it prints labels:

# mnf_info -sbH | awk 'BEGIN { l[1]="sn";l[2]="batch";l[3]="hwver" } { printf "%6s: %s\n", l[NR], $0 }'