Community discussions

MikroTik App
 
User avatar
vargdaff
just joined
Topic Author
Posts: 5
Joined: Mon Jan 15, 2018 9:42 pm

RB2011 Health parameters

Mon Jan 15, 2018 9:54 pm

Anybody knows how to get health parameters from a RB2011?
I know that some boards don't have sensors (voltage, temp.) and in that cases health parameters appears in zero values, but in the RB2011... I don't even got that menu inside System.
 
jarda
Forum Guru
Forum Guru
Posts: 7756
Joined: Mon Oct 22, 2012 4:46 pm

Re: RB2011 Health parameters

Tue Jan 16, 2018 5:32 pm

What is the full exact model number?
 
User avatar
sebastia
Forum Guru
Forum Guru
Posts: 1782
Joined: Tue Oct 12, 2010 3:23 am
Location: Antwerp, BE

Re: RB2011 Health parameters

Tue Jan 16, 2018 6:11 pm

You can read them on console:
:put [/system health get < parameter > ]

ex:
:put [/system health get voltage  ]
 
User avatar
vargdaff
just joined
Topic Author
Posts: 5
Joined: Mon Jan 15, 2018 9:42 pm

Re: RB2011 Health parameters

Wed Jan 17, 2018 10:46 pm

The exactly model of the router is RB2011iL - RM (RM of rack mounting feature)...
Those commands

[me@t2011] > system health get
Returns value of given item's property.

<value-name> -- Name of the value you want to get


[me@2011] >> system health get voltage
[me@2011] >>

Returns nothing...
I start to belive that the RB2011 don't have any sensors at all.
 
jarda
Forum Guru
Forum Guru
Posts: 7756
Joined: Mon Oct 22, 2012 4:46 pm

Re: RB2011 Health parameters

Thu Jan 18, 2018 1:11 pm

There are more 2011 versions. Check the differences...
https://mikrotik.com/product/RB2011iL-RM
https://mikrotik.com/product/RB2011UiAS-RM

You have just the lighter version without the monitoring. If you need it, you had to choose other model.
 
User avatar
sebastia
Forum Guru
Forum Guru
Posts: 1782
Joined: Tue Oct 12, 2010 3:23 am
Location: Antwerp, BE

Re: RB2011 Health parameters

Thu Jan 18, 2018 4:06 pm

Hi vargdaff

Why don't you try the command exactly as it has been given to you?
If you wonder why..
[admin@firewall] > system health get voltage 
[admin@firewall] > :put [system health get voltage ]
246
"system health get voltage" will not print the value, it needs something else to do that -> :put

Let us know, how it went
 
User avatar
vargdaff
just joined
Topic Author
Posts: 5
Joined: Mon Jan 15, 2018 9:42 pm

Re: RB2011 Health parameters

Thu Jan 18, 2018 7:40 pm

sebastia

thanks a lot, but how jarda says... I'm having the lightest version of RB2011 routers
Command, even woth :put header, still having no output

[me@2011] > :put [system health get voltage ]

[me@2011] >

So I think I'm gonna get something else to read voltage and temp
 
User avatar
sebastia
Forum Guru
Forum Guru
Posts: 1782
Joined: Tue Oct 12, 2010 3:23 am
Location: Antwerp, BE

Re: RB2011 Health parameters

Thu Jan 18, 2018 7:56 pm

Okido