[f-nsp] OID for TurboIron PowerSupply

Nick Hilliard nick at foobar.org
Mon Jan 16 17:33:00 EST 2012


On 16/01/2012 22:01, Robert Hass wrote:
> Is any SNMP OID in TurboIron (SW 4.2 or 7.3 - doesn't matter) to
> monitor status of power supply ?
> We had problem with one power supply (lost power due to disconnect
> power cord) and there wasn't any information about this in syslog. So
> I'm looking for monitoring these events in SNMP.

Yes, this info is available in .1.3.6.1.4.1.1991.1.1.1.2.1

> % snmpwalk -v 2c -c blahblah switchname.example.com .1.3.6.1.4.1.1991.1.1.1.2.1
> SNMPv2-SMI::enterprises.1991.1.1.1.2.1.1.1.1 = INTEGER: 1
> SNMPv2-SMI::enterprises.1991.1.1.1.2.1.1.1.2 = INTEGER: 2
> SNMPv2-SMI::enterprises.1991.1.1.1.2.1.1.2.1 = STRING: "Power supply 1 (right slot when facing rear)"
> SNMPv2-SMI::enterprises.1991.1.1.1.2.1.1.2.2 = STRING: "Power supply 2 (left slot when facing rear)"
> SNMPv2-SMI::enterprises.1991.1.1.1.2.1.1.3.1 = INTEGER: 2
> SNMPv2-SMI::enterprises.1991.1.1.1.2.1.1.3.2 = INTEGER: 2
> %

The entries in .1.3.6.1.4.1.1991.1.1.1.2.1.1.3 are the PSU OperStatus and
are defined as follows:

> snChasPwrSupplyOperStatus OBJECT-TYPE
>         SYNTAX  INTEGER {
>                 other(1),
>                 normal(2),
>                 failure(3)
>                 }
>         MAX-ACCESS  read-only
>         STATUS  current
>         DESCRIPTION
>                 "The power supply operation status."
>         ::= { snChasPwrSupplyEntry 3 }

There's a MIB view here:

http://www.oidview.com/mibs/1991/FOUNDRY-SN-AGENT-MIB.html

Also, if you have foundrynet access, take a look at the 'MIBs' in the
Turboiron section.  This is all defined in there.

Nick



More information about the foundry-nsp mailing list