SYSINFO-MIB: View SNMP OID List / Download MIB
VENDOR: IBM
Home | MIB: SYSINFO-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).
|
|||
Object Name | OID | Type | Access | Info |
ibm | 1.3.6.1.4.1.2 | |||
ibmProd | 1.3.6.1.4.1.2.6 | |||
systemsMonitor6000 | 1.3.6.1.4.1.2.6.12 | |||
smProgramInformation | 1.3.6.1.4.1.2.6.12.1 | |||
smSiaProgramData | 1.3.6.1.4.1.2.6.12.1.10 | |||
smSiaProgramDescription | 1.3.6.1.4.1.2.6.12.1.10.1 | |||
smSiaProgramName | 1.3.6.1.4.1.2.6.12.1.10.1.1 | displaystring | read-only |
Official name of the Systems Information Agent program. |
smSiaProgramNumber | 1.3.6.1.4.1.2.6.12.1.10.1.2 | displaystring | read-only |
Program number for the Systems Information Agent program. |
smSiaProgramVersion | 1.3.6.1.4.1.2.6.12.1.10.1.3 | displaystring | read-only |
Version number of the Systems Information Agent program. |
smSiaProgramCompilationDate | 1.3.6.1.4.1.2.6.12.1.10.1.4 | displaystring | read-only |
Date and time when the current agent was compiled. |
smSiaProgramUpTime | 1.3.6.1.4.1.2.6.12.1.10.1.5 | timeticks | read-only |
Time (in hundredths of a second) since the Systems Information Agent Program was last re-initialized. |
smSiaProgramContact | 1.3.6.1.4.1.2.6.12.1.10.1.6 | displaystring | read-write |
Textual identification of the contact person for the Systems Information Agent program on this managed node and information on how to contact this person. |
smSiaProgramControl | 1.3.6.1.4.1.2.6.12.1.10.2 | |||
smSiaProgramControlLocalConfigurationFile | 1.3.6.1.4.1.2.6.12.1.10.2.1 | displaystring | read-write |
Name of a local configuration file. The local configuration file is written when the smSiaProgramControlSaveConfiguration MIB variable is set to true(2). |
smSiaProgramControlSavedFlags | 1.3.6.1.4.1.2.6.12.1.10.2.2 | displaystring | read-write |
Saved flags which will be used to start the agent. This field can be modified to be used with the smSiaProgramControlReInitializeMonitor function. The flags are saved in the file: /usr/etc/sysinfod.flags |
smSiaProgramControlAgentAddress | 1.3.6.1.4.1.2.6.12.1.10.2.3 | ipaddress | read-write |
Address of the box where SIA is running. This address is used while generating traps. |
smSiaProgramControlReserved1 | 1.3.6.1.4.1.2.6.12.1.10.2.4 | integer | read-write |
Reserved. |
smSiaProgramControlPercentMultiplier | 1.3.6.1.4.1.2.6.12.1.10.2.5 | integer | read-write |
Multiplier used to multiply percentage variables. The default is 1; 0 is treated the same as the default. |
smSiaProgramControlPollTime | 1.3.6.1.4.1.2.6.12.1.10.2.6 | integer | read-write |
Reserved |
smSiaProgramControlFlags | 1.3.6.1.4.1.2.6.12.1.10.2.7 | integer | read-write |
Reserved |
smSiaProgramControlRetryCount | 1.3.6.1.4.1.2.6.12.1.10.2.8 | integer | read-write |
Reserved. Default number of retries for actions that can be retried. |
smSiaProgramControlTimeout | 1.3.6.1.4.1.2.6.12.1.10.2.9 | timeticks | read-write |
Reserved. Default number of timeout for actions that can timeout. |
smSiaProgramControlCurrentFlags | 1.3.6.1.4.1.2.6.12.1.10.2.10 | displaystring | read-only |
Current flags which were used to start or re-initialize the agent. |
smSiaProgramControlReinitFlags | 1.3.6.1.4.1.2.6.12.1.10.2.11 | displaystring | read-write |
Re-intialize flags which will be used to start the agent. This field is set to smSiaProgramControlCurrentFlags at program start or re-initialization. This field can be modified to be used with the smSiaProgramControlReInitializeMonitor function. |
smSiaProgramControlReInitializeMonitor | 1.3.6.1.4.1.2.6.12.1.10.2.12 | integer | read-write |
Allows the re-initializaton of the Systems Information Agent. Setting to trueReinit(2) uses the flags in smSiaProgramControlReinitFlags as the start-up flags. Setting to trueSaved(3) uses the flags in smSiaProgramControlSavedFlags as the start-up flags. The value of this variable returns to false once the re-start has occurred. Enumeration: 'trueSaved': 3, 'false': 1, 'trueReinit': 2. |
smSiaProgramControlSaveConfiguration | 1.3.6.1.4.1.2.6.12.1.10.2.13 | integer | read-write |
Setting this variable to true(2) results in the current Systems Information Agent configuration being saved to the file specified by the value of the smSiaProgramControl LocalConfigurationFile variable. The value of this variable returns to false once the configuration is saved. Enumeration: 'true': 2, 'false': 1. |
smSiaProgramLog | 1.3.6.1.4.1.2.6.12.1.10.3 | |||
smSiaProgramLogFileName | 1.3.6.1.4.1.2.6.12.1.10.3.1 | displaystring | read-write |
File name for logging information in System Information Agent. The type of information being logged depends on the trace mask (ie. smSiaProgramLogMask). |
smSiaProgramLogFileSize | 1.3.6.1.4.1.2.6.12.1.10.3.2 | integer | read-only |
Current size of the log file in bytes. |
smSiaProgramLogMaxFileSize | 1.3.6.1.4.1.2.6.12.1.10.3.3 | integer | read-write |
Maximum size of the log file in kilobytes. |
smSiaProgramLogNumFiles | 1.3.6.1.4.1.2.6.12.1.10.3.4 | integer | read-write |
Maximum number of log files to keep. When the data log file is full, it is rolled over to |
smSiaProgramLogFileBehavior | 1.3.6.1.4.1.2.6.12.1.10.3.5 | integer | read-write |
This field determines what is done when the maximum file size is exceeded and the number of log files specified already exists. If wrap is specified, then the oldest log file is removed, all other files are rolled up, and logging continues into a new file. If nowrap is specified, no more data will be logged until either the log file name is changed or the existing files are renamed (or removed). Flushing refers to whether or not each log entry is immediately written to the log file or whether the log data is written out in large chunks containing multiple log entries. Flushing allows the log file to always contain the latest log entries. However, CPU time can be saved if flushing is not activated. Enumeration: 'nowrapFlush': 3, 'nowrapNoflush': 4, 'wrapNoflush': 2, 'wrapFlush': 1. |
smSiaProgramLogMask | 1.3.6.1.4.1.2.6.12.1.10.3.6 | displaystring | read-write |
The log mask field is used to indicate the type of information that is being logged. The log mask may contain the following literals: none logs nothing inform logs informational messages warning logs warning messages error logs error messages base logs System Information Agent base information command logs command table information smux logs SMUX interface traffic call logs all internal functions called all logs all information |
smSiaProgramSetableTestObjects | 1.3.6.1.4.1.2.6.12.1.10.5 | |||
smSiaProgramControlSetableInteger | 1.3.6.1.4.1.2.6.12.1.10.5.1 | integer | read-write |
A settable integer with no function. |
smSiaProgramControlSetableCounter | 1.3.6.1.4.1.2.6.12.1.10.5.2 | counter | read-write |
A settable counter with no function. |
smSiaProgramControlSetableGauge | 1.3.6.1.4.1.2.6.12.1.10.5.3 | gauge | read-write |
A settable gauge with no function. |
smSiaProgramControlSetableIpAddress | 1.3.6.1.4.1.2.6.12.1.10.5.4 | ipaddress | read-write |
A settable IP address with no function. |
smSiaProgramControlSetableTimeTicks | 1.3.6.1.4.1.2.6.12.1.10.5.5 | timeticks | read-write |
A settable TimeTicks with no function. |
smSiaProgramControlSetableOctetString | 1.3.6.1.4.1.2.6.12.1.10.5.6 | displaystring | read-write |
A settable DisplayString with no function. |
smSiaResourceUsage | 1.3.6.1.4.1.2.6.12.1.11 | |||
smSiaResourceUsageTable | 1.3.6.1.4.1.2.6.12.1.11.1 | no-access |
Systems Information Agent resource utilization table. |
|
1.3.6.1.4.1.2.6.12.1.11.1.1 | no-access |
Each entry contains a different resource summary. |
||
smSiaResourceUsageName | 1.3.6.1.4.1.2.6.12.1.11.1.1.1 | displaystring | read-only |
Self, child, and total. |
smSiaResourceUsageUserTime | 1.3.6.1.4.1.2.6.12.1.11.1.1.2 | timeticks | read-only |
Amount of CPU time in user mode since start-up. |
smSiaResourceUsageSystemTime | 1.3.6.1.4.1.2.6.12.1.11.1.1.3 | timeticks | read-only |
Amount of CPU time in system mode since start-up. |
smSiaResourceUsageTotalTime | 1.3.6.1.4.1.2.6.12.1.11.1.1.4 | timeticks | read-only |
Total CPU time for process since start-up. |
smSiaResourceUsageMaxrss | 1.3.6.1.4.1.2.6.12.1.11.1.1.5 | counter | read-only |
Maximum resident set size. Not supported on Sun Solaris 2.x. |
smSiaResourceUsageIxrss | 1.3.6.1.4.1.2.6.12.1.11.1.1.6 | counter | read-only |
Integral size (kilobyte-seconds). Not supported on Sun Solaris 2.x. |
smSiaResourceUsageIdrss | 1.3.6.1.4.1.2.6.12.1.11.1.1.7 | counter | read-only |
Unshared resident set size (kilobyte-seconds). Not supported on Sun Solaris 2.x. |
smSiaResourceUsageIsrss | 1.3.6.1.4.1.2.6.12.1.11.1.1.8 | counter | read-only |
Unshared stack set size (kilobyte-seconds). Not supported on Sun Solaris 2.x. |
smSiaResourceUsageMinflt | 1.3.6.1.4.1.2.6.12.1.11.1.1.9 | counter | read-only |
Page faults serviced without I/O activity. |
smSiaResourceUsageMajflt | 1.3.6.1.4.1.2.6.12.1.11.1.1.10 | counter | read-only |
Page faults serviced with I/O activity. |
smSiaResourceUsageNSwap | 1.3.6.1.4.1.2.6.12.1.11.1.1.11 | counter | read-only |
Number of times a process swapped. |
smSiaResourceUsageInBlock | 1.3.6.1.4.1.2.6.12.1.11.1.1.12 | counter | read-only |
Number of times a file system performed input. |
smSiaResourceUsageOutBlock | 1.3.6.1.4.1.2.6.12.1.11.1.1.13 | counter | read-only |
Number of times a file system performed output. |
smSiaResourceUsageMsgsnd | 1.3.6.1.4.1.2.6.12.1.11.1.1.14 | counter | read-only |
Number of IPC messages sent. |
smSiaResourceUsageMsgrcv | 1.3.6.1.4.1.2.6.12.1.11.1.1.15 | counter | read-only |
Number of IPC messages received. |
smSiaResourceUsageNSignals | 1.3.6.1.4.1.2.6.12.1.11.1.1.16 | counter | read-only |
Number of signals received. |
smSiaResourceUsageVcsw | 1.3.6.1.4.1.2.6.12.1.11.1.1.17 | counter | read-only |
Number of voluntary context switches. |
smSiaResourceUsageIcsw | 1.3.6.1.4.1.2.6.12.1.11.1.1.18 | counter | read-only |
Number of involuntary context switches. |
smSiaProgramMessages | 1.3.6.1.4.1.2.6.12.1.12 | |||
smSiaProgramMessagesTable | 1.3.6.1.4.1.2.6.12.1.12.1 | no-access |
Systems Information Agent information and error messages. |
|
1.3.6.1.4.1.2.6.12.1.12.1.1 | no-access |
Each entry contains a different message summary. |
||
smSiaProgramMessagesRowNumber | 1.3.6.1.4.1.2.6.12.1.12.1.1.1 | integer | read-only |
Table index - no real meaning. |
smSiaProgramMessagesTime | 1.3.6.1.4.1.2.6.12.1.12.1.1.2 | displaystring | read-only |
Time at which the message was generated. |
smSiaProgramMessagesText | 1.3.6.1.4.1.2.6.12.1.12.1.1.3 | displaystring | read-only |
Text of the message. |
smSiaProgramMessagesTimeStamp | 1.3.6.1.4.1.2.6.12.1.12.1.1.4 | integer | read-only |
Time (in seconds) at which message was generated. |
smSiaSystemInformation | 1.3.6.1.4.1.2.6.12.2 | |||
smSiaSystemDescription | 1.3.6.1.4.1.2.6.12.2.1 | |||
smSiaSystemNodeName | 1.3.6.1.4.1.2.6.12.2.1.1 | displaystring | read-only |
Node name. |
smSiaSystemSysName | 1.3.6.1.4.1.2.6.12.2.1.2 | displaystring | read-only |
System name. |
smSiaSystemVersion | 1.3.6.1.4.1.2.6.12.2.1.3 | displaystring | read-only |
Operating System version. |
smSiaSystemRelease | 1.3.6.1.4.1.2.6.12.2.1.4 | displaystring | read-only |
Operating System release. |
smSiaSystemMachine | 1.3.6.1.4.1.2.6.12.2.1.5 | displaystring | read-only |
Hardware type. |
smSiaSystemTime | 1.3.6.1.4.1.2.6.12.2.1.6 | displaystring | read-only |
Current system time. |
smSiaSystemConfiguration | 1.3.6.1.4.1.2.6.12.2.2 | |||
smSiaSystemBufferPoolMark | 1.3.6.1.4.1.2.6.12.2.2.1 | integer | read-only |
Buffer Pool High water mark On Sun Solaris, the mbuf high water mark includes only the normal mbuf and not the cluster mbuf. Not supported on Digital UNIX. |
smSiaSystemMaxMbufs | 1.3.6.1.4.1.2.6.12.2.2.2 | integer | read-only |
Max mbufs high-water mark. Not supported on Sun Solaris 2.x or Digital UNIX. |
smSiaSystemMaxUserProcesses | 1.3.6.1.4.1.2.6.12.2.2.3 | integer | read-only |
Maximum number of processes per user. |
smSiaSystemMaxSystemProcesses | 1.3.6.1.4.1.2.6.12.2.2.4 | integer | read-only |
Maximum number of processes on the system. Not supported on Digital UNIX. |
smSiaSystemRecordLockTableSize | 1.3.6.1.4.1.2.6.12.2.2.5 | integer | read-only |
Number of entries in record lock table. Not supported on Sun Solaris. |
smSiaSystemOpenFileTableSize | 1.3.6.1.4.1.2.6.12.2.2.6 | integer | read-only |
Maximum number of entries in open file table. Not supported on Sun Solaris 2.x. |
smSiaSystemCBlockArraySize | 1.3.6.1.4.1.2.6.12.2.2.7 | integer | read-only |
Maximum number of cblocks in cblock array. For Sun Solaris 2.x, it is the number of clists allocated. Not supported on Digital UNIX. |
smSiaSystemDiskIOHistory | 1.3.6.1.4.1.2.6.12.2.2.8 | integer | read-only |
Disk I/O History enabled. Not supported on HP-UX, Sun Solaris and Digital UNIX. Enumeration: 'disabled': 1, 'enabled': 2. |
smSiaSystemAutomaticBootAfterHalt | 1.3.6.1.4.1.2.6.12.2.2.9 | integer | read-only |
Automatic boot after halt. Not supported on HP-UX or Digital UNIX. On Sun Solaris, this variable reflects the value of the openprom option variable |
smSiaSystemMemScrub | 1.3.6.1.4.1.2.6.12.2.2.10 | integer | read-only |
Memory scrubbing enabled. Not supported on HP-UX, Sun Solaris and Digital UNIX. Enumeration: 'disabled': 1, 'enabled': 2. |
smSiaSystemLeastPriv | 1.3.6.1.4.1.2.6.12.2.2.11 | integer | read-only |
Least privilege enablement. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemMaxPout | 1.3.6.1.4.1.2.6.12.2.2.12 | integer | read-only |
Number of file pageouts at which waiting occurs. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemMinPout | 1.3.6.1.4.1.2.6.12.2.2.13 | integer | read-only |
Number of file pageouts at which ready occurs. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemPageSize | 1.3.6.1.4.1.2.6.12.2.2.14 | integer | read-only |
System page size (from getpagesize()) |
smSiaSystemProcessMaxOpenFiles | 1.3.6.1.4.1.2.6.12.2.2.15 | integer | read-only |
Maximum open files per process. |
smSiaSystemProcessMaxOpenStreams | 1.3.6.1.4.1.2.6.12.2.2.16 | integer | read-only |
Maximum open streams per process On Sun Solaris, there is no limit on the number of streams in the system or per processor. The maximum open streams per process is limited by the number of open files per process. That is, this variable always has the same value as smSiaSystemProcessMaxOpenFiles. |
smSiaSystemProcessDescriptorTableSize | 1.3.6.1.4.1.2.6.12.2.2.17 | integer | read-only |
Descriptor table size for System Information Agent. |
smSiaSystemPhysicalMemorySize | 1.3.6.1.4.1.2.6.12.2.2.18 | integer | read-only |
Amount of usable physical memory in Mbytes |
smSiaSystemDevice | 1.3.6.1.4.1.2.6.12.2.3 | |||
smSiaSystemDeviceList | 1.3.6.1.4.1.2.6.12.2.3.1 | |||
smSiaSystemDeviceListInstalled | 1.3.6.1.4.1.2.6.12.2.3.1.1 | integer | read-only |
The number of devices installed. |
smSiaSystemDeviceListTable | 1.3.6.1.4.1.2.6.12.2.3.1.2 | no-access |
Device list table. |
|
1.3.6.1.4.1.2.6.12.2.3.1.2.1 | no-access |
Each entry contains objects for a particular device. |
||
smSiaSystemDeviceListName | 1.3.6.1.4.1.2.6.12.2.3.1.2.1.1 | displaystring | read-only |
Names of devices installed. |
smSiaSystemDeviceListDescription | 1.3.6.1.4.1.2.6.12.2.3.1.2.1.2 | displaystring | read-only |
Location of device. Shows status, location and description |
smSiaSystemDeviceListLocation | 1.3.6.1.4.1.2.6.12.2.3.1.2.1.3 | displaystring | read-only |
Location of device. Not supported on Sun Solaris. |
smSiaSystemDeviceListVPD | 1.3.6.1.4.1.2.6.12.2.3.1.2.1.4 | displaystring | read-only |
Vital Product Data. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceListAttributes | 1.3.6.1.4.1.2.6.12.2.3.1.2.1.5 | displaystring | read-only |
Device Attributes. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceListDiagnostics | 1.3.6.1.4.1.2.6.12.2.3.1.2.1.6 | displaystring | read-only |
Results of diagnostic tests. Currently reserved |
smSiaSystemDeviceTokenRing | 1.3.6.1.4.1.2.6.12.2.3.2 | |||
smSiaSystemDeviceTokenRingInstalled | 1.3.6.1.4.1.2.6.12.2.3.2.1 | integer | read-only |
The number of devices installed. |
smSiaSystemDeviceTokenRingTable | 1.3.6.1.4.1.2.6.12.2.3.2.2 | no-access |
Adapter table. |
|
1.3.6.1.4.1.2.6.12.2.3.2.2.1 | no-access |
Each entry contains objects for a particular device. |
||
smSiaSystemDeviceTokenRingNumber | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.1 | integer | read-only |
Token ring number. |
smSiaSystemDeviceTokenRingHardwareAddress | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.2 | physaddress | read-only |
Burned-in MAC Address. On Sun Solaris 2.x, the token ring card does not have a built-in address. This variable is the same as the smSiaSystemDeviceTokenRingCurrentAddress. On AIX4, this variable is the same as the smSiaSystemDeviceTokenRingCurrentAddress for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingCurrentAddress | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.3 | physaddress | read-only |
Current MAC Address. |
smSiaSystemDeviceTokenRingReceiveDataOffset | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.4 | integer | read-only |
Receive data transfer offset. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingBroadwrap | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.5 | integer | read-only |
Supports broadcast wrap of data. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. Enumeration: 'true': 2, 'false': 1. |
smSiaSystemDeviceTokenRingTxByteMcnt | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.6 | counter | read-only |
Most significant bits of successfully transmitted byte count. Not supported on HP-UX or Sun Solaris. |
smSiaSystemDeviceTokenRingTxByteLcnt | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.7 | counter | read-only |
Least significant bits of successfully transmitted byte count. Not supported on HP-UX or Sun Solaris. |
smSiaSystemDeviceTokenRingRxByteMcnt | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.8 | counter | read-only |
Most significant bits of successfully received byte count. Not supported on HP-UX or Sun Solaris. |
smSiaSystemDeviceTokenRingRxByteLcnt | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.9 | counter | read-only |
Least significant bits of successfully received byte count. Not supported on HP-UX or Sun Solaris. |
smSiaSystemDeviceTokenRingTxFrameMcnt | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.10 | counter | read-only |
Most significant bits of successfully transmitted byte count. |
smSiaSystemDeviceTokenRingTxFrameLcnt | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.11 | counter | read-only |
Least significant bits of successfully transmitted byte count. |
smSiaSystemDeviceTokenRingRxFrameMcnt | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.12 | counter | read-only |
Most significant bits of successfully received byte count. |
smSiaSystemDeviceTokenRingRxFrameLcnt | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.13 | counter | read-only |
Least significant bits of successfully received byte count. |
smSiaSystemDeviceTokenRingTxErrCnt | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.14 | counter | read-only |
Frame transmit error count Not supported on Digital UNIX. |
smSiaSystemDeviceTokenRingRxErrCnt | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.15 | counter | read-only |
Frame receive error count Not supported on Digital UNIX. |
smSiaSystemDeviceTokenRingNidTblHigh | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.16 | integer | read-only |
Maximum netids in use. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingTxQueHigh | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.17 | gauge | read-only |
Maximum transmits ever queued for adapter. On an adapter, buffer queue size is 30 by default. It can be useful to set a threshold on this variable to watch for the value to go over 20, indicating a need to increase buffer queue size to prevent an overflow. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceTokenRingRxQueHigh | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.18 | gauge | read-only |
Maximum received ever queued for any open. On an adapter, buffer queue size is 30 by dfault. It can be useful to set a threshold on this variable to watch for the value to go over 20, indicating a need to increase buffer queue size to prevent an overflow. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingStaQueHigh | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.19 | gauge | read-only |
Maximum status blocks queued for any open. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingIntrLost | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.20 | counter | read-only |
Interrupts lost. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingWdtLost | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.21 | counter | read-only |
Wdt Interrupts lost. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingTimoLost | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.22 | counter | read-only |
Timeout Interrupts lost. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingStaQueOverflow | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.23 | counter | read-only |
Status lost due to queue overflow. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingRxQueOverflow | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.24 | counter | read-only |
Packet lost due to queue overflow. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingRxQueNoMbuf | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.25 | counter | read-only |
Packet lost due to no mbufs. If this variable's value is not 0, you should extend mbuf as soon as possible. All data that goes through the adapter is copied from adapter to mbuf. Thus, if no mbuf is available to receive data, serious errors can occur. Be conservative when increasing mbuf size, because this takes real machine memory away from other applications. Not supported on HP-UX or Sun Solaris. |
smSiaSystemDeviceTokenRingRxQueNoMbufExt | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.26 | counter | read-only |
Packet lost due to no mbuf extensions. If this variable's value is not 0, you should extend mbuf as soon as possible. All data that goes through the adapter is copied from adapter to mbuf. Thus, if no mbuf extension is available to receive data, serious errors can occur. Be conservative when increasing mbuf size, because this takes real machine memory away from other applications. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingTxIntrCnt | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.27 | counter | read-only |
Transmit interrupt count. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceTokenRingRxIntrCnt | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.28 | counter | read-only |
Receive interrupt count. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceTokenRingPktRejCnt | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.29 | counter | read-only |
Packets rejected no NETID. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingPktAccCnt | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.30 | counter | read-only |
Packets accepted - valid NETID. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingPktTxCnt | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.31 | counter | read-only |
Packet transmit counter. Not supported on HP-UX or Sun Solaris. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingOvfloPktCnt | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.32 | counter | read-only |
Overflow packets received. Not supported on HP-UX or Sun Solaris. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingPktTxErrCnt | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.33 | counter | read-only |
Packet transmission errors detected by adapter. Not supported on HP-UX or Sun Solaris. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingSpeed | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.34 | integer | read-only |
Ring speed, megabits/second. Not supported on HP-UX. On Sun Solaris, the speed of the Sun token ring card is controlled by jumpers on the card. The setting is not available from software. It defaults to return the speed of 16M. |
smSiaSystemDeviceTokenRingVPD | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.35 | displaystring | read-only |
Vital Product Data from adapter. Not supported on HP-UX or Digital UNIX. On Sun Solaris, this variable always shows the he name of the device, for example, tr0. |
smSiaSystemDeviceTokenRingAdapPhysAddr | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.36 | physaddress | read-only |
Adapter Physical Address. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingUpstreamNodeAddr | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.37 | physaddress | read-only |
Upstream node address. Not supported on HP-UX and Sun Solaris. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingUpstreamPhysAddr | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.38 | physaddress | read-only |
Upstream Physical Address. Not supported on HP-UX and Sun Solaris. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingLastPollAddr | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.39 | physaddress | read-only |
Last Poll address. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingAuthorEnv | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.40 | integer | read-only |
Authorized environment. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingTxAccessPriority | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.41 | integer | read-only |
Transmit priority. Not supported on HP-UX and Sun Solaris. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingSrcClassAuthor | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.42 | integer | read-only |
Source class authorization. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingLastAttenCode | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.43 | integer | read-only |
Last attention code. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingLastSrcAddr | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.44 | physaddress | read-only |
Last source address. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingLastBeaconType | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.45 | integer | read-only |
Last beacon type. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingLastMajorVector | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.46 | integer | read-only |
Last major vector. Not supported on HP-UX and Sun Solaris. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingRingStatus | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.47 | integer | read-only |
Ring status. Not supported on Sun Solaris. |
smSiaSystemDeviceTokenRingSoftErrorTimerVal | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.48 | integer | read-only |
Soft Error timer value. Not supported on HP-UX and Sun Solaris. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingFrontEndTimerVal | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.49 | integer | read-only |
Front end timer value. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingMonitorErrorCode | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.50 | integer | read-only |
Monitor error code. Not supported on HP-UX and Sun Solaris. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingBeaconTxType | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.51 | integer | read-only |
Beacon transmit type. Not supported on HP-UX and Sun Solaris. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingBeaconRxType | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.52 | integer | read-only |
Beacon Receive type. Not supported on HP-UX and Sun Solaris. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingFrameCorrSave | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.53 | integer | read-only |
Frame Correlator save. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingBeaconStationNAUN | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.54 | physaddress | read-only |
Beaconing station NAUN. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingBeaconStationPhysAddr | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.55 | physaddress | read-only |
Beaconing station physical address. Not supported on HP-UX and Sun Solaris. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceTokenRingClear | 1.3.6.1.4.1.2.6.12.2.3.2.2.1.56 | integer | read-write |
Set to clear clearable statistics Not supported on AIX and Digital UNIX. Enumeration: 'clear': 2, 'normal': 1. |
smSiaSystemDeviceEthernet | 1.3.6.1.4.1.2.6.12.2.3.3 | |||
smSiaSystemDeviceEthernetInstalled | 1.3.6.1.4.1.2.6.12.2.3.3.1 | integer | read-only |
The number of devices installed. |
smSiaSystemDeviceEthernetTable | 1.3.6.1.4.1.2.6.12.2.3.3.2 | no-access |
Adapter table. |
|
1.3.6.1.4.1.2.6.12.2.3.3.2.1 | no-access |
Each entry contains objects for a particular device |
||
smSiaSystemDeviceEthernetNumber | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.1 | integer | read-only |
Adapter number. On Sun Solaris, there can be more than one kind of Ethernet interface on a system; both ie and le can be on the same system. The Ethernet number does not reflect the device unit number of the interface device; it is just a row index on the MIB table. |
smSiaSystemDeviceEthernetHardwareAddress | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.2 | physaddress | read-only |
Burned-in MAC Address. On Sun Solaris 2.x, the Ethernet interface does not have its own built-in hardware address; instead, all network interfaces use the MAC address in the idprom on the motherboard. This variable is the same as smSiaSystemDeviceEthernetCurrentAddress. For AIX4 devices supporting CDLI model, this variable is the same as the smSiaSystemDeviceEthernetCurrentAddress. |
smSiaSystemDeviceEthernetCurrentAddress | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.3 | physaddress | read-only |
Current MAC Address Not supported on Digital UNIX. |
smSiaSystemDeviceEthernetReceiveDataOffset | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.4 | integer | read-only |
Receive Data transfer Offset Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetBroadwrap | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.5 | integer | read-only |
Supports broadcast wrap of data. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. Enumeration: 'true': 2, 'false': 1. |
smSiaSystemDeviceEthernetTxByteMcnt | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.6 | counter | read-only |
Most significant bits of successfully transmitted byte count. Not supported on HP-UX or Sun Solaris. |
smSiaSystemDeviceEthernetTxByteLcnt | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.7 | counter | read-only |
Least significant bits of successfully transmitted byte count. Not supported on HP-UX or Sun Solaris. |
smSiaSystemDeviceEthernetRxByteMcnt | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.8 | counter | read-only |
Most significant bits of successfully received byte count. Not supported on HP-UX or Sun Solaris. |
smSiaSystemDeviceEthernetRxByteLcnt | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.9 | counter | read-only |
Least significant bits of successfully received byte count. Not supported on HP-UX or Sun Solaris. |
smSiaSystemDeviceEthernetTxFrameMcnt | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.10 | counter | read-only |
Most significant bits of successfully transmitted byte count. |
smSiaSystemDeviceEthernetTxFrameLcnt | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.11 | counter | read-only |
Least significant bits of successfully transmitted byte count. |
smSiaSystemDeviceEthernetRxFrameMcnt | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.12 | counter | read-only |
Most significant bits of successfully received byte count. |
smSiaSystemDeviceEthernetRxFrameLcnt | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.13 | counter | read-only |
Least significant bits of successfully received byte count. |
smSiaSystemDeviceEthernetTxErrCnt | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.14 | counter | read-only |
Frame transmit error count Not supported on Digital UNIX. |
smSiaSystemDeviceEthernetRxErrCnt | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.15 | counter | read-only |
Frame receive error count Not supported on Digital UNIX. |
smSiaSystemDeviceEthernetNidTblHigh | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.16 | integer | read-only |
Maximum netids in use Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetTxQueHigh | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.17 | gauge | read-only |
Maximum transmits ever queued for adapter Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceEthernetRxQueHigh | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.18 | gauge | read-only |
Maximum received ever queued for any open Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetStaQueHigh | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.19 | gauge | read-only |
Maximum status blocks queued for any open Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetIntrLost | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.20 | counter | read-only |
Interrupts lost Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetWdtLost | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.21 | counter | read-only |
Wdt Interrupts lost Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetTimoLost | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.22 | counter | read-only |
Timeout Interrupts lost Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetStaQueOverflow | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.23 | counter | read-only |
Status lost due to queue overflow Supported on Sun Solaris 2.4 only. Not supported on HP-UX or Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetRxQueOverflow | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.24 | counter | read-only |
Packet lost due to queue overflow Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetRxQueNoMbuf | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.25 | counter | read-only |
Packet lost due to no mbufs Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetRxQueNoMbufExt | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.26 | counter | read-only |
Packet lost due to no mbuf extensions Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetTxIntrCnt | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.27 | counter | read-only |
Transmit interrupt count Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceEthernetRxIntrCnt | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.28 | counter | read-only |
Receive interrupt count Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceEthernetCRCErr | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.29 | counter | read-only |
CRC Errors Not supported on Digital UNIX. |
smSiaSystemDeviceEthernetAlignErr | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.30 | counter | read-only |
Alignment Errors. On Sun Solaris, this variable is supported on interface ie, not on interface le. Not supported on Digital UNIX. |
smSiaSystemDeviceEthernetOverrun | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.31 | counter | read-only |
Overrun Errors. On Sun Solaris 2.x, this variable is supported on interface ie, not on interface le. Not supported on HP-UX. |
smSiaSystemDeviceEthernetTooShort | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.32 | counter | read-only |
Too short Errors Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceEthernetTooLong | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.33 | counter | read-only |
Too long Errors. Not supported on Sun Solaris. |
smSiaSystemDeviceEthernetNoResources | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.34 | counter | read-only |
Out of resource errors. Not supported on Sun Solaris 2.x or Digital UNIX. |
smSiaSystemDeviceEthernetPktDiscard | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.35 | counter | read-only |
Packets discarded. Not supported on Sun Solaris. |
smSiaSystemDeviceEthernetMaxCollision | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.36 | counter | read-only |
Maximum collisions |
smSiaSystemDeviceEthernetLateCollision | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.37 | counter | read-only |
Collisions after slot time elapsed. On Sun Solaris, this variable is supported on interface le, not on interface ie. Not supported on Digital UNIX. |
smSiaSystemDeviceEthernetCarrierLost | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.38 | counter | read-only |
Carrier lost errors |
smSiaSystemDeviceEthernetUnderrun | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.39 | counter | read-only |
Underrun errors. On Sun Solaris 2.x, this variable is supported on interface ie, not on interface le. Not supported on HP-UX or Digital UNIX. |
smSiaSystemDeviceEthernetCTSLost | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.40 | counter | read-only |
Clear to send lost errors. Not supported on HP-UX, Sun Solaris 2.x or Digital UNIX. |
smSiaSystemDeviceEthernetTxTimeouts | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.41 | counter | read-only |
Transmit Timeouts Not supported on HP-UX or Digital UNIX. |
smSiaSystemDeviceEthernetParErrCnt | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.42 | counter | read-only |
Parity errors Not supported on HP-UX, Sun Solaris or Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetDiagOverflow | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.43 | counter | read-only |
Diagnostic overflow. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetExecOverflow | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.44 | counter | read-only |
Execute queue overflows. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetExecCmdErrors | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.45 | counter | read-only |
Execute command errors. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetHostRecEol | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.46 | counter | read-only |
Host received end of list. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetAdptRecEol | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.47 | counter | read-only |
Adapter received end of list. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetHostRecPkt | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.48 | counter | read-only |
Packets host actually received from adapter. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetAdptRecPkt | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.49 | counter | read-only |
Packets to be delivered to host. Not supported on HP-UX and Sun Solaris. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetStartRxCmd | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.50 | counter | read-only |
Start receptions commands issued to adapter. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceEthernetStartRxDmaTimeouts | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.51 | counter | read-only |
DMA timeouts. Not supported on HP-UX, Sun Solaris and Digital UNIX. On AIX4, this variable is not supported for devices that are based on CDLI model. |
smSiaSystemDeviceEthernetVPD | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.52 | displaystring | read-only |
Vital Product Data from adapter. Not supported on HP-UX, Sun Solaris 2.x and Digital UNIX. |
smSiaSystemDeviceEthernetClear | 1.3.6.1.4.1.2.6.12.2.3.3.2.1.53 | integer | read-write |
Set to clear to clear clearable statistics. Not supported on AIX and Digital UNIX. Enumeration: 'clear': 2, 'normal': 1. |
smSiaSystemDeviceX25 | 1.3.6.1.4.1.2.6.12.2.3.4 | |||
smSiaSystemDeviceX25Installed | 1.3.6.1.4.1.2.6.12.2.3.4.1 | integer | read-only |
The number of devices installed. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Table | 1.3.6.1.4.1.2.6.12.2.3.4.2 | no-access |
Adapter table. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
|
1.3.6.1.4.1.2.6.12.2.3.4.2.1 | no-access |
Each entry contains objects for a particular device Not supported on HP-UX, Sun Solaris and Digital UNIX. |
||
smSiaSystemDeviceX25Number | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.1 | integer | read-only |
smSiaSystemDeviceX25Number Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Address | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.2 | displaystring | read-only |
smSiaSystemDeviceX25Address Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25SupportLevel | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.3 | integer | read-only |
smSiaSystemDeviceX25SupportLevel. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25SupportedFacilities | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.4 | integer | read-only |
smSiaSystemDeviceX25SupportedFacilities. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25NetworkId | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.5 | physaddress | read-only |
smSiaSystemDeviceX25NetworkId. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25MaxTxPacketSize | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.6 | integer | read-only |
smSiaSystemDeviceX25MaxTxPacketSize. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25MaxRxPacketSize | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.7 | integer | read-only |
smSiaSystemDeviceX25MaxRxPacketSize. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25DefaultSvcTxPacketSize | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.8 | integer | read-only |
smSiaSystemDeviceX25DefaultSvcTxPacketSize. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25DefaultSvcRxPacketSize | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.9 | integer | read-only |
smSiaSystemDeviceX25DefaultSvcRxPacketSize. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25ReceiveDataTransferOffset | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.10 | integer | read-only |
smSiaSystemDeviceX25ReceiveDataTransferOffset. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25MemoryWindowSize | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.11 | integer | read-only |
smSiaSystemDeviceX25MemoryWindowSize. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25TxByteMcnt | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.12 | counter | read-only |
Most significant bits of successfully transmitted byte count. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25TxByteLcnt | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.13 | counter | read-only |
Least significant bits of successfully transmitted byte count. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RxByteMcnt | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.14 | counter | read-only |
Most significant bits of successfully received byte count. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RxByteLcnt | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.15 | counter | read-only |
Least significant bits of successfully received byte count. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25TxFrameMcnt | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.16 | counter | read-only |
Most significant bits of successfully transmitted byte count. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25TxFrameLcnt | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.17 | counter | read-only |
Least significant bits of successfully transmitted byte count. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RxFrameMcnt | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.18 | counter | read-only |
Most significant bits of successfully received byte count. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RxFrameLcnt | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.19 | counter | read-only |
Least significant bits of successfully received byte count. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25TxErrCnt | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.20 | counter | read-only |
Frame transmit error count. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RxErrCnt | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.21 | counter | read-only |
Frame receive error count. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25NidTblHigh | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.22 | integer | read-only |
Maximum netids in use. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25TxQueHigh | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.23 | gauge | read-only |
Maximum transmits ever queued for adapter. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RxQueHigh | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.24 | gauge | read-only |
Maximum received ever queued for any open. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25StaQueHigh | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.25 | gauge | read-only |
Maximum status blocks queued for any open. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25IgnoredFTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.26 | counter | read-only |
smSiaSystemDeviceX25IgnoredFTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RrFTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.27 | counter | read-only |
smSiaSystemDeviceX25RrFTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RnrFTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.28 | counter | read-only |
smSiaSystemDeviceX25RnrFTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RejFTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.29 | counter | read-only |
smSiaSystemDeviceX25RejFTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25InfoFTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.30 | counter | read-only |
smSiaSystemDeviceX25InfoFTx Not supported on HP-UX. |
smSiaSystemDeviceX25SabmFTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.31 | counter | read-only |
smSiaSystemDeviceX25SabmFTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25SarmDmFTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.32 | counter | read-only |
smSiaSystemDeviceX25SarmDmFTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25DiscFTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.33 | counter | read-only |
smSiaSystemDeviceX25DiscFTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25UaFTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.34 | counter | read-only |
smSiaSystemDeviceX25UaFTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25FrmrFTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.35 | counter | read-only |
smSiaSystemDeviceX25FrmrFTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25BadNrFTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.36 | counter | read-only |
smSiaSystemDeviceX25BadNrFTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25UnknownFTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.37 | counter | read-only |
smSiaSystemDeviceX25UnknownFTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25XidFTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.38 | counter | read-only |
smSiaSystemDeviceX25XidFTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25BadLengthFTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.39 | counter | read-only |
smSiaSystemDeviceX25BadLengthFTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25T1Expirations | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.40 | counter | read-only |
smSiaSystemDeviceX25T1Expirations. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Lvl2Connects | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.41 | counter | read-only |
smSiaSystemDeviceX25Lvl2Connects. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Lvl2Disconnects | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.42 | counter | read-only |
smSiaSystemDeviceX25Lvl2Disconnects. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25CarrierLoss | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.43 | counter | read-only |
smSiaSystemDeviceX25CarrierLoss. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25ConnectTime | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.44 | timeticks | read-only |
smSiaSystemDeviceX25ConnectTime. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25T4Expirations | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.45 | counter | read-only |
smSiaSystemDeviceX25T4Expirations. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25T4N2Times | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.46 | counter | read-only |
smSiaSystemDeviceX25T4N2Times. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25IgnoredFRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.47 | counter | read-only |
smSiaSystemDeviceX25IgnoredFRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RrFRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.48 | counter | read-only |
smSiaSystemDeviceX25RrFRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RnrFRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.49 | counter | read-only |
smSiaSystemDeviceX25RnrFRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RejFRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.50 | counter | read-only |
smSiaSystemDeviceX25RejFRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25InfoFRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.51 | counter | read-only |
smSiaSystemDeviceX25InfoFRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25SabmFRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.52 | counter | read-only |
smSiaSystemDeviceX25SabmFRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25SarmDmFRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.53 | counter | read-only |
smSiaSystemDeviceX25SarmDmFRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25DiscFRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.54 | counter | read-only |
smSiaSystemDeviceX25DiscFRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25UaFRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.55 | counter | read-only |
smSiaSystemDeviceX25UaFRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25FrmrFRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.56 | counter | read-only |
smSiaSystemDeviceX25FrmrFRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25BadNrFRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.57 | counter | read-only |
smSiaSystemDeviceX25BadNrFRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25UnknownFRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.58 | counter | read-only |
smSiaSystemDeviceX25UnknownFRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25XidFRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.59 | counter | read-only |
smSiaSystemDeviceX25XidFRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25BadLengthFRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.60 | counter | read-only |
smSiaSystemDeviceX25BadLengthFRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25DataPTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.61 | counter | read-only |
smSiaSystemDeviceX25DataPTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RrPTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.62 | counter | read-only |
smSiaSystemDeviceX25RrPTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RnrPTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.63 | counter | read-only |
smSiaSystemDeviceX25RnrPTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25InterruptPTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.64 | counter | read-only |
smSiaSystemDeviceX25InterruptPTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25InterruptConfirmPTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.65 | counter | read-only |
smSiaSystemDeviceX25InterruptConfirmPTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25CallRequestPTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.66 | counter | read-only |
smSiaSystemDeviceX25CallRequestPTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25CallAcceptPTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.67 | counter | read-only |
smSiaSystemDeviceX25CallAcceptPTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25ClearRequestPTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.68 | counter | read-only |
smSiaSystemDeviceX25ClearRequestPTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25ClearConfirmPTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.69 | counter | read-only |
smSiaSystemDeviceX25ClearConfirmPTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25ResetRequestPTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.70 | counter | read-only |
smSiaSystemDeviceX25ResetRequestPTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25ResetConfirmPTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.71 | counter | read-only |
smSiaSystemDeviceX25ResetConfirmPTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25DiagnosticPTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.72 | counter | read-only |
smSiaSystemDeviceX25DiagnosticPTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RegistrationPTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.73 | counter | read-only |
smSiaSystemDeviceX25RegistrationPTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RegistrationConfirmPTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.74 | counter | read-only |
smSiaSystemDeviceX25RegistrationConfirmPTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RestartPTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.75 | counter | read-only |
smSiaSystemDeviceX25RestartPTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RestartConfirmPTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.76 | counter | read-only |
smSiaSystemDeviceX25RestartConfirmPTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25ErrorPTx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.77 | counter | read-only |
smSiaSystemDeviceX25ErrorPTx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25T20Expirations | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.78 | counter | read-only |
smSiaSystemDeviceX25T20Expirations. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25T21Expirations | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.79 | counter | read-only |
smSiaSystemDeviceX25T21Expirations. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25T22Expirations | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.80 | counter | read-only |
smSiaSystemDeviceX25T22Expirations. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25T23Expirations | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.81 | counter | read-only |
smSiaSystemDeviceX25T23Expirations. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25VcEstablishments | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.82 | counter | read-only |
smSiaSystemDeviceX25VcEstablishments. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25T24Expirations | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.83 | counter | read-only |
smSiaSystemDeviceX25T24Expirations. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25T25Expirations | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.84 | counter | read-only |
smSiaSystemDeviceX25T25Expirations. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25T26Expirations | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.85 | counter | read-only |
smSiaSystemDeviceX25T26Expirations. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25T28Expirations | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.86 | counter | read-only |
smSiaSystemDeviceX25T28Expirations. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25DataPRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.87 | counter | read-only |
smSiaSystemDeviceX25DataPRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RrPRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.88 | counter | read-only |
smSiaSystemDeviceX25RrPRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RnrPRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.89 | counter | read-only |
smSiaSystemDeviceX25RnrPRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25InterruptPRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.90 | counter | read-only |
smSiaSystemDeviceX25InterruptPRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25InterruptConfirmPRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.91 | counter | read-only |
smSiaSystemDeviceX25InterruptConfirmPRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25IncomingCallPRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.92 | counter | read-only |
smSiaSystemDeviceX25IncomingCallPRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25CallConnectedPRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.93 | counter | read-only |
smSiaSystemDeviceX25CallConnectedPRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25ClearIndicationPRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.94 | counter | read-only |
smSiaSystemDeviceX25ClearIndicationPRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25ClearConfirmPRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.95 | counter | read-only |
smSiaSystemDeviceX25ClearConfirmPRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25ResetIndicationPRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.96 | counter | read-only |
smSiaSystemDeviceX25ResetIndicationPRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25ResetConfirmPRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.97 | counter | read-only |
smSiaSystemDeviceX25ResetConfirmPRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25DiagnosticPRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.98 | counter | read-only |
smSiaSystemDeviceX25DiagnosticPRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RegistrationPRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.99 | counter | read-only |
smSiaSystemDeviceX25RegistrationPRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RegistrationConfirmPRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.100 | counter | read-only |
smSiaSystemDeviceX25RegistrationConfirmPRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RestartPRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.101 | counter | read-only |
smSiaSystemDeviceX25RestartPRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RestartConfirmPRx | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.102 | counter | read-only |
smSiaSystemDeviceX25RestartConfirmPRx. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25TxUnknownSize | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.103 | counter | read-only |
smSiaSystemDeviceX25TxUnknownSize. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25TxReserved1 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.104 | counter | read-only |
smSiaSystemDeviceX25TxReserved1. Not supported on HP-UX and Sun Solaris. |
smSiaSystemDeviceX25TxReserved2 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.105 | counter | read-only |
smSiaSystemDeviceX25TxReserved2. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25TxReserved3 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.106 | counter | read-only |
smSiaSystemDeviceX25TxReserved3. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Tx0x15 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.107 | counter | read-only |
smSiaSystemDeviceX25Tx0x15. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Tx16x31 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.108 | counter | read-only |
smSiaSystemDeviceX25Tx16x31. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Tx32x63 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.109 | counter | read-only |
smSiaSystemDeviceX25Tx32x63. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Tx64x127 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.110 | counter | read-only |
smSiaSystemDeviceX25Tx64x127. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Tx128x255 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.111 | counter | read-only |
smSiaSystemDeviceX25Tx128x255. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Tx256x511 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.112 | counter | read-only |
smSiaSystemDeviceX25Tx256x511. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Tx512x1023 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.113 | counter | read-only |
smSiaSystemDeviceX25Tx512x1023. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Tx1024x2047 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.114 | counter | read-only |
smSiaSystemDeviceX25Tx1024x2047. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Tx2048x4095 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.115 | counter | read-only |
smSiaSystemDeviceX25Tx2048x4095. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25TxReserved13 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.116 | counter | read-only |
smSiaSystemDeviceX25TxReserved13. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25TxReserved14 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.117 | counter | read-only |
smSiaSystemDeviceX25TxReserved14. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25TxReserved15 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.118 | counter | read-only |
smSiaSystemDeviceX25TxReserved15. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25TxTotalPackets | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.119 | counter | read-only |
smSiaSystemDeviceX25TxTotalPackets. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RxUnknownSize | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.120 | counter | read-only |
smSiaSystemDeviceX25RxUnknownSize. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RxReserved1 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.121 | counter | read-only |
smSiaSystemDeviceX25RxReserved1. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RxReserved2 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.122 | counter | read-only |
smSiaSystemDeviceX25RxReserved2. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RxReserved3 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.123 | counter | read-only |
smSiaSystemDeviceX25RxReserved3. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Rx0x15 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.124 | counter | read-only |
smSiaSystemDeviceX25Rx0x15. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Rx16x31 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.125 | counter | read-only |
smSiaSystemDeviceX25Rx16x31. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Rx32x63 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.126 | counter | read-only |
smSiaSystemDeviceX25Rx32x63. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Rx64x127 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.127 | counter | read-only |
smSiaSystemDeviceX25Rx64x127. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Rx128x255 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.128 | counter | read-only |
smSiaSystemDeviceX25Rx128x255. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Rx256x511 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.129 | counter | read-only |
smSiaSystemDeviceX25Rx256x511. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Rx512x1023 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.130 | counter | read-only |
smSiaSystemDeviceX25Rx512x1023. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Rx1024x2047 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.131 | counter | read-only |
smSiaSystemDeviceX25Rx1024x2047. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Rx2048x4095 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.132 | counter | read-only |
smSiaSystemDeviceX25Rx2048x4095. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RxReserved13 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.133 | counter | read-only |
smSiaSystemDeviceX25RxReserved13. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RxReserved14 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.134 | counter | read-only |
smSiaSystemDeviceX25RxReserved14. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RxReserved15 | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.135 | counter | read-only |
smSiaSystemDeviceX25RxReserved15. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RxTotalPackets | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.136 | counter | read-only |
smSiaSystemDeviceX25RxTotalPackets. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25Clear | 1.3.6.1.4.1.2.6.12.2.3.4.2.1.137 | integer | read-write |
Set to clear to clear clearable statistics. Not supported on HP-UX, Sun Solaris and Digital UNIX. Enumeration: 'clear': 2, 'normal': 1. |
smSiaSystemDeviceX25RouteCount | 1.3.6.1.4.1.2.6.12.2.3.4.3 | integer | read-only |
The number of devices installed. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RouteTable | 1.3.6.1.4.1.2.6.12.2.3.4.4 | no-access |
Routing information. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
|
1.3.6.1.4.1.2.6.12.2.3.4.4.1 | no-access |
Each entry contains objects for a particular route. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
||
smSiaSystemDeviceX25RouteNumber | 1.3.6.1.4.1.2.6.12.2.3.4.4.1.1 | integer | read-only |
Route Entry number. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RouteEntryName | 1.3.6.1.4.1.2.6.12.2.3.4.4.1.2 | displaystring | read-only |
Route name. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RouteUserName | 1.3.6.1.4.1.2.6.12.2.3.4.4.1.3 | displaystring | read-only |
User name. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RoutePort | 1.3.6.1.4.1.2.6.12.2.3.4.4.1.4 | displaystring | read-only |
Port. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RouteCallingAddress | 1.3.6.1.4.1.2.6.12.2.3.4.4.1.5 | displaystring | read-only |
Calling address. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RouteCalledSubaddress | 1.3.6.1.4.1.2.6.12.2.3.4.4.1.6 | displaystring | read-only |
Called subaddress. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RouteCallingAddressExt | 1.3.6.1.4.1.2.6.12.2.3.4.4.1.7 | displaystring | read-only |
Calling address extension. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RouteCalledAddressExt | 1.3.6.1.4.1.2.6.12.2.3.4.4.1.8 | displaystring | read-only |
Called address extension. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RouteCalledUserData | 1.3.6.1.4.1.2.6.12.2.3.4.4.1.9 | displaystring | read-only |
Called address extension. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RoutePriority | 1.3.6.1.4.1.2.6.12.2.3.4.4.1.10 | integer | read-only |
Priority. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemDeviceX25RouteAction | 1.3.6.1.4.1.2.6.12.2.3.4.4.1.11 | integer | read-only |
Action taken when no listening application is running. Not supported on HP-UX, Sun Solaris and Digital UNIX. Enumeration: 'forward': 1, 'reject': 2. |
smSiaSystemPagingInformation | 1.3.6.1.4.1.2.6.12.2.4 | |||
smSiaSystemFreePagingSpace | 1.3.6.1.4.1.2.6.12.2.4.1 | integer | read-only |
Free paging space in the system, in megabytes. It can be useful to set a threshold on this variable to indicate when it drops below a certain number of Mbs, (for instance, for AIX, the threshold is 2 Mb) because when there is less than adequate free paging space, the kernel sends a SIGDANGER to all processes on the system, and if the free paging space continues to drop, the kernel will begin killing large processes until it can get back 512 pages (enough to prevent a system crash). |
smSiaSystemFreePagingSpaceUntilKill | 1.3.6.1.4.1.2.6.12.2.4.2 | integer | read-only |
Free paging space until kill threshold, in megabytes. On HP-UX and Sun Solaris, this variable is the same as smSiaSystemFreePagingSpace. On Digital UNIX, this variable is the low water mark for paging space (20 Mb). |
smSiaSystemKillThresholdToFreePagingSpacePercent | 1.3.6.1.4.1.2.6.12.2.4.3 | integer | read-only |
Ratio of kill threshold to free paging space expressed as a percentage. This value remains zero until the kill threshold becomes >= 1% of the free paging space. On HP-UX and Sun Solaris, this variable is computed as the percentage of paging space used. On Digital UNIX, this variable is the difference between free paging space and the FreePagingSpaceUntilKill expressed as a percent. |
smSiaSystemPagingSpace | 1.3.6.1.4.1.2.6.12.2.4.4 | |||
smSiaSystemPagingSpaceCount | 1.3.6.1.4.1.2.6.12.2.4.4.1 | gauge | read-only |
The number of paging spaces. |
smSiaSystemPagingSpaceTable | 1.3.6.1.4.1.2.6.12.2.4.4.2 | no-access |
Paging space table. |
|
1.3.6.1.4.1.2.6.12.2.4.4.2.1 | no-access |
Each entry contains objects for a particular paging space. |
||
smSiaSystemPagingSpaceName | 1.3.6.1.4.1.2.6.12.2.4.4.2.1.1 | displaystring | read-only |
Paging space name. |
smSiaSystemPagingSpacePhysicalVolume | 1.3.6.1.4.1.2.6.12.2.4.4.2.1.2 | displaystring | read-only |
Physical volume on which paging space resides. Not supported on Digital UNIX. |
smSiaSystemPagingSpaceVolumeGroup | 1.3.6.1.4.1.2.6.12.2.4.4.2.1.3 | displaystring | read-only |
Volume group of paging space. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemPagingSpaceSize | 1.3.6.1.4.1.2.6.12.2.4.4.2.1.4 | integer | read-only |
Size in megabytes. |
smSiaSystemPagingSpacePercentUsed | 1.3.6.1.4.1.2.6.12.2.4.4.2.1.5 | gauge | read-only |
Percent used. This value can be helpful in maintaining acceptable system performance. When the percent of paging space used goes above approximately 80 percent, the system performance can be affected. |
smSiaSystemPagingSpaceActive | 1.3.6.1.4.1.2.6.12.2.4.4.2.1.6 | displaystring | read-only |
Active indicator --- Yes or No Not supported on Digital UNIX. |
smSiaSystemPagingSpaceAuto | 1.3.6.1.4.1.2.6.12.2.4.4.2.1.7 | displaystring | read-only |
Auto indicator --- Yes or No Not supported on HP-UX or Digital UNIX. |
smSiaSystemPagingSpaceType | 1.3.6.1.4.1.2.6.12.2.4.4.2.1.8 | displaystring | read-only |
Paging space type. Not supported on Digital UNIX. |
smSiaSystemPagingStatistics | 1.3.6.1.4.1.2.6.12.2.4.5 | |||
smSiaSystemPagingStatisticsPollingInterval | 1.3.6.1.4.1.2.6.12.2.4.5.1 | integer | read-only |
Polling interval for paging statistics data. Currently reserved. |
smSiaSystemPagingStatisticsTable | 1.3.6.1.4.1.2.6.12.2.4.5.2 | no-access |
Input/Output statistics table. |
|
1.3.6.1.4.1.2.6.12.2.4.5.2.1 | no-access |
Each instance contains paging statistics over a different interval. - same information as vmstat |
||
smSiaSystemPagingStatisticsName | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.1 | displaystring | read-only |
Description of interval. |
smSiaSystemPagingStatisticsIntervalStartTime | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.2 | displaystring | read-only |
Start time of interval. |
smSiaSystemPagingStatisticsIntervalLength | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.3 | timeticks | read-only |
Length of interval during which paging statistics are computed. |
smSiaSystemPagingStatisticsPageFaults | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.4 | integer | read-only |
Total number of page faults over the interval. Not supported on Digital UNIX. |
smSiaSystemPagingStatisticsPageReclaims | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.5 | integer | read-only |
Total number of page reclaims over the interval. On Digital UNIX, this variable is the number of pages freed. |
smSiaSystemPagingStatisticsPagesPagedIn | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.6 | integer | read-only |
Total number of Pages Paged In over the interval |
smSiaSystemPagingStatisticsPagesPagedOut | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.7 | integer | read-only |
Total number of Pages Paged Out over the interval |
smSiaSystemPagingStatisticsPageInsFromPagingSpace | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.8 | integer | read-only |
Total number of Page Ins From Paging Space. Not supported on Digital UNIX. |
smSiaSystemPagingStatisticsPageOutsFromPagingSpace | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.9 | integer | read-only |
Total number of Page Outs From Paging Space Not supported on Digital UNIX. |
smSiaSystemPagingStatisticsStartIOs | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.10 | integer | read-only |
Total number of IO Starts Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemPagingStatisticsDoneIOs | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.11 | integer | read-only |
Total number of IOs Done Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemPagingStatisticsPageScans | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.12 | integer | read-only |
Total number of page scans |
smSiaSystemPagingStatisticsScanClockCycles | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.13 | integer | read-only |
Total page scan clock cycles. Not supported on Digital UNIX. |
smSiaSystemPagingStatisticsPageSteals | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.14 | integer | read-only |
Total number of page steals Not supported on HP-UX or Digital UNIX. |
smSiaSystemPagingStatisticsFreeFrameWaits | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.15 | integer | read-only |
Total number of free frame waits. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemPagingStatisticsExtendXPTWaits | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.16 | integer | read-only |
Total number of extend XPT waits. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemPagingStatisticsPendingIOWaits | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.17 | integer | read-only |
Total number of Pending I/O waits Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemPagingStatisticsPageFaultsMinimum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.18 | integer | read-only |
Minimum page faults. Not supported on Digital UNIX. |
smSiaSystemPagingStatisticsPageReclaimsMinimum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.19 | integer | read-only |
Minimum page reclaims |
smSiaSystemPagingStatisticsPagesPagedInMinimum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.20 | integer | read-only |
Minimum pages paged in |
smSiaSystemPagingStatisticsPagesPagedOutMinimum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.21 | integer | read-only |
Minimum pages paged out |
smSiaSystemPagingStatisticsPageInsFromPagingSpaceMinimum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.22 | integer | read-only |
Minimum Page Ins From Paging Space. Not supported on Digital UNIX. |
smSiaSystemPagingStatisticsPageOutsFromPagingSpaceMinimum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.23 | integer | read-only |
Minimum Page Outs From Paging Space. Not supported on Digital UNIX. |
smSiaSystemPagingStatisticsStartIOsMinimum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.24 | integer | read-only |
Minimum IO Starts Not supported on HP-UX or Digital UNIX. |
smSiaSystemPagingStatisticsDoneIOsMinimum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.25 | integer | read-only |
Minimum IOs Done Not supported on HP-UX or Digital UNIX. |
smSiaSystemPagingStatisticsPageScansMinimum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.26 | integer | read-only |
Minimum number of page scans |
smSiaSystemPagingStatisticsScanClockCyclesMinimum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.27 | integer | read-only |
Minimum page scan clock cycles Not supported on Digital UNIX. |
smSiaSystemPagingStatisticsPageStealsMinimum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.28 | integer | read-only |
Minimum page steals Not supported on HP-UX or Digital UNIX. |
smSiaSystemPagingStatisticsFreeFrameWaitsMinimum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.29 | integer | read-only |
Minimum free frame waits Not supported on HP-UX or Digital UNIX. |
smSiaSystemPagingStatisticsExtendXPTWaitsMinimum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.30 | integer | read-only |
Minimum Extend XPT waits. Not supported on HP-UX or Digital UNIX. |
smSiaSystemPagingStatisticsPendingIOWaitsMinimum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.31 | integer | read-only |
Minimum Pending I/O waits Not supported on HP-UX or Digital UNIX. |
smSiaSystemPagingStatisticsPageFaultsMaximum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.32 | integer | read-only |
Maximum page faults Not supported on Digital UNIX. |
smSiaSystemPagingStatisticsPageReclaimsMaximum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.33 | integer | read-only |
Maximum page reclaims |
smSiaSystemPagingStatisticsPagesPagedInMaximum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.34 | integer | read-only |
Maximum Pages Paged In |
smSiaSystemPagingStatisticsPagesPagedOutMaximum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.35 | integer | read-only |
Maximum Pages Paged Out |
smSiaSystemPagingStatisticsPageInsFromPagingSpaceMaximum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.36 | integer | read-only |
Maximum Page Ins From Paging Space Not supported on Digital UNIX. |
smSiaSystemPagingStatisticsPageOutsFromPagingSpaceMaximum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.37 | integer | read-only |
Maximum Page Outs From Paging Space Not supported on Digital UNIX. |
smSiaSystemPagingStatisticsStartIOsMaximum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.38 | integer | read-only |
Maximum IO Starts Not supported on HP-UX or Digital UNIX. |
smSiaSystemPagingStatisticsDoneIOsMaximum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.39 | integer | read-only |
Maximum IOs Done Not supported on HP-UX or Digital UNIX. |
smSiaSystemPagingStatisticsPageScansMaximum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.40 | integer | read-only |
Maximum number of page scans |
smSiaSystemPagingStatisticsScanClockCyclesMaximum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.41 | integer | read-only |
Maximum page scan clock cycles Not supported on Digital UNIX. |
smSiaSystemPagingStatisticsPageStealsMaximum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.42 | integer | read-only |
Maximum page steals Not supported on HP-UX or Digital UNIX. |
smSiaSystemPagingStatisticsFreeFrameWaitsMaximum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.43 | integer | read-only |
Maximum free frame waits Not supported on HP-UX or Digital UNIX. |
smSiaSystemPagingStatisticsExtendXPTWaitsMaximum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.44 | integer | read-only |
Maximum Extend XPT waits. Not supported on HP-UX or Digital UNIX. |
smSiaSystemPagingStatisticsPendingIOWaitsMaximum | 1.3.6.1.4.1.2.6.12.2.4.5.2.1.45 | integer | read-only |
Maximum Pending I/O waits Not supported on HP-UX or Digital UNIX. |
smSiaSystemFileSystem | 1.3.6.1.4.1.2.6.12.2.5 | |||
smSiaSystemFileSystemMounted | 1.3.6.1.4.1.2.6.12.2.5.1 | gauge | read-only |
The number of file systems mounted. |
smSiaSystemFileSystemTable | 1.3.6.1.4.1.2.6.12.2.5.2 | no-access |
File system table. |
|
1.3.6.1.4.1.2.6.12.2.5.2.1 | no-access |
Each entry contains objects for a particular file system. |
||
smSiaSystemFileSystemName | 1.3.6.1.4.1.2.6.12.2.5.2.1.1 | displaystring | read-only |
Name of mount point for a file system. |
smSiaSystemFileSystemSize | 1.3.6.1.4.1.2.6.12.2.5.2.1.2 | gauge | read-only |
Total kilobytes in file system. |
smSiaSystemFileSystemFree | 1.3.6.1.4.1.2.6.12.2.5.2.1.3 | gauge | read-only |
Free file system space in kilobytes. Set a threshold against this variable to monitor for a filesystem to run out of space. The /var and /tmp directories are good candidates for monitoring, since they are often used by applications and an out-of-space condition can result in errors. |
smSiaSystemFileSystemPercentUsed | 1.3.6.1.4.1.2.6.12.2.5.2.1.4 | gauge | read-only |
Percent of file system used. |
smSiaSystemFileSystemInodesUsed | 1.3.6.1.4.1.2.6.12.2.5.2.1.5 | gauge | read-only |
Used inodes in file system. Not supported for remote file systems for HP-UX, Sun Solaris 2.x and Digital UNIX. |
smSiaSystemFileSystemInodesPercentUsed | 1.3.6.1.4.1.2.6.12.2.5.2.1.6 | gauge | read-only |
Percent inodes used. Not supported for remote file systems for HP-UX, Sun Solaris 2.x and Digital UNIX. |
smSiaSystemFileSystemInodeCount | 1.3.6.1.4.1.2.6.12.2.5.2.1.7 | gauge | read-only |
Inode count. Not supported for remote file systems for HP-UX, Sun Solaris 2.x and Digital UNIX. |
smSiaSystemFileSystemFileSystem | 1.3.6.1.4.1.2.6.12.2.5.2.1.8 | displaystring | read-only |
NFS File system. |
smSiaSystemFileSystemRemote | 1.3.6.1.4.1.2.6.12.2.5.2.1.9 | displaystring | read-only |
Remote node for remotely mounted filesystems. |
smSiaSystemSubSystems | 1.3.6.1.4.1.2.6.12.2.6 | |||
smSiaSystemSubSystemsCount | 1.3.6.1.4.1.2.6.12.2.6.1 | gauge | read-only |
The number of subsystems in table. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemSubSystemsTable | 1.3.6.1.4.1.2.6.12.2.6.2 | no-access |
Subsystems table. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
|
1.3.6.1.4.1.2.6.12.2.6.2.1 | no-access |
Each entry contains objects for a particular file system. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
||
smSiaSystemSubSystemsName | 1.3.6.1.4.1.2.6.12.2.6.2.1.1 | displaystring | read-only |
Name of sub system. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemSubSystemsPID | 1.3.6.1.4.1.2.6.12.2.6.2.1.2 | integer | read-only |
PID of subsystem, if active. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemSubSystemsStatusDescription | 1.3.6.1.4.1.2.6.12.2.6.2.1.3 | displaystring | read-only |
Process group. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemSubSystemsStatusText | 1.3.6.1.4.1.2.6.12.2.6.2.1.4 | displaystring | read-only |
Status text. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemSubSystemsStatusCode | 1.3.6.1.4.1.2.6.12.2.6.2.1.5 | integer | read-only |
Integer status code. Indicates whether the subsystem is active or inoperative. A value of 1 indicates the subsystem is active; a value of 11 indicates that it is inoperative. Not supported on HP-UX, Sun Solaris and Digital UNIX. |
smSiaSystemProcess | 1.3.6.1.4.1.2.6.12.2.7 | |||
smSiaSystemProcessCount | 1.3.6.1.4.1.2.6.12.2.7.1 | gauge | read-only |
The number of processes in table. |
smSiaSystemProcessTable | 1.3.6.1.4.1.2.6.12.2.7.2 | no-access |
Process table. |
|
1.3.6.1.4.1.2.6.12.2.7.2.1 | no-access |
Each entry contains objects for a particular file system. |
||
smSiaSystemProcessLoginUser | 1.3.6.1.4.1.2.6.12.2.7.2.1.1 | displaystring | read-only |
Name of user to whom process belongs. |
smSiaSystemProcessPID | 1.3.6.1.4.1.2.6.12.2.7.2.1.2 | integer | read-only |
Process ID. This can be a useful variable to monitor if you want to make sure a process is running or you want to watch for a process to be started. |
smSiaSystemProcessParentPID | 1.3.6.1.4.1.2.6.12.2.7.2.1.3 | integer | read-only |
Parent Process ID |
smSiaSystemProcessCPUTime | 1.3.6.1.4.1.2.6.12.2.7.2.1.4 | timeticks | read-only |
Total CPU Time used since startup |
smSiaSystemProcessUserTime | 1.3.6.1.4.1.2.6.12.2.7.2.1.5 | timeticks | read-only |
CPU Time used in user mode since startup. |
smSiaSystemProcessSystemTime | 1.3.6.1.4.1.2.6.12.2.7.2.1.6 | timeticks | read-only |
CPU Time used in system mode since startup. |
smSiaSystemProcessPageFaultsIO | 1.3.6.1.4.1.2.6.12.2.7.2.1.7 | counter | read-only |
Number of Page faults requiring I/O. |
smSiaSystemProcessPageFaultsNoIO | 1.3.6.1.4.1.2.6.12.2.7.2.1.8 | counter | read-only |
Number of Page faults not requiring I/O. |
smSiaSystemProcessPriority | 1.3.6.1.4.1.2.6.12.2.7.2.1.9 | integer | read-only |
Process Priority |
smSiaSystemProcessNice | 1.3.6.1.4.1.2.6.12.2.7.2.1.10 | integer | read-only |
Process Nice Value |
smSiaSystemProcessState | 1.3.6.1.4.1.2.6.12.2.7.2.1.11 | integer | read-only |
Current Process state Enumeration: 'none': 666, 'run': 3, 'stop': 6, 'zombie': 5, 'iDL': 4, 'sleep': 1. |
smSiaSystemProcessWait | 1.3.6.1.4.1.2.6.12.2.7.2.1.12 | integer | read-only |
Process wait reason. On Sun Solaris, the process wait reason may be none or event. This variable does not provide additional details on the type of event. Not supported on HP-UX or Digital UNIX. Enumeration: 'none': 666, 'pageFree': 8, 'lock': 2, 'pageIn': 5, 'cp': 4, 'pLock': 7, 'timer': 3, 'memory': 9, 'pageOut': 6, 'event': 1. |
smSiaSystemProcessDataResidentSetSize | 1.3.6.1.4.1.2.6.12.2.7.2.1.13 | integer | read-only |
Data resident set size in kilobytes. On Digital UNIX, this variable is the resident set size for the entire process. On Sun Solaris, statistics for resident set size for the text, data, and stack segments are not maintained separately. This variable is the total resident set size for all three segments. |
smSiaSystemProcessTextResidentSetSize | 1.3.6.1.4.1.2.6.12.2.7.2.1.14 | integer | read-only |
Text resident set size in kilobytes. Not supported on Sun Solaris 2.x or Digital UNIX. |
smSiaSystemProcessImageSize | 1.3.6.1.4.1.2.6.12.2.7.2.1.15 | integer | read-only |
core image size. On Sun Solaris, this variable is the total of the text, data, and stack segments. On AIX and HP-UX, this variable is the same as smSiaSystemProcessDataVirtualMemorySize. |
smSiaSystemProcessDataVirtualMemorySize | 1.3.6.1.4.1.2.6.12.2.7.2.1.16 | integer | read-only |
Data Virtual Memory size. Not supported on Digital UNIX. |
smSiaSystemProcessPercentMemory | 1.3.6.1.4.1.2.6.12.2.7.2.1.17 | integer | read-only |
Percentage of real memory used. Not supported on HP-UX. |
smSiaSystemProcessCPU | 1.3.6.1.4.1.2.6.12.2.7.2.1.18 | integer | read-only |
Percentage of CPU used on each process. This variable is not supported on Sun Solaris 2.x. |
smSiaSystemProcessStartTime | 1.3.6.1.4.1.2.6.12.2.7.2.1.19 | displaystring | read-only |
Process starting time. |
smSiaSystemProcessCommand | 1.3.6.1.4.1.2.6.12.2.7.2.1.20 | displaystring | read-only |
Process starting command. |
smSiaSystemProcessLoginUID | 1.3.6.1.4.1.2.6.12.2.7.2.1.21 | integer | read-only |
Login User ID Not supported on HP-UX. |
smSiaSystemProcessEffectiveUID | 1.3.6.1.4.1.2.6.12.2.7.2.1.22 | integer | read-only |
Effective User ID |
smSiaSystemProcessEffectiveGID | 1.3.6.1.4.1.2.6.12.2.7.2.1.23 | integer | read-only |
Effective Group ID. Not supported on HP-UX. |
smSiaSystemProcessEffectiveGroupName | 1.3.6.1.4.1.2.6.12.2.7.2.1.24 | displaystring | read-only |
Effective Group Name. Not supported on HP-UX. |
smSiaSystemProcessSUID | 1.3.6.1.4.1.2.6.12.2.7.2.1.25 | integer | read-only |
Saved User ID |
smSiaSystemProcessPgrp | 1.3.6.1.4.1.2.6.12.2.7.2.1.26 | integer | read-only |
Process group |
smSiaSystemProcessPFlags | 1.3.6.1.4.1.2.6.12.2.7.2.1.27 | integer | read-only |
Process flags - look in /usr/include/sys/proc.h |
smSiaSystemProcessAdspace | 1.3.6.1.4.1.2.6.12.2.7.2.1.28 | gauge | read-only |
Process Address space. Not supported on Digital UNIX. |
smSiaSystemProcessTTYp | 1.3.6.1.4.1.2.6.12.2.7.2.1.29 | integer | read-only |
Whether process has a controlling tty. |
smSiaSystemProcessTTYd | 1.3.6.1.4.1.2.6.12.2.7.2.1.30 | integer | read-only |
Process Controlling TTY |
smSiaSystemProcessNSwap | 1.3.6.1.4.1.2.6.12.2.7.2.1.31 | counter | read-only |
Number of times process swapped out. Supported on HP-UX 9.0 only on Series 800 machines. |
smSiaSystemProcessInblocks | 1.3.6.1.4.1.2.6.12.2.7.2.1.32 | counter | read-only |
File blocks input Not supported on HP-UX. |
smSiaSystemProcessOutblocks | 1.3.6.1.4.1.2.6.12.2.7.2.1.33 | counter | read-only |
File blocks output. Supported on HP-UX 9.0 only on Series 800 machines. |
smSiaSystemProcessMsgsnd | 1.3.6.1.4.1.2.6.12.2.7.2.1.34 | counter | read-only |
Number of IPC Messages sent. Supported on HP-UX 9.0 only on Series 800 machines. |
smSiaSystemProcessMsgrcv | 1.3.6.1.4.1.2.6.12.2.7.2.1.35 | counter | read-only |
Number of IPC Messages received. Supported on HP-UX 9.0 only on Series 800 machines. |
smSiaSystemProcessNsignals | 1.3.6.1.4.1.2.6.12.2.7.2.1.36 | counter | read-only |
Number of Signals delivered. Supported on HP-UX 9.0 only on Series 800 machines. |
smSiaSystemProcessNVcsw | 1.3.6.1.4.1.2.6.12.2.7.2.1.37 | counter | read-only |
Number of Voluntary context switches. Supported on HP-UX 9.0 only on Series 800 machines. |
smSiaSystemProcessNIvcsw | 1.3.6.1.4.1.2.6.12.2.7.2.1.38 | counter | read-only |
Number of Involuntary context switches. Supported on HP-UX 9.0 only on Series 800 machines. |
smSiaSystemProcessArguments | 1.3.6.1.4.1.2.6.12.2.7.2.1.39 | displaystring | read-only |
Process command syntax in full path |
smSiaSystemProcessSignal | 1.3.6.1.4.1.2.6.12.2.7.2.1.40 | integer | read-write |
Sends a signal to process when set Currently reserved. Not supported on HP-UX. Enumeration: 'sigkill': 9, 'sigsegv': 11, 'sigfpe': 8, 'sigtrap': 5, 'sigbus': 10, 'sigsys': 12, 'sigalrm': 14, 'sigquit': 3, 'sigurg': 16, 'sigtstp': 18, 'sigint': 2, 'sigusr2': 31, 'sigxfsz': 25, 'sigill': 4, 'sigvirt': 37, 'sigcont': 19, 'sigusr1': 30, 'sighup': 1, 'sigsak': 63, 'sigio': 23, 'sigstop': 17, 'sigretract': 61, 'sigwinch': 28, 'sigpre': 36, 'sigabrt': 6, 'sigtto': 22, 'sigttin': 21, 'sigmsg': 27, 'sigsound': 62, 'sigchld': 20, 'sigpwr': 29, 'sigmigrate': 35, 'sigdanger': 33, 'sigpipe': 13, 'sigemt': 7, 'sigxcp': 24, 'siggrant': 60, 'sigprof': 32, 'sigterm': 15, 'sigvtalrm': 34. |
smSiaSystemUsers | 1.3.6.1.4.1.2.6.12.2.8 | |||
smSiaSystemUsersLoggedIn | 1.3.6.1.4.1.2.6.12.2.8.1 | gauge | read-only |
The number of users logged in |
smSiaSystemUsersTable | 1.3.6.1.4.1.2.6.12.2.8.2 | no-access |
User table. |
|
1.3.6.1.4.1.2.6.12.2.8.2.1 | no-access |
Each entry contains objects for a particular user. |
||
smSiaSystemUsersName | 1.3.6.1.4.1.2.6.12.2.8.2.1.1 | displaystring | read-only |
User name |
smSiaSystemUsersLine | 1.3.6.1.4.1.2.6.12.2.8.2.1.2 | displaystring | read-only |
Device name |
smSiaSystemUsersTime | 1.3.6.1.4.1.2.6.12.2.8.2.1.3 | displaystring | read-only |
Login time |
smSiaSystemUsersPID | 1.3.6.1.4.1.2.6.12.2.8.2.1.4 | integer | read-only |
Process ID. |
smSiaSystemUsersRemoteHost | 1.3.6.1.4.1.2.6.12.2.8.2.1.5 | displaystring | read-only |
Remote hostname. This is a good variable to watch for security appliations. Monitor for unknown hostnames and send a trap when one is found. |
smSiaSystemUtilization | 1.3.6.1.4.1.2.6.12.2.9 | |||
smSiaSystemUtilizationCPU | 1.3.6.1.4.1.2.6.12.2.9.1 | |||
smSiaSystemUtilizationCPUPollingInterval | 1.3.6.1.4.1.2.6.12.2.9.1.1 | integer | read-only |
Polling Interval for CPU data Currently reserved. |
smSiaSystemUtilizationCPUCount | 1.3.6.1.4.1.2.6.12.2.9.1.2 | integer | read-only |
Number of CPUs in system |
smSiaSystemUtilizationCPUTable | 1.3.6.1.4.1.2.6.12.2.9.1.3 | no-access |
CPU Utilization table. |
|
1.3.6.1.4.1.2.6.12.2.9.1.3.1 | no-access |
Each entry contains CPU over a different interval |
||
smSiaSystemUtilizationCPUIntervalName | 1.3.6.1.4.1.2.6.12.2.9.1.3.1.1 | displaystring | read-only |
Description of interval |
smSiaSystemUtilizationCPUIntervalStartTime | 1.3.6.1.4.1.2.6.12.2.9.1.3.1.2 | displaystring | read-only |
Start time of interval |
smSiaSystemUtilizationCPUIntervalLength | 1.3.6.1.4.1.2.6.12.2.9.1.3.1.3 | timeticks | read-only |
Length of Interval over which CPU computed |
smSiaSystemUtilizationCPUUser | 1.3.6.1.4.1.2.6.12.2.9.1.3.1.4 | integer | read-only |
Average Percent CPU in user mode over the interval. Monitor this value to get inforamtion about utilization of CPU in user mode. This information can also be retrieved using the vmstat or iostat command. |
smSiaSystemUtilizationCPUSystem | 1.3.6.1.4.1.2.6.12.2.9.1.3.1.5 | integer | read-only |
Average Percent CPU in system mode over the interval: the count is incremented whenever the current running process executes in the kernel mode. This information can also be retrieved using the vmstat or iostat commands. |
smSiaSystemUtilizationCPUIdle | 1.3.6.1.4.1.2.6.12.2.9.1.3.1.6 | integer | read-only |
Average Percent CPU in idle mode over the interval: the cpu idle count is incremented whenever the 'wait' process is the current running process. |
smSiaSystemUtilizationCPUWait | 1.3.6.1.4.1.2.6.12.2.9.1.3.1.7 | integer | read-only |
Average Percent CPU in wait mode over the interval. The count is incremented whenever the current running process is waiting for a block i/o request to complete. |
smSiaSystemUtilizationCPUBusy | 1.3.6.1.4.1.2.6.12.2.9.1.3.1.8 | integer | read-only |
Average Percent CPU in user and system mode over the interval. Gives a good indication of of CPU utilization for the whole system. This information can also be retrieved using the vmstat or iostat commands. |
smSiaSystemUtilizationCPUUserMinimum | 1.3.6.1.4.1.2.6.12.2.9.1.3.1.9 | integer | read-only |
Minimum Percent CPU user mode |
smSiaSystemUtilizationCPUSystemMinimum | 1.3.6.1.4.1.2.6.12.2.9.1.3.1.10 | integer | read-only |
Minimum Percent CPU system mode |
smSiaSystemUtilizationCPUIdleMinimum | 1.3.6.1.4.1.2.6.12.2.9.1.3.1.11 | integer | read-only |
Minimum Percent CPU idle mode |
smSiaSystemUtilizationCPUWaitMinimum | 1.3.6.1.4.1.2.6.12.2.9.1.3.1.12 | integer | read-only |
Minimum Percent CPU idle mode |
smSiaSystemUtilizationCPUBusyMinimum | 1.3.6.1.4.1.2.6.12.2.9.1.3.1.13 | integer | read-only |
Minimum Percent CPU user and system mode |
smSiaSystemUtilizationCPUUserMaximum | 1.3.6.1.4.1.2.6.12.2.9.1.3.1.14 | integer | read-only |
Maximum Percent CPU user mode |
smSiaSystemUtilizationCPUSystemMaximum | 1.3.6.1.4.1.2.6.12.2.9.1.3.1.15 | integer | read-only |
Maximum Percent CPU system mode |
smSiaSystemUtilizationCPUIdleMaximum | 1.3.6.1.4.1.2.6.12.2.9.1.3.1.16 | integer | read-only |
Maximum Percent CPU idle mode |
smSiaSystemUtilizationCPUWaitMaximum | 1.3.6.1.4.1.2.6.12.2.9.1.3.1.17 | integer | read-only |
Maximum Percent CPU idle mode |
smSiaSystemUtilizationCPUBusyMaximum | 1.3.6.1.4.1.2.6.12.2.9.1.3.1.18 | integer | read-only |
Maximum Percent CPU user and system mode. |
smSiaSystemUtilizationCPUNumber | 1.3.6.1.4.1.2.6.12.2.9.1.3.1.19 | integer | read-only |
CPU Number this row applies to |
smSiaSystemUtilizationKernel | 1.3.6.1.4.1.2.6.12.2.9.2 | |||
smSiaSystemUtilizationKernelPollingInterval | 1.3.6.1.4.1.2.6.12.2.9.2.1 | integer | read-only |
Polling Interval for Utilization kernel data. Currently reserved. |
smSiaSystemUtilizationKernelTable | 1.3.6.1.4.1.2.6.12.2.9.2.2 | no-access |
Kernel statistics table. |
|
1.3.6.1.4.1.2.6.12.2.9.2.2.1 | no-access |
Each entry contains Utilization Kernel over a different interval |
||
smSiaSystemUtilizationKernelName | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.1 | displaystring | read-only |
Description of interval |
smSiaSystemUtilizationKernelIntervalStartTime | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.2 | displaystring | read-only |
Start time of interval- gives the date and time at which the interval started |
smSiaSystemUtilizationKernelIntervalLength | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.3 | timeticks | read-only |
Length of Interval over which Utilization Kernel computed |
smSiaSystemUtilizationKernelContextSwitches | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.4 | integer | read-only |
The number of context switches per second observed in the sample interval |
smSiaSystemUtilizationKernelSystemCalls | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.5 | integer | read-only |
The number of system calls per second observed in the sample interval |
smSiaSystemUtilizationKernelSystemReads | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.6 | integer | read-only |
Total number of system reads |
smSiaSystemUtilizationKernelSystemWrites | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.7 | integer | read-only |
Total number of system writes |
smSiaSystemUtilizationKernelForks | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.8 | integer | read-only |
Total number of forks system calls |
smSiaSystemUtilizationKernelExecs | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.9 | integer | read-only |
Total number of EXEC system calls |
smSiaSystemUtilizationKernelRunQueue | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.10 | integer | read-only |
Number of jobs per second placed on the run queue during the interval. The processes placed in the run queue are the processes that are ready to run. |
smSiaSystemUtilizationKernelSwapQueue | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.11 | integer | read-only |
Number of jobs per second placed on the swap queue. These are the processes that are inactive because they are waiting to be paged in. |
smSiaSystemUtilizationKernelSemaphores | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.12 | integer | read-only |
Total number of semaphore operations |
smSiaSystemUtilizationKernelMessages | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.13 | integer | read-only |
Total number of message operations. |
smSiaSystemUtilizationKernelProcessOverflow | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.14 | integer | read-only |
Total number of process creation failures: this field is incremented by one whenever an attempt is made to create a kernel process and one of the following happens: - the user has forked to the maximum limit the user is allowed or - the configuration limit of processes has been reached. |
smSiaSystemUtilizationKernelBytesRead | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.15 | integer | read-only |
Total bytes read. This variable is not supported on HP-UX. |
smSiaSystemUtilizationKernelBytesWritten | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.16 | integer | read-only |
Total bytes written. This variable is not supported on HP-UX. |
smSiaSystemUtilizationKernelRawTTYOut | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.17 | integer | read-only |
Total raw TTY out count |
smSiaSystemUtilizationKernelContextSwitchesMinimum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.18 | integer | read-only |
Minimum context switches |
smSiaSystemUtilizationKernelSystemCallsMinimum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.19 | integer | read-only |
Minimum system calls |
smSiaSystemUtilizationKernelSystemReadsMinimum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.20 | integer | read-only |
Minimum system reads. |
smSiaSystemUtilizationKernelSystemWritesMinimum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.21 | integer | read-only |
Minimum system writes. |
smSiaSystemUtilizationKernelForksMinimum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.22 | integer | read-only |
Minimum forks |
smSiaSystemUtilizationKernelExecsMinimum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.23 | integer | read-only |
Minimum execs. |
smSiaSystemUtilizationKernelRunQueueMinimum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.24 | integer | read-only |
Minimum run queue length |
smSiaSystemUtilizationKernelSwapQueueMinimum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.25 | integer | read-only |
Minimum swap queue length |
smSiaSystemUtilizationKernelSemaphoresMinimum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.26 | integer | read-only |
Minimum semaphore operations. |
smSiaSystemUtilizationKernelMessagesMinimum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.27 | integer | read-only |
Minimum message operations. |
smSiaSystemUtilizationKernelProcessOverflowMinimum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.28 | integer | read-only |
Minimum process creation failures. |
smSiaSystemUtilizationKernelBytesReadMinimum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.29 | integer | read-only |
Minimum bytes read Not supported on HP-UX. |
smSiaSystemUtilizationKernelBytesWrittenMinimum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.30 | integer | read-only |
Minimum bytes written Not supported on HP-UX. |
smSiaSystemUtilizationKernelRawTTYOutMinimum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.31 | integer | read-only |
Minimum raw TTY out count |
smSiaSystemUtilizationKernelContextSwitchesMaximum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.32 | integer | read-only |
Maximum context switches |
smSiaSystemUtilizationKernelSystemCallsMaximum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.33 | integer | read-only |
Maximum system calls |
smSiaSystemUtilizationKernelSystemReadsMaximum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.34 | integer | read-only |
Maximum system reads Not supported on HP-UX. |
smSiaSystemUtilizationKernelSystemWritesMaximum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.35 | integer | read-only |
Maximum system writes. |
smSiaSystemUtilizationKernelForksMaximum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.36 | integer | read-only |
Maximum forks |
smSiaSystemUtilizationKernelExecsMaximum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.37 | integer | read-only |
Maximum execs. |
smSiaSystemUtilizationKernelRunQueueMaximum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.38 | integer | read-only |
Maximum run queue length |
smSiaSystemUtilizationKernelSwapQueueMaximum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.39 | integer | read-only |
Maximum swap queue length |
smSiaSystemUtilizationKernelSemaphoresMaximum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.40 | integer | read-only |
Maximum semaphore operations. |
smSiaSystemUtilizationKernelMessagesMaximum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.41 | integer | read-only |
Maximum message operations. |
smSiaSystemUtilizationKernelProcessOverflowMaximum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.42 | integer | read-only |
Maximum process creation failures. |
smSiaSystemUtilizationKernelBytesReadMaximum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.43 | integer | read-only |
Maximum bytes read Not supported on HP-UX. |
smSiaSystemUtilizationKernelBytesWrittenMaximum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.44 | integer | read-only |
Maximum bytes written Not supported on HP-UX. |
smSiaSystemUtilizationKernelRawTTYOutMaximum | 1.3.6.1.4.1.2.6.12.2.9.2.2.1.45 | integer | read-only |
Maximum raw TTY out count |
smSiaSystemUtilizationIostat | 1.3.6.1.4.1.2.6.12.2.9.3 | |||
smSiaSystemUtilizationIostatPollingInterval | 1.3.6.1.4.1.2.6.12.2.9.3.1 | integer | read-only |
Polling interval for IO statistics data. Currently reserved. |
smSiaSystemUtilizationIostatTable | 1.3.6.1.4.1.2.6.12.2.9.3.2 | no-access |
Input/Output statistics table. On HP-UX, not supported for some types of disks. On Sun Solaris, removable devices, such as cdroms, must be mounted when sysinfod starts in order to be entered into this table. When the removable device is dismounted and remounted later, it will be treated as a new device and activities will not be added to the table. |
|
1.3.6.1.4.1.2.6.12.2.9.3.2.1 | no-access |
Each entry contains IO statistics over a different interval |
||
smSiaSystemUtilizationIostatName | 1.3.6.1.4.1.2.6.12.2.9.3.2.1.1 | displaystring | read-only |
Description of interval - returns hard disk name and the interval length |
smSiaSystemUtilizationIostatIntervalStartTime | 1.3.6.1.4.1.2.6.12.2.9.3.2.1.2 | displaystring | read-only |
Start time of interval- gives the date and time at which the interval started |
smSiaSystemUtilizationIostatIntervalLength | 1.3.6.1.4.1.2.6.12.2.9.3.2.1.3 | timeticks | read-only |
Length of interval over which IO statistics were computed |
smSiaSystemUtilizationIostatPercentTimeActive | 1.3.6.1.4.1.2.6.12.2.9.3.2.1.4 | integer | read-only |
Average Percent Time when the hard disk was busy: that is the total time in an interval, when disk i/o took place, divided by the length of interval. The result is multiplied by the programControlPercentMultiplier and then displayed. On HP-UX, not supported for some types of disks. |
smSiaSystemUtilizationIostatKilobytesTransferRate | 1.3.6.1.4.1.2.6.12.2.9.3.2.1.5 | integer | read-only |
Average Transfer Rate: the sum of the kilobyes read and kilobytes written over an interval divided by the length of the interval. |
smSiaSystemUtilizationIostatTransfers | 1.3.6.1.4.1.2.6.12.2.9.3.2.1.6 | integer | read-only |
Average number of kilobytes transfered to and from disk. The value is obtained from the kernel memory using field 'dk_xfers' of structure 'dkstat' defined in iostat.h. |
smSiaSystemUtilizationIostatKilobytesRead | 1.3.6.1.4.1.2.6.12.2.9.3.2.1.7 | integer | read-only |
Number of Kilobytes read over the interval On HP-UX and Digital UNIX, this variable is the total kilobytes transferred (read OR written) during the time interval. |
smSiaSystemUtilizationIostatKilobytesWritten | 1.3.6.1.4.1.2.6.12.2.9.3.2.1.8 | integer | read-only |
Number of kilobytes written over the interval On HP-UX and Digital UNIX, this variable always has a value of zero. Statistics for kilobytes written are included in the variable smSiaSystemUtilizationIostatKilobytesRead. |
smSiaSystemUtilizationIostatPercentTimeActiveMinimum | 1.3.6.1.4.1.2.6.12.2.9.3.2.1.9 | integer | read-only |
Minimum Percent Time Active |
smSiaSystemUtilizationIostatKilobytesTransferRateMinimum | 1.3.6.1.4.1.2.6.12.2.9.3.2.1.10 | integer | read-only |
Minimum Transfer Rate: that is sum of minimum number of kilobytes read and written divided by the length of the interval. |
smSiaSystemUtilizationIostatTransfersMinimum | 1.3.6.1.4.1.2.6.12.2.9.3.2.1.11 | integer | read-only |
Minimum Number of Transfers |
smSiaSystemUtilizationIostatKilobytesReadMinimum | 1.3.6.1.4.1.2.6.12.2.9.3.2.1.12 | integer | read-only |
Minimum kilobytes read |
smSiaSystemUtilizationIostatKilobytesWrittenMinimum | 1.3.6.1.4.1.2.6.12.2.9.3.2.1.13 | integer | read-only |
Minimum kilobytes written |
smSiaSystemUtilizationIostatPercentTimeActiveMaximum | 1.3.6.1.4.1.2.6.12.2.9.3.2.1.14 | integer | read-only |
Maximum percentage Time Active. |
smSiaSystemUtilizationIostatKilobytesTransferRateMaximum | 1.3.6.1.4.1.2.6.12.2.9.3.2.1.15 | integer | read-only |
Maximum Transfer Rate |
smSiaSystemUtilizationIostatTransfersMaximum | 1.3.6.1.4.1.2.6.12.2.9.3.2.1.16 | integer | read-only |
Maximum Number of Transfers |
smSiaSystemUtilizationIostatKilobytesReadMaximum | 1.3.6.1.4.1.2.6.12.2.9.3.2.1.17 | integer | read-only |
Maximum Number of Kilobytes read |
smSiaSystemUtilizationIostatKilobytesWrittenMaximum | 1.3.6.1.4.1.2.6.12.2.9.3.2.1.18 | integer | read-only |
Maximum Number of Kilobytes written |
smSiaSystemMiscellaneous | 1.3.6.1.4.1.2.6.12.2.11 | |||
smSiaSystemMiscellaneousTimeText | 1.3.6.1.4.1.2.6.12.2.11.1 | displaystring | read-only |
Current System Time |
smSiaSystemMiscellaneousTime | 1.3.6.1.4.1.2.6.12.2.11.2 | counter | read-only |
Current system time, seconds since reference time |
smSiaSystemMiscellaneousRandom | 1.3.6.1.4.1.2.6.12.2.11.3 | integer | read-only |
A random number generated by the random() call |
smSiaSystemMiscellaneousFreeSpace | 1.3.6.1.4.1.2.6.12.2.11.4 | integer | read-only |
Unallocated space in active volume groups, in kilobytes. Not supported on HP-UX, Sun Solaris 2.4 and Digital UNIX. |
smSiaSystemMiscellaneousPublicKey | 1.3.6.1.4.1.2.6.12.2.11.5 | displaystring | read-write |
Reserved. |
smSiaSystemMiscellaneousLocalSocket | 1.3.6.1.4.1.2.6.12.2.11.6 | integer | read-only |
Reserved. |
smSiaCommand | 1.3.6.1.4.1.2.6.12.4 | |||
smSiaCommandTable | 1.3.6.1.4.1.2.6.12.4.1 | no-access |
Command table. |
|
1.3.6.1.4.1.2.6.12.4.1.1 | no-access |
Each entry contains objects for a particular command. |
||
smSiaCommandState | 1.3.6.1.4.1.2.6.12.4.1.1.1 | integer | read-write |
State of command for execution - disabled (1), invalid (2), or enabled (3). Enumeration: 'disabled': 1, 'enabled': 3, 'invalid': 2. |
smSiaCommandName | 1.3.6.1.4.1.2.6.12.4.1.1.2 | displaystring | read-write |
Command name for use as a label and row instance. The selection of a row in the table uses the command name as the instance for the row selection. The command name is appended to the row object ID to uniquely identify the instance of this variable. For example, the instance of smSiaCommandState is smSiaCommandState.smSiaCommandName, where each octet in smSiaCommandName is a value in dot notation for the variable. |
smSiaCommandDescription | 1.3.6.1.4.1.2.6.12.4.1.1.3 | displaystring | read-write |
Command description for the command to execute. |
smSiaCommandOwnerID | 1.3.6.1.4.1.2.6.12.4.1.1.4 | displaystring | read-write |
Owner ID (IP address or hostname) who generated the command entry. This must be initialized by the user. |
smSiaCommandGetStringAndParameters | 1.3.6.1.4.1.2.6.12.4.1.1.5 | displaystring | read-write |
Command string and parameters for execution on a GET request. The GET request must be issued to the smSiaCommandDisplayStringResult, smSiaCommandIntegerResult, smSiaCommandCounterResult, or smSiaCommandGaugeResult for the command to be executed. Environment variables which are available on execution are: SM6K_HOSTNAME={hostname running subagent} SM6K_DOMAIN_NAME={fully qualified hostname} SM6K_HOST_ADDRESS={ip address} SM6K_INSTANCE_NAME={instance string of row} SM6K_INSTANCE_ID={instance ASCII octet value of row} SM6K_COMMAND_TIME_OUT_VALUE={value from TimeOutValue} SM6K_COMMAND_OWNERID={string from OwnerID} SM6K_COMMAND_RESULT_TYPE=DisplayString||Integer||Counter|| Gauge SM6K_COMMAND_SET_VALUE={value from get request} SM6K_EXECUTION_REASON=Command_Get |
smSiaCommandSetStringAndParameters | 1.3.6.1.4.1.2.6.12.4.1.1.6 | displaystring | read-write |
Command string and parameters for execution on a SET request. The SET request must be issued to the smSiaCommandDisplayStringResult, smSiaCommandIntegerResult, smSiaCommandCounterResult, or smSiaCommandGaugeResult for the command to be executed. The SM6K_COMMAND_SET_VALUE contains the value from the SET request. If the execution of the command returns a non-zero exit return code then the SET request is rejected and a badValue is returned from the SNMPD agent. Environment variables which are available on command execution are: SM6K_COMMAND_SET_VALUE={value from set request} SM6K_HOSTNAME={hostname running subagent} SM6K_DOMAIN_NAME={fully qualified hostname} SM6K_HOST_ADDRESS={ip address} SM6K_INSTANCE_NAME={instance string of row} SM6K_INSTANCE_ID={instance ASCII octet value of row} SM6K_COMMAND_TIME_OUT_VALUE={value from TimeOutValue} SM6K_COMMAND_OWNERID={string from OwnerID} SM6K_COMMAND_RESULT_TYPE=DisplayString||Integer||Counter|| Gauge SM6K_EXECUTION_REASON=Command_Set |
smSiaCommandTimeOutValue | 1.3.6.1.4.1.2.6.12.4.1.1.7 | integer | read-write |
Time out value in seconds for command execution. The default is three seconds. Time outs over twenty seconds cause subagent performance degradation for multiple requests which may be queued. |
smSiaCommandCountToLive | 1.3.6.1.4.1.2.6.12.4.1.1.8 | integer | read-only |
Count to live in seconds before the command to execute is executed again. This value is a count down from the time to live value. This allows multiple GET requests for parsing of the output from the command execution. It also allows a SET operation followed by a GET request so that the GET command is NOT executed on the GET request. |
smSiaCommandTimeToLive | 1.3.6.1.4.1.2.6.12.4.1.1.9 | integer | read-write |
Time to live value in seconds before the GET or SET command is executed based on the last time the command was run. The CountToLive variable is set to this value at command execution. |
smSiaCommandOutputResultIndex | 1.3.6.1.4.1.2.6.12.4.1.1.10 | integer | read-write |
Index to point to command output result type. The results of the command execution are converted to the type set, displaystring, integer, counter, or gauge. Enumeration: 'displaystring': 1, 'integer': 2, 'counter': 3, 'gauge': 4. |
smSiaCommandOutputRowIndex | 1.3.6.1.4.1.2.6.12.4.1.1.11 | integer | read-write |
Index for the row to be returned. New line is the delimiter for row. A value of zero returns all rows. This allows the parsing of the output from the command execution by row. |
smSiaCommandOutputColumnIndex | 1.3.6.1.4.1.2.6.12.4.1.1.12 | integer | read-write |
Index for the column to be returned. White space is the delimiter for the column. A value of zero returns all columns. This allows the parsing of the output from the command execution by column. |
smSiaCommandDisplayStringResult | 1.3.6.1.4.1.2.6.12.4.1.1.13 | displaystring | read-write |
Command output for ASCII. |
smSiaCommandIntegerResult | 1.3.6.1.4.1.2.6.12.4.1.1.14 | integer | read-write |
Command result for integer. For each get/set request the response is saved as a signed integer. The range is -2147483648 to 2147483647. |
smSiaCommandCounterResult | 1.3.6.1.4.1.2.6.12.4.1.1.15 | counter | read-write |
Command result for counter. For each get/set request the command response is saved as an unsigned integer. The range is 0 to 4294967295. |
smSiaCommandGaugeResult | 1.3.6.1.4.1.2.6.12.4.1.1.16 | gauge | read-write |
Command result for gauge. For each get/set request the command response is saved as an unsigned integer. The range is 0 to 4294967295. |
smSiaCommandExecutionReturnCode | 1.3.6.1.4.1.2.6.12.4.1.1.17 | integer | read-only |
Return code from the command execution. This value is the exit status from the command execution. NOTE: because of the 'wait' system call, only the lower 8 bits of the exit status is returned, so negative exit codes are lost. Therefore, all return codes are 0 - 255. |
smSiaCommandStandardError | 1.3.6.1.4.1.2.6.12.4.1.1.18 | displaystring | read-only |
Standard error output from the command execution. |
smSiaAdministration | 1.3.6.1.4.1.2.6.12.20 | |||
smSiaAdministrationTable | 1.3.6.1.4.1.2.6.12.20.1 | no-access |
Table of user information. |
|
1.3.6.1.4.1.2.6.12.20.1.1 | no-access |
Each entry contains objects for a particular administrative community. |
||
smSiaAdministrationFieldState | 1.3.6.1.4.1.2.6.12.20.1.1.1 | integer | read-write |
Indication that administrative information is either valid (1), invalid (2), or outdated (3). Note: Setting state to invalid will delete the row. Enumeration: 'valid': 1, 'outDated': 3, 'invalid': 2. |
smSiaAdministrationFieldName | 1.3.6.1.4.1.2.6.12.20.1.1.2 | displaystring | read-write |
Name of administrative information. There should be a corporate-wide policy on naming information in order to avoid possible naming conflicts. |
smSiaAdministrationFieldOwner | 1.3.6.1.4.1.2.6.12.20.1.1.3 | displaystring | read-write |
Owner of this piece of administrative information. |
smSiaAdministrationFieldDescription | 1.3.6.1.4.1.2.6.12.20.1.1.4 | displaystring | read-write |
Description of the administrative information. |
smSiaAdministrationFieldValue | 1.3.6.1.4.1.2.6.12.20.1.1.5 | displaystring | read-write |
The actual administrative information. |
smSiaFileMonitor | 1.3.6.1.4.1.2.6.12.21 | |||
smSiaFileMonitorTable | 1.3.6.1.4.1.2.6.12.21.1 | no-access |
File Monitor table. |
|
1.3.6.1.4.1.2.6.12.21.1.1 | no-access |
Each entry contains objects for a particular file. |
||
smSiaFileMonitorState | 1.3.6.1.4.1.2.6.12.21.1.1.1 | integer | read-write |
State of file monitor entry - disabled (1), invalid (2), enabled (3), enabledFromBegin (4). Enumeration: 'disabled': 1, 'enabled': 3, 'invalid': 2, 'enabledFromBegin': 4. |
smSiaFileMonitorName | 1.3.6.1.4.1.2.6.12.21.1.1.2 | displaystring | read-write |
File Monitor name for use as a label and row instance. The selection of a row in the table uses the file monitor name as the instance for the row selection. The file monitor name is appended to the row object ID to uniquely identify the instance of this variable. For example, the instance of smSiaFileMonitorState is smSiaFileMonitorState.smSiaFileMonitorName, where each octet in smSiaFileMonitorName is a value in dot notation for the variable. |
smSiaFileMonitorType | 1.3.6.1.4.1.2.6.12.21.1.1.3 | integer | read-write |
Type of file monitor entry - string (1), dataChange (2), statusChange (3), strDataStatus (4), notExist (5), exist (6), all (7), notString(8). Enumeration: 'all': 7, 'string': 1, 'strDataStatus': 4, 'notExist': 5, 'notString': 8, 'exist': 6, 'dataChange': 2, 'statusChange': 3. |
smSiaFileMonitorTrapState | 1.3.6.1.4.1.2.6.12.21.1.1.4 | integer | read-write |
Trap state for file monitor entry - send (1) or noSend (2). Not supported for Systems Monitor Version 1. Type of Traps: generic 6 specific 21 : String found MIB variable binding: v1 = Entry name v2 = Entry description v3 = Full path filename v4 = time string found v5 = file size v6 = previous file size v7 = line count of file v8 = search for string v9 = Found string count v10 = Actual string found v11 = Line number string found v12 = Character position in line string was found v13 = complete line string was found v14 = Character position in file string was found generic 6 specific 22 : File data modified MIB variable binding: v1 = Entry name v2 = Entry description v3 = Full path filename v4 = Time of data modification v5 = Size of file v6 = previous size of file generic 6 specific 23 : File status changed MIB variable binding: v1 = Entry name v2 = Entry description v3 = Full path filename v4 = Time of status change v5 = mode of of file v6 = userID of file v7 = groupID of file v8 = previous mode of of file v9 = previous userID of file v10 = previous groupID of file generic 6 specific 24 : File does not exist MIB variable binding: v1 = Entry name v2 = Entry description v3 = Full path filename generic 6 specific 25 : File exists MIB variable binding: v1 = Entry name v2 = Entry description v3 = Full path filename v4 = Time file creation v5 = mode of of file v6 = userID of file v7 = groupID of file generic 6 specific 26 : String not found MIB variable binding: v1 = Entry name v2 = Entry description v3 = Full path filename v4 = search for string Enumeration: 'noSend': 2, 'send': 1. |
smSiaFileMonitorCaseState | 1.3.6.1.4.1.2.6.12.21.1.1.5 | integer | read-write |
Case state for string search: case (1) or ignoreCase (2). On Solaris 2.4, search is always case-sensitive. Enumeration: 'case': 1, 'ignoreCase': 2. |
smSiaFileMonitorDescription | 1.3.6.1.4.1.2.6.12.21.1.1.6 | displaystring | read-write |
File Monitor description for this file monitor entry. |
smSiaFileMonitorOwnerID | 1.3.6.1.4.1.2.6.12.21.1.1.7 | displaystring | read-write |
Owner ID (IP address or hostname) who generated the file monitor entry. This must be initialized by the user. |
smSiaFileMonitorFullPathName | 1.3.6.1.4.1.2.6.12.21.1.1.8 | displaystring | read-write |
Full path name of file to monitor. If the file already exists then the monitoring starts at the last byte position in the file. If the file is created after the monitoring is enabled then searching for the string is started at the beginning of the file. If no string is specified then a met condition occurs, whenever, the file is modified or its status changes. Status changes are when the user, group, or mode is modified. |
smSiaFileMonitorForString | 1.3.6.1.4.1.2.6.12.21.1.1.9 | displaystring | read-write |
String to monitor within a file. The string or pattern can be any limited regular expression (RE) in the style of the ed or egrep command. If the anchor symbols (^ or $) are used in the regular expression then searching is done only when a line is terminated by a new line (\n) character. On Solaris 2.4, regular expressions are not supported. |
smSiaFileMonitorActivationState | 1.3.6.1.4.1.2.6.12.21.1.1.10 | integer | read-only |
This field indicates whether or not the entry is active in file monitoring. When the file monitor entry is active, it is monitoring the file. When the file monitor entry is inactive, it is not monitoring the file, but will start monitoring when the activation time arrives. The activation state can be inactive only if activation/deactivation days are specified. Otherwise, the activation state is activated when the smSiaFileMonitorState field is set to enabled. If this field is notEnabled, the smSiaFileMonitorState field is not set to enabled. Enumeration: 'active': 2, 'inactive': 3, 'notEnabled': 1. |
smSiaFileMonitorActivationTime | 1.3.6.1.4.1.2.6.12.21.1.1.11 | displaystring | read-write |
This field specifies the time to activate the file monitor (ie. change the activation state from inactive to active). The format should be HH:MM where HH represents the hour (integer between 0 and 23) and MM represents the minute (integer between 0 and 59) to activate the file monitor. A value all blanks will be interpreted as 00:00. |
smSiaFileMonitorActivationDayOfWeek | 1.3.6.1.4.1.2.6.12.21.1.1.12 | displaystring | read-write |
This field specifies the days of the week to activate the file monitor at the time specified in the ActivationTime field (ie. change the activation state from inactive to active). The day of the week may be one of three literals: none - Doesn't activate weekdays - Activates file monitor entry on MTWThF all - Activates file monitor entry every day SuMTWThFS Alternatively, the days of the week may be specified as a list of numbers between 0 and 6 (Sunday = 0, Monday = 1, ..., Saturday = 6). The expression '1,3,5' would activate the file monitor entry at the specified time on MWF. |
smSiaFileMonitorDeactivationTime | 1.3.6.1.4.1.2.6.12.21.1.1.13 | displaystring | read-write |
This field specifies the time to deactivate the file monitor (ie. change the activation state from active to inactive). The format should be HH:MM where HH represents the hour (integer between 0 and 23) and MM represents the minute (integer between 0 and 59) to deactivate the file monitor. A value of all blanks will be interpreted as 00:00. |
smSiaFileMonitorDeactivationDayOfWeek | 1.3.6.1.4.1.2.6.12.21.1.1.14 | displaystring | read-write |
This field specifies the days of the week to deactivate the file monitor at the time specified in the DeactivationTime field (ie. change the activation state from active to inactive). The day of the week may be one of three literals: none - Doesn't deactivate weekdays - Dectivates file monitor entry on MTWThF all - Deactivates file monitor entry every day SuMTWThFS Alternatively, the days of the week may be specified as a list of numbers between 0 and 6 (Sunday = 0, Monday = 1, ..., Saturday = 6). The expression '1,3,5' would deactivate the file monitor entry at the specified time on MWF. |
smSiaFileMonitorPollTime | 1.3.6.1.4.1.2.6.12.21.1.1.15 | displaystring | read-write |
File Monitor polling time. Polling units are decimal values appended by the unit: d - day, h - hour, m - minute, or s - second. If no unit is appended, the value is minutes. Multiple values/units are allowed (i.e. 1h45m = 1 hour, 45 minutes). The default poll time is 10 seconds. |
smSiaFileMonitorResetToStartOfFile | 1.3.6.1.4.1.2.6.12.21.1.1.16 | integer | read-write |
Setting to true causes file monitoring to reset to the beginning of the file. The value of this variable returns to false once the reset has occurred. Enumeration: 'true': 2, 'false': 1. |
smSiaFileMonitorCurrentLineCountOfFile | 1.3.6.1.4.1.2.6.12.21.1.1.17 | integer | read-only |
Current monitoring line count of the file. Line count starts at one. |
smSiaFileMonitorFoundStringCount | 1.3.6.1.4.1.2.6.12.21.1.1.18 | integer | read-only |
Count of number of times string found within file. |
smSiaFileMonitorStringFound | 1.3.6.1.4.1.2.6.12.21.1.1.19 | displaystring | read-only |
String found in the file. |
smSiaFileMonitorFoundStringAtLineNumber | 1.3.6.1.4.1.2.6.12.21.1.1.20 | integer | read-only |
Line number within file string was found. |
smSiaFileMonitorBytePositionWithinLine | 1.3.6.1.4.1.2.6.12.21.1.1.21 | integer | read-only |
Character position within line number in which string was found. Character position starts at one. |
smSiaFileMonitorCompleteLineStringFound | 1.3.6.1.4.1.2.6.12.21.1.1.22 | displaystring | read-only |
Complete line in which string was found in the file. |
smSiaFileMonitorFoundStringBytePositionWithinFile | 1.3.6.1.4.1.2.6.12.21.1.1.23 | integer | read-only |
Character position within file in which string was found. Character position starts at one. |
smSiaFileMonitorTimeLastFound | 1.3.6.1.4.1.2.6.12.21.1.1.24 | displaystring | read-only |
Time last found. Format is the output of the date command. |
smSiaFileMonitorCommandToExecuteTypeMet | 1.3.6.1.4.1.2.6.12.21.1.1.25 | displaystring | read-write |
Command to execute if the type of the file monitor condition is met. This command is run once for each condtion that is met and each time a string is found in the file. Environment variables which are available on file monitor execution are: SM6K_HOSTNAME = {hostname running subagent} SM6K_DOMAIN_NAME = {fully qualified hostname} SM6K_HOST_ADDRESS = {ip address} SM6K_INSTANCE_NAME = {instance string of row} SM6K_INSTANCE_ID = {instance ASCII octet value of row} SM6K_FILE_MONITOR_REASON = File_Monitor_Found_String, File_Monitor_Data_Change, File_Monitor_Status_Change, File_Monitor_Not_Exist, File_Monitor_Exist SM6K_FILE_MONITOR_TYPE = {enumerated value for type} SM6K_FILE_MONITOR_DESCRIPTION = {string from description field} SM6K_FILE_MONITOR_OWNERID = {string from ownerid filed} SM6K_FILE_MONITOR_FULL_PATH_NAME = {file name for monitor} SM6K_FILE_MONITOR_FOR_STRING = {search string} SM6K_FILE_MONITOR_POLL_TIME = {poll time} SM6K_FILE_MONITOR_CURRENT_LINE_COUNT_OF_FILE = {line count} SM6K_FILE_MONITOR_FOUND_STRING_COUNT = {string count found} SM6K_FILE_MONITOR_FOUND_STRING_AT_LINE_NUMBER = {line number found} SM6K_FILE_MONITOR_BYTE_POSITION_WITHIN_LINE = {position in line} SM6K_FILE_MONITOR_COMPLETE_LINE_STRING_FOUND = {complete line} SM6K_FILE_MONITOR_BYTE_POSITION_WITHIN_FILE = {byte count} SM6K_FILE_MONITOR_STRING_FOUND = {string found} SM6K_FILE_MONITOR_TIME_LAST_FOUND = {time last found} SM6K_FILE_MONITOR_SIZE = {size of file} SM6K_FILE_MONITOR_MODE = {mode of file} SM6K_FILE_MONITOR_USERID = {userID of file} SM6K_FILE_MONITOR_GROUPID = {groupID of file} SM6K_FILE_MONITOR_OLD_SIZE = {previous size of file} SM6K_FILE_MONITOR_OLD_MODE = {previous mode of file} SM6K_FILE_MONITOR_OLD_USERID = {previous userID of file} SM6K_FILE_MONITOR_OLD_GROUPID = {previous groupID of file} |
smSiaFileMonitorCommandToExecuteBeforeMonitor | 1.3.6.1.4.1.2.6.12.21.1.1.26 | displaystring | read-write |
Command to execute before monitoring a file for any of the types. This MIB variable can be used to generate the file prior to monitoring it. Environment variables which are available on file monitor execution before monitoring are: SM6K_HOSTNAME = {hostname running subagent} SM6K_DOMAIN_NAME = {fully qualified hostname} SM6K_HOST_ADDRESS = {ip address} SM6K_INSTANCE_NAME = {instance string of row} SM6K_INSTANCE_ID = {instance ASCII octet value of row} SM6K_FILE_MONITOR_REASON = File_Monitor_Before_Monitor SM6K_FILE_MONITOR_TYPE = {enumerated value for type} SM6K_FILE_MONITOR_DESCRIPTION = {string from description field} SM6K_FILE_MONITOR_OWNERID = {string from ownerid filed} SM6K_FILE_MONITOR_FULL_PATH_NAME = {file name for monitor} SM6K_FILE_MONITOR_FOR_STRING = {search string} SM6K_FILE_MONITOR_POLL_TIME = {poll time} SM6K_FILE_MONITOR_CURRENT_LINE_COUNT_OF_FILE = {line count} SM6K_FILE_MONITOR_FOUND_STRING_COUNT = {string count found} SM6K_FILE_MONITOR_FOUND_STRING_AT_LINE_NUMBER = {line number found} SM6K_FILE_MONITOR_BYTE_POSITION_WITHIN_LINE = {position in line} SM6K_FILE_MONITOR_COMPLETE_LINE_STRING_FOUND = {complete line} SM6K_FILE_MONITOR_FOUND_STRING_AT_BYTE_POSITION_WITHIN_FILE = {byte count} SM6K_FILE_MONITOR_STRING_FOUND = {string found} SM6K_FILE_MONITOR_TIME_LAST_FOUND = {time last found} SM6K_FILE_MONITOR_SIZE = {size of file} SM6K_FILE_MONITOR_MODE = {mode of file} SM6K_FILE_MONITOR_USERID = {userID of file} SM6K_FILE_MONITOR_GROUPID = {groupID of file} SM6K_FILE_MONITOR_OLD_SIZE = {previous size of file} SM6K_FILE_MONITOR_OLD_MODE = {previous mode of file} SM6K_FILE_MONITOR_OLD_USERID = {previous userID of file} SM6K_FILE_MONITOR_OLD_GROUPID = {previous groupID of file} This MIB variable can be used to generate the file, modifiy the file or translate the file prior to the search |
smSiaFileMonitorMode | 1.3.6.1.4.1.2.6.12.21.1.1.27 | displaystring | read-write |
File mode for the file. The mode can be modified by setting the three octal digits. |
smSiaFileMonitorUserID | 1.3.6.1.4.1.2.6.12.21.1.1.28 | displaystring | read-write |
User ID that owns the file. The user/owner can be modified by setting a new owner/user. |
smSiaFileMonitorGroupID | 1.3.6.1.4.1.2.6.12.21.1.1.29 | displaystring | read-write |
Group ID for the file. The group ID can be modified by setting a new group. |
smSiaFileMonitorSize | 1.3.6.1.4.1.2.6.12.21.1.1.30 | integer | read-only |
Size of file in bytes. If the size of the file decreases or the file wraps then string searching resets to the first byte of the file. |
smSiaFileMonitorTimeLastDataModification | 1.3.6.1.4.1.2.6.12.21.1.1.31 | displaystring | read-only |
Time last data modification to file. This is updated when the file data is modified. Format is the output of the date command. |
smSiaFileMonitorTimeLastFileStatusChange | 1.3.6.1.4.1.2.6.12.21.1.1.32 | displaystring | read-only |
Time last status change on the file. This is updated when the user, group, or mode is changed. Format is the output of the date command. |
smSiaFileMonitorReturnCode | 1.3.6.1.4.1.2.6.12.21.1.1.33 | integer | read-only |
Return code from file monitor operations. The value is zero if successful, non-zero if error. |
smSiaFileMonitorMessages | 1.3.6.1.4.1.2.6.12.21.1.1.34 | displaystring | read-only |
Messages from file monitor operations. |