From 98a672123c7872f6b9b75a9a2b6bb3aea504de6a Mon Sep 17 00:00:00 2001 From: David Leutgeb Date: Tue, 5 Dec 2023 12:25:34 +0100 Subject: Initial commit --- MIBS/ibm/IBM-CPS-MIB | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 MIBS/ibm/IBM-CPS-MIB (limited to 'MIBS/ibm/IBM-CPS-MIB') diff --git a/MIBS/ibm/IBM-CPS-MIB b/MIBS/ibm/IBM-CPS-MIB new file mode 100644 index 0000000..c11c681 --- /dev/null +++ b/MIBS/ibm/IBM-CPS-MIB @@ -0,0 +1,40 @@ +IBM-CPS-MIB DEFINITIONS ::= BEGIN + +-- IBM +-- Converged Power Systems +-- Endicott, NY + +-- This MIB contains the necessary definitions for +-- Converged Power Systems from IBM. + +IMPORTS + enterprises + FROM RFC1155-SMI + TRAP-TYPE + FROM RFC1215 + DisplayString + FROM RFC1213-MIB; + +ibm OBJECT IDENTIFIER ::= { enterprises 2 } +ibmProd OBJECT IDENTIFIER ::= { ibm 6 } +cps OBJECT IDENTIFIER ::= { ibmProd 201 } + +cpsSystemSendTrap OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS optional + DESCRIPTION "This variable contains a textual represenation + of all the trap data." + ::= { cps 3 } + +problemTrap TRAP-TYPE + ENTERPRISE cps + VARIABLES { + cpsSystemSendTrap + } + DESCRIPTION + "This trap is sent whenever a Problem Log Entry is created." + ::= 3 + + +END -- cgit v1.2.3