Home/Catalog/UCD-SNMP-MIB

UCD-SNMP-MIB

AI MIB Summary

The UCD-SNMP-MIB provides standard extensions for monitoring system resource utilization, specifically CPU load averages, memory usage, and disk space, primarily on Unix-like operating systems running the University of California, Davis (UCD) SNMP agent. It enables the collection of performance counters and system state data essential for capacity planning and fault detection in network infrastructure.

This file defines the private UCD SNMP MIB extensions.
Main OID:
ucdavis.1.3.6.1.4.1.2021
170
Objects
Active
Status
2
Dependencies

Imported Objects

Objects

170 total
Object Name
ucdavisThis file defines the private UCD SNMP MIB extensions.
MODULE-IDENTITY
.1.3.6.1.4.1.2021
prTableA table containing information on running programs/daemons configured for monitoring in the snmpd.conf file of the agent. Processes violating the number of running processes required by the agent's configuration file are flagged with numerical and textual errors.
SEQUENCE OF PrEntry
.1.3.6.1.4.1.2021.2
prEntryAn entry containing a process and its statistics.
PrEntry
.1.3.6.1.4.1.2021.2.1
prIndexReference Index for each observed process.ro
Integer32
.1.3.6.1.4.1.2021.2.1.1
prNamesThe process name we're counting/checking on.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.2.1.2
prMinThe minimum number of processes that should be running. An error flag is generated if the number of running processes is < the minimum.ro
Integer32
.1.3.6.1.4.1.2021.2.1.3
prMaxThe maximum number of processes that should be running. An error flag is generated if the number of running processes is > the maximum.ro
Integer32
.1.3.6.1.4.1.2021.2.1.4
prCountThe number of current processes running with the name in question.ro
Integer32
.1.3.6.1.4.1.2021.2.1.5
prErrorFlagA Error flag to indicate trouble with a process. It goes to 1 if there is an error, 0 if no error.ro
UCDErrorFlag
.1.3.6.1.4.1.2021.2.1.100
prErrMessageAn error message describing the problem (if one exists).ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.2.1.101
prErrFixSetting this to one will try to fix the problem if the agent has been configured with a script to call to attempt to fix problems automatically using remote snmp operations.rw
UCDErrorFix
.1.3.6.1.4.1.2021.2.1.102
prErrFixCmdThe command that gets run when the prErrFix column is set to 1.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.2.1.103
memory
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.4
memIndexBogus Index. This should always return the integer 0.ro
Integer32
.1.3.6.1.4.1.2021.4.1
memErrorNameBogus Name. This should always return the string 'swap'.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.4.2
memTotalSwapThe total amount of swap space configured for this host.ro
Integer32 UNITS "kB"
.1.3.6.1.4.1.2021.4.3
memAvailSwapThe amount of swap space currently unused or available.ro
Integer32 UNITS "kB"
.1.3.6.1.4.1.2021.4.4
memTotalRealThe total amount of real/physical memory installed on this host.ro
Integer32 UNITS "kB"
.1.3.6.1.4.1.2021.4.5
memAvailRealThe amount of real/physical memory currently unused or available.ro
Integer32 UNITS "kB"
.1.3.6.1.4.1.2021.4.6
memTotalSwapTXTThe total amount of swap space or virtual memory allocated for text pages on this host. This object will not be implemented on hosts where the underlying operating system does not distinguish text pages from other uses of swap space or virtual memory.ro
Integer32 UNITS "kB"
.1.3.6.1.4.1.2021.4.7
memAvailSwapTXTThe amount of swap space or virtual memory currently being used by text pages on this host. This object will not be implemented on hosts where the underlying operating system does not distinguish text pages from other uses of swap space or virtual memory. Note that (despite the name), this value reports the amount used, rather than the amount free or available for use. For clarity, this object is being deprecated in favour of 'memUsedSwapTXT(16).rodeprecated
Integer32 UNITS "kB"
.1.3.6.1.4.1.2021.4.8
memTotalRealTXTThe total amount of real/physical memory allocated for text pages on this host. This object will not be implemented on hosts where the underlying operating system does not distinguish text pages from other uses of physical memory.ro
Integer32 UNITS "kB"
.1.3.6.1.4.1.2021.4.9
memAvailRealTXTThe amount of real/physical memory currently being used by text pages on this host. This object will not be implemented on hosts where the underlying operating system does not distinguish text pages from other uses of physical memory. Note that (despite the name), this value reports the amount used, rather than the amount free or available for use. For clarity, this object is being deprecated in favour of 'memUsedRealTXT(17).rodeprecated
Integer32 UNITS "kB"
.1.3.6.1.4.1.2021.4.10
memTotalFreeThe total amount of memory free or available for use on this host. This value typically covers both real memory and swap space or virtual memory.ro
Integer32 UNITS "kB"
.1.3.6.1.4.1.2021.4.11
memMinimumSwapThe minimum amount of swap space expected to be kept free or available during normal operation of this host. If this value (as reported by 'memAvailSwap(4)') falls below the specified level, then 'memSwapError(100)' will be set to 1 and an error message made available via 'memSwapErrorMsg(101)'.ro
Integer32 UNITS "kB"
.1.3.6.1.4.1.2021.4.12
memSharedThe total amount of real or virtual memory currently allocated for use as shared memory. This object will not be implemented on hosts where the underlying operating system does not explicitly identify memory as specifically reserved for this purpose.ro
Integer32 UNITS "kB"
.1.3.6.1.4.1.2021.4.13
memBufferThe total amount of real or virtual memory currently allocated for use as memory buffers. This object will not be implemented on hosts where the underlying operating system does not explicitly identify memory as specifically reserved for this purpose.ro
Integer32 UNITS "kB"
.1.3.6.1.4.1.2021.4.14
memCachedThe total amount of real or virtual memory currently allocated for use as cached memory. This object will not be implemented on hosts where the underlying operating system does not explicitly identify memory as specifically reserved for this purpose.ro
Integer32 UNITS "kB"
.1.3.6.1.4.1.2021.4.15
memUsedSwapTXTThe amount of swap space or virtual memory currently being used by text pages on this host. This object will not be implemented on hosts where the underlying operating system does not distinguish text pages from other uses of swap space or virtual memory.ro
Integer32 UNITS "kB"
.1.3.6.1.4.1.2021.4.16
memUsedRealTXTThe amount of real/physical memory currently being used by text pages on this host. This object will not be implemented on hosts where the underlying operating system does not distinguish text pages from other uses of physical memory.ro
Integer32 UNITS "kB"
.1.3.6.1.4.1.2021.4.17
memSwapErrorIndicates whether the amount of available swap space (as reported by 'memAvailSwap(4)'), is less than the desired minimum (specified by 'memMinimumSwap(12)').ro
UCDErrorFlag
.1.3.6.1.4.1.2021.4.100
memSwapErrorMsgDescribes whether the amount of available swap space (as reported by 'memAvailSwap(4)'), is less than the desired minimum (specified by 'memMinimumSwap(12)').ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.4.101
extTableA table of extensible commands returning output and result codes. These commands are configured via the agent's snmpd.conf file.
SEQUENCE OF ExtEntry
.1.3.6.1.4.1.2021.8
extEntryAn entry containing an extensible script/program and its output.
ExtEntry
.1.3.6.1.4.1.2021.8.1
extIndexReference Index for extensible scripts. Simply an integer row number.ro
Integer32
.1.3.6.1.4.1.2021.8.1.1
extNamesA Short, one name description of the extensible command.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.8.1.2
extCommandThe command line to be executed.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.8.1.3
extResultThe result code (exit status) from the executed command.ro
Integer32
.1.3.6.1.4.1.2021.8.1.100
extOutputThe first line of output of the executed command.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.8.1.101
extErrFixSetting this to one will try to fix the problem if the agent has been configured with a script to call to attempt to fix problems automatically using remote snmp operations.rw
UCDErrorFix
.1.3.6.1.4.1.2021.8.1.102
extErrFixCmdThe command that gets run when the extErrFix column is set to 1.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.8.1.103
dskTableDisk watching information. Partions to be watched are configured by the snmpd.conf file of the agent.
SEQUENCE OF DskEntry
.1.3.6.1.4.1.2021.9
dskEntryAn entry containing a disk and its statistics.
DskEntry
.1.3.6.1.4.1.2021.9.1
dskIndexInteger reference number (row number) for the disk mib.ro
Integer32
.1.3.6.1.4.1.2021.9.1.1
dskPathPath where the disk is mounted.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.9.1.2
dskDevicePath of the device for the partitionro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.9.1.3
dskMinimumMinimum space required on the disk (in kBytes) before the errors are triggered. Either this or dskMinPercent is configured via the agent's snmpd.conf file.ro
Integer32
.1.3.6.1.4.1.2021.9.1.4
dskMinPercentPercentage of minimum space required on the disk before the errors are triggered. Either this or dskMinimum is configured via the agent's snmpd.conf file.ro
Integer32
.1.3.6.1.4.1.2021.9.1.5
dskTotalTotal size of the disk/partion (kBytes). For large disks (>2Tb), this value will latch at INT32_MAX (2147483647).ro
Integer32
.1.3.6.1.4.1.2021.9.1.6
dskAvailAvailable space on the disk. For large lightly-used disks (>2Tb), this value will latch at INT32_MAX (2147483647).ro
Integer32
.1.3.6.1.4.1.2021.9.1.7
dskUsedUsed space on the disk. For large heavily-used disks (>2Tb), this value will latch at INT32_MAX (2147483647).ro
Integer32
.1.3.6.1.4.1.2021.9.1.8
dskPercentPercentage of space used on diskro
Integer32
.1.3.6.1.4.1.2021.9.1.9
dskPercentNodePercentage of inodes used on diskro
Integer32
.1.3.6.1.4.1.2021.9.1.10
dskTotalLowTotal size of the disk/partion (kBytes). Together with dskTotalHigh composes 64-bit number.ro
Unsigned32
.1.3.6.1.4.1.2021.9.1.11
dskTotalHighTotal size of the disk/partion (kBytes). Together with dskTotalLow composes 64-bit number.ro
Unsigned32
.1.3.6.1.4.1.2021.9.1.12
dskAvailLowAvailable space on the disk (kBytes). Together with dskAvailHigh composes 64-bit number.ro
Unsigned32
.1.3.6.1.4.1.2021.9.1.13
dskAvailHighAvailable space on the disk (kBytes). Together with dskAvailLow composes 64-bit number.ro
Unsigned32
.1.3.6.1.4.1.2021.9.1.14
dskUsedLowUsed space on the disk (kBytes). Together with dskUsedHigh composes 64-bit number.ro
Unsigned32
.1.3.6.1.4.1.2021.9.1.15
dskUsedHighUsed space on the disk (kBytes). Together with dskUsedLow composes 64-bit number.ro
Unsigned32
.1.3.6.1.4.1.2021.9.1.16
dskErrorFlagError flag signaling that the disk or partition is under the minimum required space configured for it.ro
UCDErrorFlag
.1.3.6.1.4.1.2021.9.1.100
dskErrorMsgA text description providing a warning and the space left on the disk.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.9.1.101
laTableLoad average information.
SEQUENCE OF LaEntry
.1.3.6.1.4.1.2021.10
laEntryAn entry containing a load average and its values.
LaEntry
.1.3.6.1.4.1.2021.10.1
laIndexreference index/row number for each observed loadave.ro
Integer32
.1.3.6.1.4.1.2021.10.1.1
laNamesThe list of loadave names we're watching.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.10.1.2
laLoadThe 1,5 and 15 minute load averages (one per row).ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.10.1.3
laConfigThe watch point for load-averages to signal an error. If the load averages rises above this value, the laErrorFlag below is set.rw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.10.1.4
laLoadIntThe 1,5 and 15 minute load averages as an integer. This is computed by taking the floating point loadaverage value and multiplying by 100, then converting the value to an integer.ro
Integer32
.1.3.6.1.4.1.2021.10.1.5
laLoadFloatThe 1,5 and 15 minute load averages as an opaquely wrapped floating point number.ro
Float
.1.3.6.1.4.1.2021.10.1.6
laErrorFlagA Error flag to indicate the load-average has crossed its threshold value defined in the snmpd.conf file. It is set to 1 if the threshold is crossed, 0 otherwise.ro
UCDErrorFlag
.1.3.6.1.4.1.2021.10.1.100
laErrMessageAn error message describing the load-average and its surpased watch-point value.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.10.1.101
systemStats
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.11
ssIndexBogus Index. This should always return the integer 1.ro
Integer32
.1.3.6.1.4.1.2021.11.1
ssErrorNameBogus Name. This should always return the string 'systemStats'.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.11.2
ssSwapInThe average amount of memory swapped in from disk, calculated over the last minute.ro
Integer32 UNITS "kB"
.1.3.6.1.4.1.2021.11.3
ssSwapOutThe average amount of memory swapped out to disk, calculated over the last minute.ro
Integer32 UNITS "kB"
.1.3.6.1.4.1.2021.11.4
ssIOSentThe average amount of data written to disk or other block device, calculated over the last minute. This object has been deprecated in favour of 'ssIORawSent(57)', which can be used to calculate the same metric, but over any desired time period.rodeprecated
Integer32 UNITS "blocks/s"
.1.3.6.1.4.1.2021.11.5
ssIOReceiveThe average amount of data read from disk or other block device, calculated over the last minute. This object has been deprecated in favour of 'ssIORawReceived(58)', which can be used to calculate the same metric, but over any desired time period.rodeprecated
Integer32 UNITS "blocks/s"
.1.3.6.1.4.1.2021.11.6
ssSysInterruptsThe average rate of interrupts processed (including the clock) calculated over the last minute. This object has been deprecated in favour of 'ssRawInterrupts(59)', which can be used to calculate the same metric, but over any desired time period.rodeprecated
Integer32 UNITS "interrupts/s"
.1.3.6.1.4.1.2021.11.7
ssSysContextThe average rate of context switches, calculated over the last minute. This object has been deprecated in favour of 'ssRawContext(60)', which can be used to calculate the same metric, but over any desired time period.rodeprecated
Integer32 UNITS "switches/s"
.1.3.6.1.4.1.2021.11.8
ssCpuUserThe percentage of CPU time spent processing user-level code, calculated over the last minute. This object has been deprecated in favour of 'ssCpuRawUser(50)', which can be used to calculate the same metric, but over any desired time period.rodeprecated
Integer32
.1.3.6.1.4.1.2021.11.9
ssCpuSystemThe percentage of CPU time spent processing system-level code, calculated over the last minute. This object has been deprecated in favour of 'ssCpuRawSystem(52)', which can be used to calculate the same metric, but over any desired time period.rodeprecated
Integer32
.1.3.6.1.4.1.2021.11.10
ssCpuIdleThe percentage of processor time spent idle, calculated over the last minute. This object has been deprecated in favour of 'ssCpuRawIdle(53)', which can be used to calculate the same metric, but over any desired time period.rodeprecated
Integer32
.1.3.6.1.4.1.2021.11.11
ssCpuRawUserThe number of 'ticks' (typically 1/100s) spent processing user-level code. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).ro
Counter32
.1.3.6.1.4.1.2021.11.50
ssCpuRawNiceThe number of 'ticks' (typically 1/100s) spent processing reduced-priority code. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).ro
Counter32
.1.3.6.1.4.1.2021.11.51
ssCpuRawSystemThe number of 'ticks' (typically 1/100s) spent processing system-level code. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors). This object may sometimes be implemented as the combination of the 'ssCpuRawWait(54)' and 'ssCpuRawKernel(55)' counters, so care must be taken when summing the overall raw counters.ro
Counter32
.1.3.6.1.4.1.2021.11.52
ssCpuRawIdleThe number of 'ticks' (typically 1/100s) spent idle. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).ro
Counter32
.1.3.6.1.4.1.2021.11.53
ssCpuRawWaitThe number of 'ticks' (typically 1/100s) spent waiting for IO. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. This time may also be included within the 'ssCpuRawSystem(52)' counter. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).ro
Counter32
.1.3.6.1.4.1.2021.11.54
ssCpuRawKernelThe number of 'ticks' (typically 1/100s) spent processing kernel-level code. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. This time may also be included within the 'ssCpuRawSystem(52)' counter. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).ro
Counter32
.1.3.6.1.4.1.2021.11.55
ssCpuRawInterruptThe number of 'ticks' (typically 1/100s) spent processing hardware interrupts. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).ro
Counter32
.1.3.6.1.4.1.2021.11.56
ssIORawSentNumber of blocks sent to a block devicero
Counter32
.1.3.6.1.4.1.2021.11.57
ssIORawReceivedNumber of blocks received from a block devicero
Counter32
.1.3.6.1.4.1.2021.11.58
ssRawInterruptsNumber of interrupts processedro
Counter32
.1.3.6.1.4.1.2021.11.59
ssRawContextsNumber of context switchesro
Counter32
.1.3.6.1.4.1.2021.11.60
ssCpuRawSoftIRQThe number of 'ticks' (typically 1/100s) spent processing software interrupts. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).ro
Counter32
.1.3.6.1.4.1.2021.11.61
ssRawSwapInNumber of blocks swapped inro
Counter32
.1.3.6.1.4.1.2021.11.62
ssRawSwapOutNumber of blocks swapped outro
Counter32
.1.3.6.1.4.1.2021.11.63
ssCpuRawStealThe number of 'ticks' (typically 1/100s) spent by the hypervisor code to run other VMs even though the CPU in the current VM had something runnable. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).ro
Counter32
.1.3.6.1.4.1.2021.11.64
ssCpuRawGuestThe number of 'ticks' (typically 1/100s) spent by the CPU to run a virtual CPU (guest). This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).ro
Counter32
.1.3.6.1.4.1.2021.11.65
ssCpuRawGuestNiceThe number of 'ticks' (typically 1/100s) spent by the CPU to run a niced virtual CPU (guest). This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).ro
Counter32
.1.3.6.1.4.1.2021.11.66
ucdInternal
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.12
ucdExperimental
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.13
fileTableTable of monitored files.
SEQUENCE OF FileEntry
.1.3.6.1.4.1.2021.15
fileEntryEntry of file
FileEntry
.1.3.6.1.4.1.2021.15.1
fileIndexIndex of filero
Integer32
.1.3.6.1.4.1.2021.15.1.1
fileNameFilenamero
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.15.1.2
fileSizeSize of file (kB)ro
Integer32 UNITS "kB"
.1.3.6.1.4.1.2021.15.1.3
fileMaxLimit of filesize (kB)ro
Integer32 UNITS "kB"
.1.3.6.1.4.1.2021.15.1.4
fileErrorFlagLimit exceeded flagro
UCDErrorFlag
.1.3.6.1.4.1.2021.15.1.100
fileErrorMsgFilesize error messagero
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.15.1.101
logMatch
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.16
logMatchMaxEntriesThe maximum number of logmatch entries this snmpd daemon can support.ro
Integer32
.1.3.6.1.4.1.2021.16.1
logMatchTableTable of monitored files.
SEQUENCE OF LogMatchEntry
.1.3.6.1.4.1.2021.16.2
logMatchEntryEntry of file
LogMatchEntry
.1.3.6.1.4.1.2021.16.2.1
logMatchIndexIndex of logmatchro
Integer32
.1.3.6.1.4.1.2021.16.2.1.1
logMatchNamelogmatch instance namero
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.16.2.1.2
logMatchFilenamefilename to be logmatchedro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.16.2.1.3
logMatchRegExregular expressionro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.16.2.1.4
logMatchGlobalCounterglobal count of matchesro
Counter32
.1.3.6.1.4.1.2021.16.2.1.5
logMatchGlobalCountDescription.ro
Integer32
.1.3.6.1.4.1.2021.16.2.1.6
logMatchCurrentCounterRegex match counter. This counter will be reset with each logfile rotation.ro
Counter32
.1.3.6.1.4.1.2021.16.2.1.7
logMatchCurrentCountDescription.ro
Integer32
.1.3.6.1.4.1.2021.16.2.1.8
logMatchCounterRegex match counter. This counter will be reset with each readro
Counter32
.1.3.6.1.4.1.2021.16.2.1.9
logMatchCountDescription.ro
Integer32
.1.3.6.1.4.1.2021.16.2.1.10
logMatchCycletime between updates (if not queried) in secondsro
Integer32
.1.3.6.1.4.1.2021.16.2.1.11
logMatchErrorFlagerrorflag: is this line configured correctly?ro
UCDErrorFlag
.1.3.6.1.4.1.2021.16.2.1.100
logMatchRegExCompilationmessage of regex precompilationro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.16.2.1.101
version
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.100
versionIndexIndex to mib (always 0)ro
Integer32
.1.3.6.1.4.1.2021.100.1
versionTagCVS tag keywordro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.100.2
versionDateDate string from RCS keywordro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.100.3
versionCDateDate string from ctime()ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.100.4
versionIdentId string from RCS keywordro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.100.5
versionConfigureOptionsOptions passed to the configure script when this agent was built.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.100.6
versionClearCacheSet to 1 to clear the exec cache, if enabledrw
Integer32
.1.3.6.1.4.1.2021.100.10
versionUpdateConfigSet to 1 to read-read the config file(s).rw
Integer32
.1.3.6.1.4.1.2021.100.11
versionRestartAgentSet to 1 to restart the agent.rw
Integer32
.1.3.6.1.4.1.2021.100.12
versionSavePersistentDataSet to 1 to force the agent to save it's persistent data immediately.rw
Integer32
.1.3.6.1.4.1.2021.100.13
versionDoDebuggingSet to 1 to turn debugging statements on in the agent or 0 to turn it off.rw
Integer32
.1.3.6.1.4.1.2021.100.20
snmperrs
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.101
snmperrIndexBogus Index for snmperrs (always 0).ro
Integer32
.1.3.6.1.4.1.2021.101.1
snmperrNamessnmpro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.101.2
snmperrErrorFlagA Error flag to indicate trouble with the agent. It goes to 1 if there is an error, 0 if no error.ro
UCDErrorFlag
.1.3.6.1.4.1.2021.101.100
snmperrErrMessageAn error message describing the problem (if one exists).ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.101.101
mrTableA table displaying all the oid's registered by mib modules in the agent. Since the agent is modular in nature, this lists each module's OID it is responsible for and the name of the module
SEQUENCE OF MrEntry
.1.3.6.1.4.1.2021.102
mrEntryAn entry containing a registered mib oid.
MrEntry
.1.3.6.1.4.1.2021.102.1
mrIndexThe registry slot of a mibmodule.ro
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.102.1.1
mrModuleNameThe module name that registered this OID.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2021.102.1.2
ucdSnmpAgent
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.250
hpux9
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.250.1
sunos4
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.250.2
solaris
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.250.3
osf
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.250.4
ultrix
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.250.5
hpux10
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.250.6
netbsd1
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.250.7
freebsd
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.250.8
irix
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.250.9
linux
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.250.10
bsdi
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.250.11
openbsd
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.250.12
win32
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.250.13
hpux11
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.250.14
aix
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.250.15
macosx
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.250.16
dragonfly
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.250.17
unknown
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.250.255
ucdTraps
OBJECT IDENTIFIER
.1.3.6.1.4.1.2021.251
ucdStartThis trap could in principle be sent when the agent start
NOTIFICATION-TYPE
.1.3.6.1.4.1.2021.251.1
ucdShutdownThis trap is sent when the agent terminates
NOTIFICATION-TYPE
.1.3.6.1.4.1.2021.251.2