BCS-TRAPS-MIB: View SNMP OID List / Download MIB

VENDOR: GENERAL INSTRUMENT


 Home MIB: BCS-TRAPS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 bcsTraps 1.3.6.1.4.1.1166.7.3
The MIB module for the bcs common trap objects.
     bcsTrapElements 1.3.6.1.4.1.1166.7.3.1
         trapIdentifier 1.3.6.1.4.1.1166.7.3.1.1 integer read-only
This object identifies the specific notification issued by the network element.
         trapSequenceId 1.3.6.1.4.1.1166.7.3.1.2 integer read-only
This object identifies the specific notification issued by the network element.
         trapNetworkElemModelNumber 1.3.6.1.4.1.1166.7.3.1.3 displaystring read-only
The value of this object is the model number of the network element. Combination of Model # and Serial # is used as the unique identifier of the NE.
         trapNetworkElemSerialNum 1.3.6.1.4.1.1166.7.3.1.4 displaystring read-only
The value of this object is the serial number of the network element. Combination of Model # and Serial # is used as the unique identifier of the NE.
         trapPerceivedSeverity 1.3.6.1.4.1.1166.7.3.1.5 integer read-only
This parameter defines five severity levels, which provide an indication of how it is perceived that the capability of the managed object has been affected. The other level is not a severity level, but indicates that an alarm has been cleared, and thus is no longer in alarm state. Note that this field has no meaning for configuration change traps. Enumeration: 'major': 5, 'indeterminate': 2, 'warning': 3, 'critical': 6, 'cleared': 1, 'minor': 4.
         trapNetworkElemOperState 1.3.6.1.4.1.1166.7.3.1.6 integer read-only
The current Operational State of the Network Element which generated the trap. Enumeration: 'disabled': 2, 'enabled': 1.
         trapNetworkElemAlarmStatus 1.3.6.1.4.1.1166.7.3.1.7 integer read-only
The current Alarm Status of the Network Element Alarm Status is always equal to the highest severity level of all outstanding alarms in this NE. Enumeration: 'major': 5, 'indeterminate': 2, 'idle': 1, 'warning': 3, 'critical': 6, 'minor': 4.
         trapNetworkElemAdminState 1.3.6.1.4.1.1166.7.3.1.8 integer read-only
The current Adminsitrative state of the network element. Enumeration: 'locked': 1, 'shuttingDown': 3, 'unlocked': 2.
         trapNetworkElemAvailStatus 1.3.6.1.4.1.1166.7.3.1.9 integer read-only
The current Operational state of the network elment is defined in ISO/IEC 10164-2. Enumeration: 'available': 10, 'dependency': 6, 'notInstalled': 8, 'offDuty': 5, 'logFull': 9, 'inTest': 1, 'failed': 2, 'powerOff': 3, 'offLine': 4, 'degraded': 7.
         trapText 1.3.6.1.4.1.1166.7.3.1.10 displaystring read-only
This variable contains an optional trap text.
         trapNETrapLastTrapTimeStamp 1.3.6.1.4.1.1166.7.3.1.11 timeticks read-only
This OBJECT IDENTIFIER is used to hold time, in hundreths of a second since the network management portion of the system was last re-initialized.
         trapChangedObjectId 1.3.6.1.4.1.1166.7.3.1.12 object identifier read-only
This variable identifies the object that has generated the trap.
         trapAdditionalInfoInteger1 1.3.6.1.4.1.1166.7.3.1.13 integer read-only
This 32 bit integer is used to hold specific information about the trap.
         trapAdditionalInfoInteger2 1.3.6.1.4.1.1166.7.3.1.14 integer read-only
This 32 bit integer is used to hold specific information about the trap.
         trapAdditionalInfoInteger3 1.3.6.1.4.1.1166.7.3.1.15 integer read-only
This 32 bit integer is used to hold specific information about the trap.
         trapChangedValueDisplayString 1.3.6.1.4.1.1166.7.3.1.16 displaystring read-only
This DisplayString is used to hold specific information about the trap.
         trapChangedValueOID 1.3.6.1.4.1.1166.7.3.1.17 displaystring read-only
This OBJECT IDENTIFIER is used to hold specific information about the trap.
         trapChangedValueIpAddress 1.3.6.1.4.1.1166.7.3.1.18 ipaddress read-only
This OBJECT IDENTIFIER is used to hold specific information about the trap.
         trapChangedValueInteger 1.3.6.1.4.1.1166.7.3.1.19 integer read-only
This 32 bit integer is used to hold specific information about the trap.
     bcsTrapControl 1.3.6.1.4.1.1166.7.3.2
         numberOfTrapReceivers 1.3.6.1.4.1.1166.7.3.2.1 integer read-only
The number of managers to send traps to. This number can not exceed 4
         trapReceiversTable 1.3.6.1.4.1.1166.7.3.2.2 no-access
A list of managers to send traps to. The number of entries is given by the value of NumTrapReceivers. Maximum number of Trap Receivers is four.
             trapReceiversEntry 1.3.6.1.4.1.1166.7.3.2.2.1 no-access
The list of managers to send traps.
                 trapReceiversTableIndex 1.3.6.1.4.1.1166.7.3.2.2.1.1 integer no-access
The index to a trap receiver entry.
                 trapReceiverAddr 1.3.6.1.4.1.1166.7.3.2.2.1.2 ipaddress read-write
The IP address of the manager to send a trap to. NOTE: Changing TrapReceiverAddr FROM default value to anything else is equivalent of 'creating' of a new entry. Changing trapReceiverAddr TO default value will result in deletion of that entry.
                 trapReceiverCommunityString 1.3.6.1.4.1.1166.7.3.2.2.1.3 displaystring read-write
The community name to use in the trap when sent to the manager.
                 trapToBeSendQueueSize 1.3.6.1.4.1.1166.7.3.2.2.1.4 integer read-write
The agent maintains 2 queues: TrapsToBeSendQueue and TrapsSentQueue. The SNMP agent can receive a burst of traps which need to be sent to the network manager. The SNMP agent will put them in TrapsToBeSendQueue and from there hi will send traps to the a manager at throttling rate. The traps will be kept in sequence by the time at which they came in
                 trapSentQueueSize 1.3.6.1.4.1.1166.7.3.2.2.1.5 integer read-write
The agent maintains 2 queues: TrapsToBeSendQueue and TrapsSentQueue. The SNMP agent maintains Trap History (TrapsSentQueue) by saving last 'X' sent traps.
                 trapThrottlingRate 1.3.6.1.4.1.1166.7.3.2.2.1.6 integer32 read-write
The number of traps agent can send to a particular manager (trapReceiver) per second.
                 trapLastSent 1.3.6.1.4.1.1166.7.3.2.2.1.7 integer read-only
This variable contains the last trapSequenceId (sequence number) agent sent to this manager. Upon startup agent will send cold-start trap and set value of TrapLastSent to 1.
                 trapReceiversEntryOperState 1.3.6.1.4.1.1166.7.3.2.2.1.8 integer read-write
The current Operational State of this entry in trapReceivers Table Enumeration: 'disabled': 2, 'enabled': 1.
                 trapResendRequest 1.3.6.1.4.1.1166.7.3.2.2.1.9 integer32 read-write
The manager may write this object when the indicated trap (indicated via trapIdentifier) should be resent. It is not intended to be read by the manager, but is read-write for compatability with older SNMP compilers.
         numberOfDiscriminators 1.3.6.1.4.1.1166.7.3.2.3 integer read-only
The number of EFDs (filters) agent has in it's database. This number can not exceed 20
         trapDiscrimTable 1.3.6.1.4.1.1166.7.3.2.4 no-access
A list of EFDs (trap filters). Before forwarding trap to a trapReceiver (manager) agent filters all traps acording to all EFDs defined for this manager.
             trapDiscrimEntry 1.3.6.1.4.1.1166.7.3.2.4.1 no-access
The list of discriminators (trap filters.)
                 trapDiscrimTableIndex 1.3.6.1.4.1.1166.7.3.2.4.1.1 integer no-access
The index to a trap discriminator entry.
                 trapDiscrimReceiverAddr 1.3.6.1.4.1.1166.7.3.2.4.1.2 ipaddress read-write
The IP address of the manager this Discrim belongs to. It should be equal to TrapReceiverAddr. NOTE: Changing trapDiscrimReceiverAddr FROM default value to anything else is equivalent of 'creating' of a new entry. Changing trapReceiverAddr TO default value will result in deletion of that entry.
                 trapDiscrimAvailabilityStatus 1.3.6.1.4.1.1166.7.3.2.4.1.3 integer read-only
This object reflects the current Availability status of the Discrim (based on ISO/IEC 10164-2). Enumeration: 'available': 10, 'offDuty': 5.
                 trapDiscrimWeeklyMask 1.3.6.1.4.1.1166.7.3.2.4.1.4 displaystring read-write
This object represents weekly scedule for corresponding Discrim. The WeeklyMask consists of 7 numeric characters (1 for each day of the week). Each numeric character can take a value of either '1' - enabled or '2' - disabled. For example, with WeeklyMask='1122221', an agent will apply corresponding Discriminator only on Mondays, Tuesdays and Sundays. Any characters other than '1' and '2' will be ignored.
                 trapDiscrimDailyStartTime 1.3.6.1.4.1.1166.7.3.2.4.1.5 integer read-write
This object represents daily start time for corresponding Discrim. The StartTime is expressed as an offset (in minutes) from 2400 hours military time. For example, StartTime=70 represents start time of 1:10 AM.
                 trapDiscrimDailyStopTime 1.3.6.1.4.1.1166.7.3.2.4.1.6 integer read-write
This object represents daily stop time for corresponding Discrim. The StopTime is expressed as an offset (in minutes) from 2400 hours military time. For example, StopTime=70 represents stop time of 1:10 AM.
                 trapSeverityDiscrim 1.3.6.1.4.1.1166.7.3.2.4.1.7 integer read-write
The severity threshold of traps to be send to the manager. Only traps of equal or greater severity than this value are sent to the manager. Enumeration: 'major': 5, 'warning': 3, 'indeterminate': 2, 'critical': 6, 'minor': 4.
                 trapDiscrimOperationalState 1.3.6.1.4.1.1166.7.3.2.4.1.8 integer read-write
The current Operational State of the Discriminator. Enumeration: 'disabled': 2, 'enabled': 1.
                 trapDiscrimConfigChangeCntl 1.3.6.1.4.1.1166.7.3.2.4.1.9 integer read-write
This variable turns reporting of configuration changes on or off. Enumeration: 'on': 1, 'off': 2.