LMS-TRAP-FORWARDING-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for LMS-TRAP-FORWARDING-MIB.
39
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
39 total| Object Name |
|---|
lotus OBJECT IDENTIFIER .1.3.6.1.4.1.334 |
RFC1155-SMI Unknown .1.3.6.1.4.1.334 |
notes OBJECT IDENTIFIER .1.3.6.1.4.1.334.1 |
lcs OBJECT IDENTIFIER .1.3.6.1.4.1.334.2 |
softswitch OBJECT IDENTIFIER .1.3.6.1.4.1.334.3 |
common-mibs OBJECT IDENTIFIER .1.3.6.1.4.1.334.3.1 |
lms OBJECT IDENTIFIER .1.3.6.1.4.1.334.3.2 |
lmsCriticalA critical alarm forwarded from the LMS event subsystem. TRAP-TYPE .1.3.6.1.4.1.334.3.2.0.1 |
lmsMajorA major alarm forwarded from the LMS event subsystem. TRAP-TYPE .1.3.6.1.4.1.334.3.2.0.2 |
lmsMinorA minor alarm forwarded from the LMS event subsystem. TRAP-TYPE .1.3.6.1.4.1.334.3.2.0.3 |
lmsWarningA warning or indeterminate forwarded from the LMS event subsystem. TRAP-TYPE .1.3.6.1.4.1.334.3.2.0.4 |
lmsClearedA cleared forwarded from the LMS event subsystem. TRAP-TYPE .1.3.6.1.4.1.334.3.2.0.5 |
lmsInformationalAn informational event forwarded from the LMS event subsystem. TRAP-TYPE .1.3.6.1.4.1.334.3.2.0.6 |
lmsTrap OBJECT IDENTIFIER .1.3.6.1.4.1.334.3.2.2 |
eventFwdTableModificationStatusIndicates 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.ro Enumeration .1.3.6.1.4.1.334.3.2.2.1 |
nextFwdEntryIndexThe index that may be used by a manager on a 'set-request' PDU to create
a new conceptual row in the lmsEventFwdTable table.ro INTEGER .1.3.6.1.4.1.334.3.2.2.2 |
trapWindowTimeA 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 .rw TimeInterval (SNMPv2-TC) .1.3.6.1.4.1.334.3.2.2.3 |
maxTrapsPerWindowThe 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.rw INTEGER .1.3.6.1.4.1.334.3.2.2.4 |
numDroppedMaxPerWindowTrapsThe number of traps intended for this destination, which were not forwarded
due
to the maxTrapsPerWindow count being met or exceeded.ro Counter .1.3.6.1.4.1.334.3.2.2.5 |
lmsEventFwdTableThe table holding information to control/administer
forwarding of LMS events to SNMP-based management
stations or applications. SEQUENCE OF LMSEventFwdEntry .1.3.6.1.4.1.334.3.2.2.6 |
lmsEventFwdEntryThe entry associated with each destination to which
LMS events should be forwarded as SNMP traps. LMSEventFwdEntry .1.3.6.1.4.1.334.3.2.2.6.1 |
fwdEntryIndexThe integer index into the lmsEventFwdTable table.ro INTEGER .1.3.6.1.4.1.334.3.2.2.6.1.1 |
rowStatusThe status of the conceptual row. These are mapped to the same values as the
RowStatus textual conversion in SNMPv2 and carry the same semantics.rw Enumeration .1.3.6.1.4.1.334.3.2.2.6.1.2 |
destinationNetAddrThe network address of the destination entity for trap forwarding.rw NetworkAddress .1.3.6.1.4.1.334.3.2.2.6.1.3 |
destinationCommunityThe community name to be used when sending traps to the destination entity.
This
variable is non-defined in SNMPv2 implementions.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.334.3.2.2.6.1.4 |
destinationPortThe UDP port at the 'destinationNetAddr' to which the trap should be sent.rw INTEGER .1.3.6.1.4.1.334.3.2.2.6.1.5 |
forwardingEnabledIndicates whether forwarding is enabled for this destination at the present
time.
Used to temporarily suspend forwarding.rw Enumeration .1.3.6.1.4.1.334.3.2.2.6.1.6 |
forwardingFilterNameUndefined at the present time - bge.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.334.3.2.2.6.1.7 |
lastTrapSequenceNumberThe 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'.ro INTEGER .1.3.6.1.4.1.334.3.2.2.6.1.8 |
lastTrapTimeThe value of sysUpTime as included in the last trap sent to this
destination.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.334.3.2.2.6.1.9 |
numDroppedDisabledTrapsThe number of traps intended for this destination, which were not forwarded
due
to the variable forwardingEnabled begin set to disabled(2).ro Counter .1.3.6.1.4.1.334.3.2.2.6.1.10 |
lmsTrapData OBJECT IDENTIFIER .1.3.6.1.4.1.334.3.2.3 |
lmsEvComponentTypeIdentifies the type of LMS component issuing the event. Enumeration .1.3.6.1.4.1.334.3.2.3.1 |
lmsEvComponentDNIdentifies 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. DisplayString (SNMPv2-TC) .1.3.6.1.4.1.334.3.2.3.2 |
lmsEvDbIdIdentifies the unique key used to identify this event in the LMS event
database. INTEGER .1.3.6.1.4.1.334.3.2.3.3 |
lmsEvOIDIdentifies the specific LMS event OID conatined in the LMS event. INTEGER .1.3.6.1.4.1.334.3.2.3.4 |
numLmsEvSequencesA 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. Counter .1.3.6.1.4.1.334.3.2.3.5 |
lmsEvSeverityThe original severity assigned to the LMS event. INTEGER .1.3.6.1.4.1.334.3.2.3.6 |
lmsEvSupportingTextTextual 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. DisplayString (SNMPv2-TC) .1.3.6.1.4.1.334.3.2.3.7 |