-
-
Notifications
You must be signed in to change notification settings - Fork 395
Description
Device information
- Vendor/Brand: Ever (Phoenixtec)
- Model: PowerLine RT Pro 3000
- Interface: NMC (SNMP v3)
- NMC firmware version: [please fill in from web GUI]
- sysOID:
.1.3.6.1.4.1.935.10.1
NUT information
- NUT version: 2.8.0
- Driver: snmp-ups
- OS/Distribution: Debian 12
Problem description
When starting the snmp-ups
driver, the following message is displayed:
No matching MIB found for sysOID '.1.3.6.1.4.1.935.10.1'!
Please report it to NUT developers, with an 'upsc' output for your device.
Going back to the classic MIB detection method.
Despite this, the UPS works with mibs = auto
or mibs = ietf
.
Instant commands supported are limited (load.off/on, beeper control, battery tests), but there is no per-outlet control.
ups.conf:
[ups01-snmp]
driver = snmp-ups
port = 192.168.1.244
# SNMPv3
snmp_version = v3
secLevel = authPriv
secName = xxx
authProtocol = MD5
authPassword = xxxx
privProtocol = DES
privPassword = xxxxx
mibs = auto
pollfreq = 5
desc = "Ever PowerLine RT Pro 3k + NMC (SNMPv3)"
Full upsc
output
upsc ups01-snmp@localhost:
Init SSL without certificate database
battery.charge: 100
battery.current: -0.10
battery.runtime: 59940
battery.runtime.low: 0
battery.temperature: 20
battery.voltage: 80.10
device.contact: Technical Support Center
device.description: Network Management Card for UPS
device.location: B1-S1-SS2
device.mfr: EPPC
device.model: ON-LINE
device.type: ups
driver.name: snmp-ups
driver.parameter.authProtocol: MD5
driver.parameter.mibs: auto
driver.parameter.pollfreq: 5
driver.parameter.pollinterval: 2
driver.parameter.port: 192.168.1.244
driver.parameter.privProtocol: DES
driver.parameter.secLevel: authPriv
driver.parameter.snmp_version: v3
driver.parameter.synchronous: auto
driver.version: 2.8.0
driver.version.data: tripplite MIB 1.54
driver.version.internal: 1.21
input.bypass.frequency: -0.10
input.bypass.phases: -1
input.current: -0.10
input.frequency: 50
input.frequency.nominal: 50
input.phases: 1
input.realpower: -1
input.transfer.high: 0
input.transfer.low: 0
input.voltage: 236
input.voltage.nominal: 230
output.current: 0
output.frequency: 50
output.frequency.nominal: -0.10
output.phases: 1
output.power.nominal: -1
output.realpower: 0
output.realpower.nominal: -1
output.voltage: 230
output.voltage.nominal: -1
ups.beeper.status: disabled
ups.firmware: 02.14
ups.firmware.aux: 3.6.0.1
ups.load: 0
ups.mfr: EPPC
ups.model: ON-LINE
ups.status: OL
ups.test.result: done and passed
ups.timer.shutdown: -1
ups.timer.start: -1
Steps to reproduce
- Configure
ups.conf
with:[tups01-snmp] driver = snmp-ups port = 192.168.x.x snmp_version = v3 secLevel = authPriv secName = zbxups authProtocol = MD5 authPassword = **** privProtocol = DES privPassword = **** mibs = auto
Run upsdrvctl start.
See the sysOID detection warning in logs.
Requested:
Add recognition of sysOID .1.3.6.1.4.1.935.10.1 (Ever / Phoenixtec PowerLine RT Pro 3000) to snmp-ups.
Confirm whether vendor-specific outlet control is available through this NMC.
Additional notes
There are two identical units with the same sysOID and behavior.
SNMPv3 authPriv (MD5/DES) is required by the environment.
If needed I can provide full SNMP walk of .1.3.6.1.2.1.33 and .1.3.6.1.4.1.935 branches.
Thank you!
Metadata
Metadata
Assignees
Labels
Type
Projects
Status