• May 21, 2012, 07:47:49 AM
Welcome, Guest. Please login or register. Registration is free.
Did you miss your activation email?

Author Topic: Alarm/Trap for Power Supply Status  (Read 603 times)

0 Members and 1 Guest are viewing this topic.

Offline wraith

  • Site Developer
  • Rookie
  • *****
  • Posts: 5
Alarm/Trap for Power Supply Status
« on: September 28, 2011, 07:27:15 PM »
I have been digging through Avaya's documentation and related MIBs looking for something that will let me monitor the status of the power supply.  I have some 5500 switches with dual redundant supplies and some 4500s with single supplies.

Anyone have any ideas?

Thanks.


Offline Michael McNamara

  • Administrator
  • Hero Member
  • *****
  • Posts: 2503
    • Michael McNamara
Re: Alarm/Trap for Power Supply Status
« Reply #1 on: September 28, 2011, 11:31:49 PM »
Hi wraith and welcome to the forums!

I'll probably need to look that one up myself but here is the trap for the ERS 8600 switches;


EVENT rcnChasPowerSupplyDown .1.3.6.1.4.1.2272.1.21.0.6 "Status Alarms" Major
FORMAT Chassis power supply down


Cheers!
We've been helping network engineers, system administrators and technology professionals since June 2009.
If you've found this site useful or helpful, please help me spread the word. Link to us in your blog or homepage - Thanks!

Offline Slava N

  • Rookie
  • **
  • Posts: 24
Re: Alarm/Trap for Power Supply Status
« Reply #2 on: September 29, 2011, 02:21:32 AM »
For fast search OID you may use JDM and Wireshark. Run Wireshark, apply filter "SNMP" and request necessary parameter from JDM. You must see packet with nessesary parameter and OID in wireshark.

Online bylie

  • Sr. Member
  • ****
  • Posts: 120
Re: Alarm/Trap for Power Supply Status
« Reply #3 on: September 29, 2011, 04:22:01 AM »
I would try walking through the S5-CHASSIS-MIB (top is OID .1.3.6.1.4.1.45.1.6.3 if I'm not mistaken) this should give you information about any RPS's you have installed. (more information at http://www.oidview.com/mibs/45/S5-CHASSIS-MIB.html and it's probably advisable to consult the actual S5-CHASSIS-MIB.mib from the specific switch and firmware to know how to interpret the values).


Offline wraith

  • Site Developer
  • Rookie
  • *****
  • Posts: 5
Re: Alarm/Trap for Power Supply Status
« Reply #4 on: September 29, 2011, 11:56:56 AM »
I went through the S5-CHASSIS-MIB but the only references to the power supply are informational (PS type, how PS is to be used, etc.).  The rcnChasPowerSupplyDown event in the RAPID-CITY mib is not supported by the 5500s (I believe, it's not in the mib I got for the 5500s, incidentally from your blog post Michael).  I will have to grab the JDM and try to dig through the OID that way in the hopes of discovering a different MIB that might contain that information.

I guess it would be covered by the s5CtrProblem, in the S5-CHASSIS-TRAP mib, which is apparently triggered anytime "AC power fails or is restored" (5500 Configuration - Security document from Avaya).  Anyone have experience with that trap?

Thanks.

Offline Michael McNamara

  • Administrator
  • Hero Member
  • *****
  • Posts: 2503
    • Michael McNamara
Re: Alarm/Trap for Power Supply Status
« Reply #5 on: October 10, 2011, 01:47:55 PM »
Here are the traps that I recieved when I remove the RPSU from a running stack of ERS 5530s (v6.1.5 software);

BAY-STACK-NOTIFICATIONS-MIB::bsnNotifications
S5-ROOT-MIB::s5ChaTrap

It was the s5ChaTrap that included additional OIDs and variables indicating that a "Redundant Power Supply" failure.

Good Luck!
We've been helping network engineers, system administrators and technology professionals since June 2009.
If you've found this site useful or helpful, please help me spread the word. Link to us in your blog or homepage - Thanks!

Offline Bez

  • Rookie
  • **
  • Posts: 9
Re: Alarm/Trap for Power Supply Status
« Reply #6 on: December 14, 2011, 10:47:51 AM »
Hi,

Did anyone get anywhere this this ?

From what I can see from browsing the MIB on the 55xx that the PSU portion isn't supported.

I get as far as : 1.3.6.1.4.45.1.6.3 and then I only have options for 1, 2, 3, 4 or 5....not 9 !

 

Offline Michael McNamara

  • Administrator
  • Hero Member
  • *****
  • Posts: 2503
    • Michael McNamara
Re: Alarm/Trap for Power Supply Status
« Reply #7 on: December 14, 2011, 10:56:11 AM »
Did anyone get anywhere this this ?

From what I can see from browsing the MIB on the 55xx that the PSU portion isn't supported.

I get as far as : 1.3.6.1.4.45.1.6.3 and then I only have options for 1, 2, 3, 4 or 5....not 9 !

Hi Bez and welcome to the forums!

The question posted by the original posted was answered above (guess you miss it).

Cheers!
We've been helping network engineers, system administrators and technology professionals since June 2009.
If you've found this site useful or helpful, please help me spread the word. Link to us in your blog or homepage - Thanks!