Mikrotik Model Question

Quick question, I’m trying to determine the full Model number of the MikroTik Router that I’m connected too via WinBox.. Is there anyway to do that from within Winbox?

Thanks for your help…Scott

It should be in the top title bar of the winbox session, additionally from a new terminal you can do or just go to system > routerboard in winbox.

/system routerboard print

Can do what @cbrown said or You can put this into Terminal and it should neatly output it:

:put ("Model: ".[/system routerboard get model]);

Output:

Model: CCR1016-12G

Thank you… That’s perfect…