Get single attribute
Posted: Tue Jan 17, 2017 6:58 pm
Hi, I've some ssh script that connects to a mikrotik, and I'd like to get the board model, when logged I would do a , but that will print also the uptime, version, etc..
I was expecting that would work for single attributes, but it does nothing.
What would be the proper method to print only this item on a ssh session?
Code: Select all
/system resource print
I was expecting that
Code: Select all
/system resource get board-name
What would be the proper method to print only this item on a ssh session?