LMS-TRAP-FORWARDING-MIB

File: LMS-TRAP-FORWARDING-MIB.mib (12046 bytes)

Imported modules

RFC-1215 RFC1155-SMI RFC-1212
RFC1213-MIB

Imported symbols

TRAP-TYPE enterprises Counter
Gauge TimeTicks NetworkAddress
OBJECT-TYPE DisplayString

Defined Types

TimeInterval  
INTEGER 0..2147483647    

LMSEventFwdEntry  
SEQUENCE    
  fwdEntryIndex INTEGER
  rowStatus INTEGER
  destinationNetAddr NetworkAddress
  destinationCommunity DisplayString
  destinationPort INTEGER
  forwardingEnabled INTEGER
  forwardingFilterName DisplayString
  lastTrapSequenceNumber INTEGER
  lastTrapTime TimeTicks
  numDroppedDisabledTraps Counter

Defined Values

lotus 1.3.6.1.4.1.334
OBJECT IDENTIFIER    

notes 1.3.6.1.4.1.334.1
OBJECT IDENTIFIER    

lcs 1.3.6.1.4.1.334.2
OBJECT IDENTIFIER    

softswitch 1.3.6.1.4.1.334.3
OBJECT IDENTIFIER    

common-mibs 1.3.6.1.4.1.334.3.1
OBJECT IDENTIFIER    

lms 1.3.6.1.4.1.334.3.2
OBJECT IDENTIFIER    

lmsTrapData 1.3.6.1.4.1.334.3.2.3
OBJECT IDENTIFIER    

lmsTrap 1.3.6.1.4.1.334.3.2.2
OBJECT IDENTIFIER    

eventFwdTableModificationStatus 1.3.6.1.4.1.334.3.2.2.1
Indicates the combination of possible functions allowed on the lmsEventFwdTable table, subject to overriding SNMP security attributes and the ACCESS clause restrictions on the objects themselves. The values are: unknown - Managers privileges are unknown. no-access - Managers may neither read nor write to this table. read-only - Managers may only read the table, they cannot add or delete conceptual rows and cannot change the value of any variable, even those with ACCESS of 'read-write'. read-modify - Managers may read the table, and change the value of variables whose ACCESS is 'read-write'. read-create - Managers may read the table, change the value of variables whose ACCESS is 'read-write', and create or delete conceptual rows in the table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), no-access(2), read-only(3), read-modify(4), read-create(5)  

nextFwdEntryIndex 1.3.6.1.4.1.334.3.2.2.2
The index that may be used by a manager on a 'set-request' PDU to create a new conceptual row in the lmsEventFwdTable table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

trapWindowTime 1.3.6.1.4.1.334.3.2.2.3
A control time window, expresses in 1/100ths of a second, used in conjunction with the maxTrapsPerWindow variable to prevent a 'trap storm' caused by a rapidly recurring error condition .
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeInterval  

maxTrapsPerWindow 1.3.6.1.4.1.334.3.2.2.4
The maximum number of traps to be forwarded in the time interval expressed in the trapWindowTime variable. Used to prevent a 'trap storm' caused by a rapidly recurring error condition.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

numDroppedMaxPerWindowTraps 1.3.6.1.4.1.334.3.2.2.5
The number of traps intended for this destination, which were not forwarded due to the maxTrapsPerWindow count being met or exceeded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

lmsEventFwdTable 1.3.6.1.4.1.334.3.2.2.6
The table holding information to control/administer forwarding of LMS events to SNMP-based management stations or applications.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LMSEventFwdEntry

lmsEventFwdEntry 1.3.6.1.4.1.334.3.2.2.6.1
The entry associated with each destination to which LMS events should be forwarded as SNMP traps.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LMSEventFwdEntry  

fwdEntryIndex 1.3.6.1.4.1.334.3.2.2.6.1.1
The integer index into the lmsEventFwdTable table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

rowStatus 1.3.6.1.4.1.334.3.2.2.6.1.2
The status of the conceptual row. These are mapped to the same values as the RowStatus textual conversion in SNMPv2 and carry the same semantics.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

destinationNetAddr 1.3.6.1.4.1.334.3.2.2.6.1.3
The network address of the destination entity for trap forwarding.
Status: mandatory Access: read-write
OBJECT-TYPE    
  NetworkAddress  

destinationCommunity 1.3.6.1.4.1.334.3.2.2.6.1.4
The community name to be used when sending traps to the destination entity. This variable is non-defined in SNMPv2 implementions.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

destinationPort 1.3.6.1.4.1.334.3.2.2.6.1.5
The UDP port at the 'destinationNetAddr' to which the trap should be sent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

forwardingEnabled 1.3.6.1.4.1.334.3.2.2.6.1.6
Indicates whether forwarding is enabled for this destination at the present time. Used to temporarily suspend forwarding.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

forwardingFilterName 1.3.6.1.4.1.334.3.2.2.6.1.7
Undefined at the present time - bge.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

lastTrapSequenceNumber 1.3.6.1.4.1.334.3.2.2.6.1.8
The sequence number of the last trap sent to this destination. All traps sent to a given destination are sequenced via a 32-bit, wrapping counter. A manager may use this variable to determine if any traps for this destination have been 'lost'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lastTrapTime 1.3.6.1.4.1.334.3.2.2.6.1.9
The value of sysUpTime as included in the last trap sent to this destination.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

numDroppedDisabledTraps 1.3.6.1.4.1.334.3.2.2.6.1.10
The number of traps intended for this destination, which were not forwarded due to the variable forwardingEnabled begin set to disabled(2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

lmsEvComponentType 1.3.6.1.4.1.334.3.2.3.1
Identifies the type of LMS component issuing the event.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER global(1), switch(2), core(3), mta(4), mta-group(5), queue(6), mea(7), other(8)  

lmsEvComponentDN 1.3.6.1.4.1.334.3.2.3.2
Identifies the most unique (rightmost) portion of the Spyder Distinguished Name of the component issuing the event. The combination of lmsEvComponentType and lmsEvComponentDN MUST uniquely identify the issuing component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DisplayString  

lmsEvDbId 1.3.6.1.4.1.334.3.2.3.3
Identifies the unique key used to identify this event in the LMS event database.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

lmsEvOID 1.3.6.1.4.1.334.3.2.3.4
Identifies the specific LMS event OID conatined in the LMS event.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

numLmsEvSequences 1.3.6.1.4.1.334.3.2.3.5
A monotonically increasing, wrapping counter indication the sequence number of this event, relative to the destination of the trap. Events that are not forwarded to a destination (destination temporarily disabled, windowTime exceeded) do not cause this sequence number to increase.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Counter  

lmsEvSeverity 1.3.6.1.4.1.334.3.2.3.6
The original severity assigned to the LMS event.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

lmsEvSupportingText 1.3.6.1.4.1.334.3.2.3.7
Textual information supporting the event data. The meaning of the brief text must be obvious in the context of the trap - for the sake of brevity it need not be a gramatically correct sentence.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DisplayString  

lmsCritical 1
A critical alarm forwarded from the LMS event subsystem.
TRAP-TYPE    

lmsMajor 2
A major alarm forwarded from the LMS event subsystem.
TRAP-TYPE    

lmsMinor 3
A minor alarm forwarded from the LMS event subsystem.
TRAP-TYPE    

lmsWarning 4
A warning or indeterminate forwarded from the LMS event subsystem.
TRAP-TYPE    

lmsCleared 5
A cleared forwarded from the LMS event subsystem.
TRAP-TYPE    

lmsInformational 6
An informational event forwarded from the LMS event subsystem.
TRAP-TYPE