Community discussions

MikroTik App
 
garlicbulb
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 51
Joined: Mon Jul 25, 2011 12:41 am

Dual power supply status

Thu Dec 04, 2014 9:25 pm

How does one check the status of the dual power supply on Routerboards such as the CCR1009-8G-1S-1S+? I don't see anything under the "System" "Health"/ Is something available via SNMP?
 
garlicbulb
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 51
Joined: Mon Jul 25, 2011 12:41 am

Re: Dual power supply status

Thu Dec 04, 2014 9:33 pm

Answered my own questions

1. You don't seem to see the power supply status using Winbox

2. Command line works

/system health print
fan-mode: auto
use-fan: main
active-fan: main
cpu-overtemp-check: yes
cpu-overtemp-threshold: 100C
cpu-overtemp-startup-delay: 1m
voltage: 24V
current: 758mA
temperature: 35C
cpu-temperature: 53C
power-consumption: 18.1W
psu1-state: ok
psu2-state: ok
fan1-speed: 4718RPM


And lastly, there is an OID for each power supply in the MIB.
 
User avatar
patrikg
Member Candidate
Member Candidate
Posts: 216
Joined: Thu Feb 07, 2013 6:38 pm
Location: Stockholm, Sweden

Re: Dual power supply status

Fri Dec 05, 2014 1:18 am

ros code

[admin@demo.mt.lv] > /system health print oid
             active-fan: .1.3.6.1.4.1.14988.1.1.3.9.0
                voltage: .1.3.6.1.4.1.14988.1.1.3.8.0
            temperature: .1.3.6.1.4.1.14988.1.1.3.10.0
  processor-temperature: .1.3.6.1.4.1.14988.1.1.3.11.0
                current: .1.3.6.1.4.1.14988.1.1.3.13.0
      power-consumption: .1.3.6.1.4.1.14988.1.1.3.12.0
             psu1-state: .1.3.6.1.4.1.14988.1.1.3.15.0
             psu2-state: .1.3.6.1.4.1.14988.1.1.3.16.0
[admin@demo.mt.lv] >
 
cbka
just joined
Posts: 19
Joined: Fri Dec 15, 2017 12:07 pm
Location: germany
Contact:

Re: Dual power supply status

Mon Jan 24, 2022 7:44 pm

ros code

[admin@demo.mt.lv] > /system health print oid
             active-fan: .1.3.6.1.4.1.14988.1.1.3.9.0
                voltage: .1.3.6.1.4.1.14988.1.1.3.8.0
            temperature: .1.3.6.1.4.1.14988.1.1.3.10.0
  processor-temperature: .1.3.6.1.4.1.14988.1.1.3.11.0
                current: .1.3.6.1.4.1.14988.1.1.3.13.0
      power-consumption: .1.3.6.1.4.1.14988.1.1.3.12.0
             psu1-state: .1.3.6.1.4.1.14988.1.1.3.15.0
             psu2-state: .1.3.6.1.4.1.14988.1.1.3.16.0
[admin@demo.mt.lv] >

this is unfortunately not longer availible... on 6.4x>
[admin@rooterboard] > system health print oid
            voltage: .1.3.6.1.4.1.14988.1.1.3.8.0
            current: .1.3.6.1.4.1.14988.1.1.3.13.0
        temperature: .1.3.6.1.4.1.14988.1.1.3.10.0
  power-consumption: .1.3.6.1.4.1.14988.1.1.3.12.0
  
[admin@rooterboard] > system health print
            voltage: 23.2V
            current: 441mA
        temperature: 43C
  power-consumption: 10.2W
       psu1-voltage: 23.9V
       psu2-voltage: 24V

 
JJT211
Frequent Visitor
Frequent Visitor
Posts: 55
Joined: Sun Apr 28, 2019 9:01 pm

Re: Dual power supply status

Tue Dec 27, 2022 10:51 am

As of 6.48.6 LTS on Tile it appears it is supported
/system health print oid
temperature: .1.3.6.1.4.1.14988.1.1.3.10.0
cpu-temperature: .1.3.6.1.4.1.14988.1.1.3.11.0
psu1-state: .1.3.6.1.4.1.14988.1.1.3.15.0
psu2-state: .1.3.6.1.4.1.14988.1.1.3.16.0
fan1-speed: .1.3.6.1.4.1.14988.1.1.3.17.0
fan2-speed: .1.3.6.1.4.1.14988.1.1.3.18.0

/system health print
cpu-overtemp-check: yes
cpu-overtemp-threshold: 100C
cpu-overtemp-startup-delay: 1m
temperature: 26C
cpu-temperature: 49C
psu1-state: ok
psu2-state: ok
fan1-speed: 4170RPM
fan2-speed: 3780RPM
 
User avatar
Nexon
newbie
Posts: 27
Joined: Tue Jan 31, 2006 9:38 am
Location: Serbia
Contact:

Re: Dual power supply status

Sat Oct 14, 2023 10:44 am

Hello MikroTik,

There is no psu state information on MikroTik CRS328-24P-4S+.

I have upgraded it to latest RouterOS 6.49.10, and still nothing about psu state.

This is the health information that it is available:

cpu-temperature: 57C
power-consumption: 39.4W
board-temperature1: 34C
psu1-voltage: 26.3V
psu2-voltage: 52.4V
psu1-current: 0A
psu2-current: 0.7A
fan1-speed: 0RPM
fan2-speed: 0RPM

Please tell us when the psu state will be available?
 
mada3k
Long time Member
Long time Member
Posts: 682
Joined: Mon Jul 13, 2015 10:53 am
Location: Sweden

Re: Dual power supply status

Sat Oct 14, 2023 5:03 pm

Whats wrong with psu1-voltage & psu2-voltage ?
 
User avatar
Nexon
newbie
Posts: 27
Joined: Tue Jan 31, 2006 9:38 am
Location: Serbia
Contact:

Re: Dual power supply status

Sat Oct 14, 2023 5:13 pm

The psu state is not available.

Who is online

Users browsing this forum: Reinis and 19 guests