Добрый день , уважаемый D-Link. Вообщем вопрос по RPS и получение данных по snmp с 3420
Есть коммутаторы 3420 -2 шт и 3000-10TC.
К коммутатору 3420 с ip 172.16.16.75 rps не подключен. oid мне возращает, что rps FAIL.
А должно по идеи возвращать , что не подключен RPS.
DGS-3420-26SC
Код:
snmpwalk -v2c -c public 172.16.16.75 1.3.6.1.4.1.171.12.11.1.6.1.3.1.2
SNMPv2-SMI::enterprises.171.12.11.1.6.1.3.1.2 = INTEGER: 4
DGS-3000-10TC
Код:
snmpwalk -v2c -c public 172.16.21.219 1.3.6.1.4.1.171.12.11.1.6.1.3.1.2
SNMPv2-SMI::enterprises.171.12.11.1.6.1.3.1.2 = INTEGER: 0
Код:
Name:
swPowerStatus
Type:
OBJECT-TYPE
OID:
1.3.6.1.4.1.171.12.11.1.6.1.3
Numerical syntax:
Integer (32bit)
Base syntax:
INTEGER
Composed syntax:
INTEGER
Status:
current
Max access:
read-only
Value list:
1: other(0)
2: lowVoltage(1)
3: overCurrent(2)
4: working(3)
5: fail(4)
6: connect(5)
7: disconnect(6)
Description:
Indicates the current power status.
lowVoltage : The voltage of the power unit is too low.
overCurrent: The current of the power unit is too high.
working : The power unit is working normally.
fail : The power unit has failed.
connect : The power unit is connected but not powered on.
disconnect : The power unit is not connected.