Hi everybody.
I'm trying to obtain via SNMP information about power supply status on a S5720 switch.
my customer request is pwr 2 status oid
1. I can't find that pwr 2 status oid
<HUAWEI>dis devi
S5720-28X-PWR-SI-AC's Device status:
Slot Sub Type Online Power Register Status Role
-------------------------------------------------------------------------------
0 - S5720-28X-PWR-SI-AC Present PowerOn Registered Normal Master
PWR1 POWER Present PowerOn Registered Normal NA
PWR2 POWER Present PowerOn Registered Normal NA
Does anyone know the SNMP OID I can get this information?
2.what is pwr1/pwr2 each of trap oid??
SRM/4/POWERRESUME:OID 1.3.6.1.4.1.2011.5.25.129.2.1.10 Power normal. (EntityPhysicalIndex=67108873, BaseTrapSeverity=3, BaseTrapProbableCause=67966, BaseTrapEventType=5, EntPhysicalContainedIn=5, EntPhysicalName=MPU Board 0, RelativeResource=PWR1 POWER, ReasonDescription=PWR1 POWER is normal)
SRM/1/POWERFAULT:OID 1.3.6.1.4.1.2011.5.25.129.2.1.9 Power is abnormal. (EntityPhysicalIndex=67108873, BaseTrapSeverity=3, BaseTrapProbableCause=67966, BaseTrapEventType=5, EntPhysicalContainedIn=5, EntPhysicalName=MPU Board 0, RelativeResource=PWR1 POWER, ReasonDescription=PWR1 POWER is abnormal)
SRM/4/POWERRESUME:OID 1.3.6.1.4.1.2011.5.25.129.2.1.10 Power normal. (EntityPhysicalIndex=67108873, BaseTrapSeverity=3, BaseTrapProbableCause=67966, BaseTrapEventType=5, EntPhysicalContainedIn=5, EntPhysicalName=MPU Board 0, RelativeResource=PWR2 POWER, ReasonDescription=PWR2 POWER is normal) 67966, BaseTrapEventType=5, EntPhysicalContainedIn=5, EntPhysicalName=MPU Board 0, RelativeResource=PWR2 POWER, ReasonDescription=PWR2 POWER is normal)
SRM/1/POWERFAULT:OID 1.3.6.1.4.1.2011.5.25.129.2.1.9 Power is abnormal. (EntityPhysicalIndex=67108873, BaseTrapSeverity=3, BaseTrapProbableCause=67966, BaseTrapEventType=5, EntPhysicalContainedIn=5, EntPhysicalName=MPU Board 0, RelativeResource=PWR2 POWER, ReasonDescription=PWR2 POWER is abnormal)
i was find oid
pwr nomal trap 1.3.6.1.4.1.2011.5.25.129.2.1.9
pwr abnormal trap 1.3.6.1.4.1.2011.5.25.129.2.1.10
EntityPhysicalIndex=67108873
i want each of oid values
pwr1 trap oid -->??
pwr2 trap oid-->??
Does anyone know the SNMP OID I can get this information?
Best Regards.