SHIVA-LOG-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for SHIVA-LOG-MIB.
15
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
15 total| Object Name |
|---|
logNewMessageThis trap is generated when an new message of priority
at or higher than logTrapPriority is generated, and SNMP
trapping is enabled. TRAP-TYPE .1.3.6.1.4.1.166.2.3.0.1 |
RFC1213-MIBThe number of entries currently in the message log buffer.ro INTEGER .1.3.6.1.4.1.208.2.8.1 |
logTrapPriorityEnables or disables the generation of logNewMessage Traps
of a priority numerically equal or lower than the value of
this variable.rw Enumeration .1.3.6.1.4.1.208.2.8.2 |
logBufferTableA list of message log entries. SEQUENCE OF LogBufferEntry .1.3.6.1.4.1.208.2.8.3 |
logBufferEntryAn entry in the message log. Entries are indexed by
counting integers. Since the earliest messages are dropped
from the log when it overflows, the first row in the table
is not necessarily row 1. Therefore, a Get-Next request
should be issued to determine the index of the first row. LogBufferEntry .1.3.6.1.4.1.208.2.8.3.1 |
logBufferSequenceOrdinal position in the Log Buffer.ro INTEGER .1.3.6.1.4.1.208.2.8.3.1.1 |
logBufferPriorityThe priority of the log message.ro Enumeration .1.3.6.1.4.1.208.2.8.3.1.2 |
logBufferFacilityThe Facility which generated the log message.ro Enumeration .1.3.6.1.4.1.208.2.8.3.1.3 |
logBufferTimeOfDayThe time of day at which the message is logged. This is
expressed in seconds.ro INTEGER .1.3.6.1.4.1.208.2.8.3.1.4 |
logBufferTimeStampThe time the message was generated, measured in number of
ticks since the device started.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.208.2.8.3.1.5 |
logBufferTextThe text of the log message.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.208.2.8.3.1.6 |
logBufferPortThe Serial Port associated the log message.
Only valid when logBufferFacility is audit(13).ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.208.2.8.3.1.7 |
logBufferUserThe User associated the log message.
Only valid when logBufferFacility is audit(13).ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.208.2.8.3.1.8 |
logSavePriorityThis variable indicates the lowest (numerically
highest) priority message (as indicated by
logBufferPriority) which will be save in the
logBufferTable.rw Enumeration .1.3.6.1.4.1.208.2.8.4 |
logClearIndicates whether the log buffer is non-empty.
Clears the log buffer when written with clear(2).rw Enumeration .1.3.6.1.4.1.208.2.8.5 |