SYSMON6K-MIB: View SNMP OID List / Download MIB

VENDOR: IBM


 Home MIB: SYSMON6K-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


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
               sm6kProgramInformation 1.3.6.1.4.1.2.6.12.1
                   sm6kProgramData 1.3.6.1.4.1.2.6.12.1.1
                       sm6kProgramDescription 1.3.6.1.4.1.2.6.12.1.1.1
                           sm6kProgramName 1.3.6.1.4.1.2.6.12.1.1.1.1 displaystring read-only
Official name of the AIX Systems Monitor/6000 program.
                           sm6kProgramNumber 1.3.6.1.4.1.2.6.12.1.1.1.2 displaystring read-only
Program number for the AIX Systems Monitor/6000 program.
                           sm6kProgramVersion 1.3.6.1.4.1.2.6.12.1.1.1.3 displaystring read-only
Version number of the AIX Systems Monitor/6000 program.
                           sm6kProgramCompilationDate 1.3.6.1.4.1.2.6.12.1.1.1.4 displaystring read-only
Date and time when the current agent was compiled.
                           sm6kProgramUpTime 1.3.6.1.4.1.2.6.12.1.1.1.5 timeticks read-only
Time (in hundredths of a second) since the AIX Systems Monitor/6000 Program was last re-initialized.
                           sm6kProgramContact 1.3.6.1.4.1.2.6.12.1.1.1.6 displaystring read-write
Textual identification of the contact person for the AIX Systems Monitor/6000 program on this managed node and information on how to contact this person.
                       sm6kProgramControl 1.3.6.1.4.1.2.6.12.1.1.2
                           sm6kProgramControlLocalConfigurationFile 1.3.6.1.4.1.2.6.12.1.1.2.1 displaystring read-write
Name of a local configuration file. When this field is set to a file name, a local configuration file is written which will be used on the next initialization of the AIX Systems Monitor/6000 program. If this field is cleared, the default configuration files are read.
                           sm6kProgramControlReInitializeMonitor 1.3.6.1.4.1.2.6.12.1.1.2.2 displaystring read-write
Time AIX Systems Monitor/6000 was last initialized. A SET to this will reinitialize the program.
                           sm6kProgramControlNonForkCacheTime 1.3.6.1.4.1.2.6.12.1.1.2.3 integer read-write
Default cache time, in seconds, for instrumentation not requiring a fork.
                           sm6kProgramControlForkCacheTime 1.3.6.1.4.1.2.6.12.1.1.2.4 integer read-write
Default cache time, in seconds, for instrumentation requiring a fork.
                           sm6kProgramControlPercentMultiplier 1.3.6.1.4.1.2.6.12.1.1.2.5 integer read-write
Multiplier used to multiply percentage variables. The default is 100 (so 99% is 9900); 0 is treated the same as the default.
                           sm6kProgramControlPollTime 1.3.6.1.4.1.2.6.12.1.1.2.6 integer read-write
Reserved
                           sm6kProgramControlFlags 1.3.6.1.4.1.2.6.12.1.1.2.7 integer read-write
Reserved
                           sm6kProgramRetryCount 1.3.6.1.4.1.2.6.12.1.1.2.8 integer read-write
Default number of retries for actions that can be retried.
                           sm6kProgramTimeout 1.3.6.1.4.1.2.6.12.1.1.2.9 timeticks read-write
Default number of timeout for actions that can timeout.
                       sm6kProgramLog 1.3.6.1.4.1.2.6.12.1.1.3
                           sm6kProgramLogFileName 1.3.6.1.4.1.2.6.12.1.1.3.1 displaystring read-write
File name for logging information in AIX Systems Monitor/6000. The type of information being logged depends on the trace mask (ie. sm6kProgramLogMask).
                           sm6kProgramLogFileSize 1.3.6.1.4.1.2.6.12.1.1.3.2 integer read-only
Current size of the log file in bytes.
                           sm6kProgramLogMaxFileSize 1.3.6.1.4.1.2.6.12.1.1.3.3 integer read-write
Maximum size of the log file in kilobytes.
                           sm6kProgramLogNumFiles 1.3.6.1.4.1.2.6.12.1.1.3.4 integer read-write
Maximum number of log files to keep. When the data log file is full, it is rolled over to 1. Files are rolled up until the number of files specified by this field exists (ie. 1 becomes 2, etc.).
                           sm6kProgramLogFileBehavior 1.3.6.1.4.1.2.6.12.1.1.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.
                           sm6kProgramLogMask 1.3.6.1.4.1.2.6.12.1.1.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 Systems Monitor base information command logs command table information filter logs filter table information analysis logs analysis table information threshold logs threshold table information polling logs MIB variable polling information smux logs SMUX interface traffic binary logs packets sent/received in binary call logs all internal functions called all logs all information
                       sm6kProgramDataCollection 1.3.6.1.4.1.2.6.12.1.1.4
                           sm6kProgramDataCollectionFileName 1.3.6.1.4.1.2.6.12.1.1.4.1 displaystring read-write
The data collection filename refers to the file used to store the data associated with the entries in the threshold table. The corresponding threshold table entry must have it's state set to enabledStoreOnly or enabledThresholdStore in order for data to be collected.
                           sm6kProgramDataCollectionFileSize 1.3.6.1.4.1.2.6.12.1.1.4.2 integer read-only
This field contains the current size of the collection file in bytes.
                           sm6kProgramDataCollectionMaxFileSize 1.3.6.1.4.1.2.6.12.1.1.4.3 integer read-write
Maximum size of the data collection file in kilobytes. The action taken when the collection file contains this MaxFileSize Kbytes is determined by the data collection FileBehavior MIB variable.
                           sm6kProgramDataCollectionNumFiles 1.3.6.1.4.1.2.6.12.1.1.4.4 integer read-write
This field refers to the number of collection files to keep. When the data collection file is full, is rolled up to 1 (where refers to the file defined by the DataCollectionFileName MIB variable). Files are 'rolled up' until the number of files specified by this field exists (ie. 1 becomes 2, etc.).
                           sm6kProgramDataCollectionFileBehavior 1.3.6.1.4.1.2.6.12.1.1.4.5 integer read-write
This field determines what is done when the maximum file size is exceeded AND the number of collection files specified already exists. If wrap is specified, then the oldest collection file is removed, all other files are rolled up, and collection continues into a new file. If nowrap is specified, no more data will be collected until either the collection file name is changed or the existing files are renamed (or removed). Flushing refers to whether or not each collection entry is immediately written to the log file or whether the collection data is written out in large chunks containing multiple collection entries. Flushing allows the collection file to always contain the latest collection entries. However, CPU time can be saved if flushing is not activated. Enumeration: 'nowrapFlush': 3, 'nowrapNoflush': 4, 'wrapNoflush': 2, 'wrapFlush': 1.
                       sm6kProgramSetableTestObjects 1.3.6.1.4.1.2.6.12.1.1.5
                           sm6kProgramControlSetableInteger 1.3.6.1.4.1.2.6.12.1.1.5.1 integer read-write
A settable integer with no function.
                           sm6kProgramControlSetableCounter 1.3.6.1.4.1.2.6.12.1.1.5.2 counter read-write
A settable counter with no function.
                           sm6kProgramControlSetableGauge 1.3.6.1.4.1.2.6.12.1.1.5.3 gauge read-write
A settable gauge with no function.
                           sm6kProgramControlSetableIpAddress 1.3.6.1.4.1.2.6.12.1.1.5.4 ipaddress read-write
A settable IP address with no function.
                           sm6kProgramControlSetableTimeTicks 1.3.6.1.4.1.2.6.12.1.1.5.5 timeticks read-write
A settable TimeTicks with no function.
                           sm6kProgramControlSetableOctetString 1.3.6.1.4.1.2.6.12.1.1.5.6 displaystring read-write
A settable DisplayString with no function.
                   sm6kResourceUsage 1.3.6.1.4.1.2.6.12.1.2
                       sm6kResourceUsageTable 1.3.6.1.4.1.2.6.12.1.2.1 no-access
AIX Systems Monitor/6000 resource utilization table.
                           sm6kResourceUsageEntry 1.3.6.1.4.1.2.6.12.1.2.1.1 no-access
Each entry contains a different resource summary.
                               sm6kResourceUsageName 1.3.6.1.4.1.2.6.12.1.2.1.1.1 displaystring read-only
Self, child, and total.
                               sm6kResourceUsageUserTime 1.3.6.1.4.1.2.6.12.1.2.1.1.2 timeticks read-only
Amount of CPU time in user mode since start-up.
                               sm6kResourceUsageSystemTime 1.3.6.1.4.1.2.6.12.1.2.1.1.3 timeticks read-only
Amount of CPU time in system mode since start-up.
                               sm6kResourceUsageTotalTime 1.3.6.1.4.1.2.6.12.1.2.1.1.4 timeticks read-only
Total CPU time for process since start-up.
                               sm6kResourceUsageMaxrss 1.3.6.1.4.1.2.6.12.1.2.1.1.5 counter read-only
Maximum resident set size.
                               sm6kResourceUsageIxrss 1.3.6.1.4.1.2.6.12.1.2.1.1.6 counter read-only
Integral size (kilobyte-seconds).
                               sm6kResourceUsageIdrss 1.3.6.1.4.1.2.6.12.1.2.1.1.7 counter read-only
Unshared resident set size (kilobyte-seconds).
                               sm6kResourceUsageIsrss 1.3.6.1.4.1.2.6.12.1.2.1.1.8 counter read-only
Unshared stack set size (kilobyte-seconds).
                               sm6kResourceUsageMinflt 1.3.6.1.4.1.2.6.12.1.2.1.1.9 counter read-only
Page faults serviced without I/O activity.
                               sm6kResourceUsageMajflt 1.3.6.1.4.1.2.6.12.1.2.1.1.10 counter read-only
Page faults serviced with I/O activity.
                               sm6kResourceUsageNSwap 1.3.6.1.4.1.2.6.12.1.2.1.1.11 counter read-only
Number of times a process swapped.
                               sm6kResourceUsageInBlock 1.3.6.1.4.1.2.6.12.1.2.1.1.12 counter read-only
Number of times a file system performed input.
                               sm6kResourceUsageOutBlock 1.3.6.1.4.1.2.6.12.1.2.1.1.13 counter read-only
Number of times a file system performed output.
                               sm6kResourceUsageMsgsnd 1.3.6.1.4.1.2.6.12.1.2.1.1.14 counter read-only
Number of IPC messages sent.
                               sm6kResourceUsageMsgrcv 1.3.6.1.4.1.2.6.12.1.2.1.1.15 counter read-only
Number of IPC messages received.
                               sm6kResourceUsageNSignals 1.3.6.1.4.1.2.6.12.1.2.1.1.16 counter read-only
Number of signals received.
                               sm6kResourceUsageVcsw 1.3.6.1.4.1.2.6.12.1.2.1.1.17 counter read-only
Number of voluntary context switches.
                               sm6kResourceUsageIcsw 1.3.6.1.4.1.2.6.12.1.2.1.1.18 counter read-only
Number of involuntary context switches.
                   sm6kProgramMessages 1.3.6.1.4.1.2.6.12.1.3
                       sm6kProgramMessagesTable 1.3.6.1.4.1.2.6.12.1.3.1 no-access
AIX Systems Monitor/6000 information and error messages.
                           sm6kProgramMessagesEntry 1.3.6.1.4.1.2.6.12.1.3.1.1 no-access
Each entry contains a different message summary.
                               sm6kProgramMessagesRowNumber 1.3.6.1.4.1.2.6.12.1.3.1.1.1 integer read-only
Table index - no real meaning.
                               sm6kProgramMessagesTime 1.3.6.1.4.1.2.6.12.1.3.1.1.2 displaystring read-only
Time at which the message was generated.
                               sm6kProgramMessagesText 1.3.6.1.4.1.2.6.12.1.3.1.1.3 displaystring read-only
Text of the message. Truncated after 80 bytes
                               sm6kProgramMessagesTimeStamp 1.3.6.1.4.1.2.6.12.1.3.1.1.4 integer read-only
Time (in seconds) at which message was generated.
               sm6kSystemInformation 1.3.6.1.4.1.2.6.12.2
                   sm6kSystemDescription 1.3.6.1.4.1.2.6.12.2.1
                       sm6kSystemNodeName 1.3.6.1.4.1.2.6.12.2.1.1 displaystring read-only
Node name.
                       sm6kSystemSysName 1.3.6.1.4.1.2.6.12.2.1.2 displaystring read-only
System name.
                       sm6kSystemVersion 1.3.6.1.4.1.2.6.12.2.1.3 displaystring read-only
Operating System version.
                       sm6kSystemRelease 1.3.6.1.4.1.2.6.12.2.1.4 displaystring read-only
Operating System release.
                       sm6kSystemMachine 1.3.6.1.4.1.2.6.12.2.1.5 displaystring read-only
Hardware type.
                   sm6kSystemConfiguration 1.3.6.1.4.1.2.6.12.2.2
                       sm6kSystemBufferPoolMark 1.3.6.1.4.1.2.6.12.2.2.1 integer read-only
Buffer Pool High water mark
                       sm6kSystemMaxMbufs 1.3.6.1.4.1.2.6.12.2.2.2 integer read-only
Max mbufs high-water mark
                       sm6kSystemMaxUserProcesses 1.3.6.1.4.1.2.6.12.2.2.3 integer read-only
Maximum number of processes per user.
                       sm6kSystemMaxSystemProcesses 1.3.6.1.4.1.2.6.12.2.2.4 integer read-only
Maximum number of processes on the system.
                       sm6kSystemRecordLockTableSize 1.3.6.1.4.1.2.6.12.2.2.5 integer read-only
Number of entries in record lock table.
                       sm6kSystemOpenFileTableSize 1.3.6.1.4.1.2.6.12.2.2.6 integer read-only
Maximum number of entries in open file table.
                       sm6kSystemCBlockArraySize 1.3.6.1.4.1.2.6.12.2.2.7 integer read-only
Maximum number of cblocks in cblock array.
                       sm6kSystemDiskIOHistory 1.3.6.1.4.1.2.6.12.2.2.8 integer read-only
Disk I/O History enabled. Enumeration: 'disabled': 1, 'enabled': 2.
                       sm6kSystemAutomaticBootAfterHalt 1.3.6.1.4.1.2.6.12.2.2.9 integer read-only
Automatic boot after halt. Enumeration: 'disabled': 1, 'enabled': 2.
                       sm6kSystemMemScrub 1.3.6.1.4.1.2.6.12.2.2.10 integer read-only
Memory scrubbing enabled. Enumeration: 'disabled': 1, 'enabled': 2.
                       sm6kSystemLeastPriv 1.3.6.1.4.1.2.6.12.2.2.11 integer read-only
Least privilege enablement.
                       sm6kSystemMaxPout 1.3.6.1.4.1.2.6.12.2.2.12 integer read-only
Number of file pageouts at which waiting occurs.
                       sm6kSystemMinPout 1.3.6.1.4.1.2.6.12.2.2.13 integer read-only
Number of file pageouts at which ready occurs.
                       sm6kSystemPageSize 1.3.6.1.4.1.2.6.12.2.2.14 integer read-only
System page size (from getpagesize())
                       sm6kSystemProcessMaxOpenFiles 1.3.6.1.4.1.2.6.12.2.2.15 integer read-only
Maximum open files per process.
                       sm6kSystemProcessMaxOpenStreams 1.3.6.1.4.1.2.6.12.2.2.16 integer read-only
Maximum open streams per process.
                       sm6kSystemProcessDescriptorTableSize 1.3.6.1.4.1.2.6.12.2.2.17 integer read-only
Descriptor table size for Systems Monitor.
                   sm6kSystemDevice 1.3.6.1.4.1.2.6.12.2.3
                       sm6kSystemDeviceList 1.3.6.1.4.1.2.6.12.2.3.1
                           sm6kSystemDeviceListInstalled 1.3.6.1.4.1.2.6.12.2.3.1.1 integer read-only
The number of devices installed.
                           sm6kSystemDeviceListTable 1.3.6.1.4.1.2.6.12.2.3.1.2 no-access
File system table.
                               sm6kSystemDeviceListEntry 1.3.6.1.4.1.2.6.12.2.3.1.2.1 no-access
Each entry contains objects for a particular device.
                                   sm6kSystemDeviceListName 1.3.6.1.4.1.2.6.12.2.3.1.2.1.1 displaystring read-only
Name of device.
                                   sm6kSystemDeviceListDescription 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
                                   sm6kSystemDeviceListLocation 1.3.6.1.4.1.2.6.12.2.3.1.2.1.3 displaystring read-only
Location of device.
                                   sm6kSystemDeviceListVPD 1.3.6.1.4.1.2.6.12.2.3.1.2.1.4 displaystring read-only
Vital Product Data.
                                   sm6kSystemDeviceListAttributes 1.3.6.1.4.1.2.6.12.2.3.1.2.1.5 displaystring read-only
Device Attributes.
                                   sm6kSystemDeviceListDiagnostics 1.3.6.1.4.1.2.6.12.2.3.1.2.1.6 displaystring read-only
Results of diagnostic tests.
                       sm6kSystemDeviceTokenRing 1.3.6.1.4.1.2.6.12.2.3.2
                           sm6kSystemDeviceTokenRingInstalled 1.3.6.1.4.1.2.6.12.2.3.2.1 integer read-only
The number of devices installed.
                           sm6kSystemDeviceTokenRingTable 1.3.6.1.4.1.2.6.12.2.3.2.2 no-access
Adapter table.
                               sm6kSystemDeviceTokenRingEntry 1.3.6.1.4.1.2.6.12.2.3.2.2.1 no-access
Each entry contains objects for a particular device.
                                   sm6kSystemDeviceTokenRingNumber 1.3.6.1.4.1.2.6.12.2.3.2.2.1.1 integer read-only
Token ring number.
                                   sm6kSystemDeviceTokenRingHardwareAddress 1.3.6.1.4.1.2.6.12.2.3.2.2.1.2 physaddress read-only
Burned-in MAC Address.
                                   sm6kSystemDeviceTokenRingCurrentAddress 1.3.6.1.4.1.2.6.12.2.3.2.2.1.3 physaddress read-only
Current MAC Address.
                                   sm6kSystemDeviceTokenRingReceiveDataOffset 1.3.6.1.4.1.2.6.12.2.3.2.2.1.4 integer read-only
Receive data transfer offset.
                                   sm6kSystemDeviceTokenRingBroadwrap 1.3.6.1.4.1.2.6.12.2.3.2.2.1.5 integer read-only
Supports broadcast wrap of data. Enumeration: 'true': 2, 'false': 1.
                                   sm6kSystemDeviceTokenRingTxByteMcnt 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.
                                   sm6kSystemDeviceTokenRingTxByteLcnt 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
                                   sm6kSystemDeviceTokenRingRxByteMcnt 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.
                                   sm6kSystemDeviceTokenRingRxByteLcnt 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
                                   sm6kSystemDeviceTokenRingTxFrameMcnt 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
                                   sm6kSystemDeviceTokenRingTxFrameLcnt 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
                                   sm6kSystemDeviceTokenRingRxFrameMcnt 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
                                   sm6kSystemDeviceTokenRingRxFrameLcnt 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
                                   sm6kSystemDeviceTokenRingTxErrCnt 1.3.6.1.4.1.2.6.12.2.3.2.2.1.14 counter read-only
Frame transmit error count
                                   sm6kSystemDeviceTokenRingRxErrCnt 1.3.6.1.4.1.2.6.12.2.3.2.2.1.15 counter read-only
Frame receive error count
                                   sm6kSystemDeviceTokenRingNidTblHigh 1.3.6.1.4.1.2.6.12.2.3.2.2.1.16 integer read-only
Maximum netids in use
                                   sm6kSystemDeviceTokenRingTxQueHigh 1.3.6.1.4.1.2.6.12.2.3.2.2.1.17 gauge read-only
Maximum transmits ever queued for adapter
                                   sm6kSystemDeviceTokenRingRxQueHigh 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
                                   sm6kSystemDeviceTokenRingStaQueHigh 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
                                   sm6kSystemDeviceTokenRingIntrLost 1.3.6.1.4.1.2.6.12.2.3.2.2.1.20 counter read-only
Interrupts lost
                                   sm6kSystemDeviceTokenRingWdtLost 1.3.6.1.4.1.2.6.12.2.3.2.2.1.21 counter read-only
Wdt Interrupts lost
                                   sm6kSystemDeviceTokenRingTimoLost 1.3.6.1.4.1.2.6.12.2.3.2.2.1.22 counter read-only
Timeout Interrupts lost
                                   sm6kSystemDeviceTokenRingStaQueOverflow 1.3.6.1.4.1.2.6.12.2.3.2.2.1.23 counter read-only
Status lost due to queue overflow
                                   sm6kSystemDeviceTokenRingRxQueOverflow 1.3.6.1.4.1.2.6.12.2.3.2.2.1.24 counter read-only
Packet lost due to queue overflow
                                   sm6kSystemDeviceTokenRingRxQueNoMbuf 1.3.6.1.4.1.2.6.12.2.3.2.2.1.25 counter read-only
Packet lost due to no mbufs
                                   sm6kSystemDeviceTokenRingRxQueNoMbufExt 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
                                   sm6kSystemDeviceTokenRingTxIntrCnt 1.3.6.1.4.1.2.6.12.2.3.2.2.1.27 counter read-only
Transmit interrupt count
                                   sm6kSystemDeviceTokenRingRxIntrCnt 1.3.6.1.4.1.2.6.12.2.3.2.2.1.28 counter read-only
Receive interrupt count
                                   sm6kSystemDeviceTokenRingPktRejCnt 1.3.6.1.4.1.2.6.12.2.3.2.2.1.29 counter read-only
Packets rejected no NETID
                                   sm6kSystemDeviceTokenRingPktAccCnt 1.3.6.1.4.1.2.6.12.2.3.2.2.1.30 counter read-only
Packets accepted - valid NETID
                                   sm6kSystemDeviceTokenRingPktTxCnt 1.3.6.1.4.1.2.6.12.2.3.2.2.1.31 counter read-only
Packet transmit counter
                                   sm6kSystemDeviceTokenRingOvfloPktCnt 1.3.6.1.4.1.2.6.12.2.3.2.2.1.32 counter read-only
Overflow packets received
                                   sm6kSystemDeviceTokenRingPktTxErrCnt 1.3.6.1.4.1.2.6.12.2.3.2.2.1.33 counter read-only
Packet transmission errors detected by adapter
                                   sm6kSystemDeviceTokenRingSpeed 1.3.6.1.4.1.2.6.12.2.3.2.2.1.34 integer read-only
Ring speed, megabits/second
                                   sm6kSystemDeviceTokenRingVPD 1.3.6.1.4.1.2.6.12.2.3.2.2.1.35 displaystring read-only
Vital Product Data from adapter
                                   sm6kSystemDeviceTokenRingAdapPhysAddr 1.3.6.1.4.1.2.6.12.2.3.2.2.1.36 physaddress read-only
Adapter Physical Address
                                   sm6kSystemDeviceTokenRingUpstreamNodeAddr 1.3.6.1.4.1.2.6.12.2.3.2.2.1.37 physaddress read-only
Upstream node address
                                   sm6kSystemDeviceTokenRingUpstreamPhysAddr 1.3.6.1.4.1.2.6.12.2.3.2.2.1.38 physaddress read-only
Upstream Physical Address
                                   sm6kSystemDeviceTokenRingLastPollAddr 1.3.6.1.4.1.2.6.12.2.3.2.2.1.39 physaddress read-only
Last Poll address
                                   sm6kSystemDeviceTokenRingAuthorEnv 1.3.6.1.4.1.2.6.12.2.3.2.2.1.40 integer read-only
Authorized environment
                                   sm6kSystemDeviceTokenRingTxAccessPriority 1.3.6.1.4.1.2.6.12.2.3.2.2.1.41 integer read-only
Transmit priority
                                   sm6kSystemDeviceTokenRingSrcClassAuthor 1.3.6.1.4.1.2.6.12.2.3.2.2.1.42 integer read-only
Source class authorization
                                   sm6kSystemDeviceTokenRingLastAttenCode 1.3.6.1.4.1.2.6.12.2.3.2.2.1.43 integer read-only
Last attention code
                                   sm6kSystemDeviceTokenRingLastSrcAddr 1.3.6.1.4.1.2.6.12.2.3.2.2.1.44 physaddress read-only
Last source address
                                   sm6kSystemDeviceTokenRingLastBeaconType 1.3.6.1.4.1.2.6.12.2.3.2.2.1.45 integer read-only
Last beacon type
                                   sm6kSystemDeviceTokenRingLastMajorVector 1.3.6.1.4.1.2.6.12.2.3.2.2.1.46 integer read-only
Last major vector
                                   sm6kSystemDeviceTokenRingRingStatus 1.3.6.1.4.1.2.6.12.2.3.2.2.1.47 integer read-only
Ring status - see /usr/include/sys/tokuser.h
                                   sm6kSystemDeviceTokenRingSoftErrorTimerVal 1.3.6.1.4.1.2.6.12.2.3.2.2.1.48 integer read-only
Soft Error timer value
                                   sm6kSystemDeviceTokenRingFrontEndTimerVal 1.3.6.1.4.1.2.6.12.2.3.2.2.1.49 integer read-only
Front end timer value
                                   sm6kSystemDeviceTokenRingMonitorErrorCode 1.3.6.1.4.1.2.6.12.2.3.2.2.1.50 integer read-only
Monitor error code
                                   sm6kSystemDeviceTokenRingBeaconTxType 1.3.6.1.4.1.2.6.12.2.3.2.2.1.51 integer read-only
Beacon transmit type
                                   sm6kSystemDeviceTokenRingBeaconRxType 1.3.6.1.4.1.2.6.12.2.3.2.2.1.52 integer read-only
Beacon Receive type
                                   sm6kSystemDeviceTokenRingFrameCorrSave 1.3.6.1.4.1.2.6.12.2.3.2.2.1.53 integer read-only
Frame Correlator save
                                   sm6kSystemDeviceTokenRingBeaconStationNAUN 1.3.6.1.4.1.2.6.12.2.3.2.2.1.54 physaddress read-only
Beaconing station NAUN
                                   sm6kSystemDeviceTokenRingBeaconStationPhysAddr 1.3.6.1.4.1.2.6.12.2.3.2.2.1.55 physaddress read-only
Beaconing station physical address
                                   sm6kSystemDeviceTokenRingClear 1.3.6.1.4.1.2.6.12.2.3.2.2.1.56 integer read-write
Set to clear to clear clearable statistics Enumeration: 'clear': 2, 'normal': 1.
                       sm6kSystemDeviceEthernet 1.3.6.1.4.1.2.6.12.2.3.3
                           sm6kSystemDeviceEthernetInstalled 1.3.6.1.4.1.2.6.12.2.3.3.1 integer read-only
The number of devices installed.
                           sm6kSystemDeviceEthernetTable 1.3.6.1.4.1.2.6.12.2.3.3.2 no-access
Adapter table.
                               sm6kSystemDeviceEthernetEntry 1.3.6.1.4.1.2.6.12.2.3.3.2.1 no-access
Each entry contains objects for a particular device
                                   sm6kSystemDeviceEthernetNumber 1.3.6.1.4.1.2.6.12.2.3.3.2.1.1 integer read-only
Adapter number
                                   sm6kSystemDeviceEthernetHardwareAddress 1.3.6.1.4.1.2.6.12.2.3.3.2.1.2 physaddress read-only
Burned-in MAC Address
                                   sm6kSystemDeviceEthernetCurrentAddress 1.3.6.1.4.1.2.6.12.2.3.3.2.1.3 physaddress read-only
Current MAC Address
                                   sm6kSystemDeviceEthernetReceiveDataOffset 1.3.6.1.4.1.2.6.12.2.3.3.2.1.4 integer read-only
Receive Data transfer Offset
                                   sm6kSystemDeviceEthernetBroadwrap 1.3.6.1.4.1.2.6.12.2.3.3.2.1.5 integer read-only
Supports broadcast wrap of data. Enumeration: 'true': 2, 'false': 1.
                                   sm6kSystemDeviceEthernetTxByteMcnt 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
                                   sm6kSystemDeviceEthernetTxByteLcnt 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
                                   sm6kSystemDeviceEthernetRxByteMcnt 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
                                   sm6kSystemDeviceEthernetRxByteLcnt 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
                                   sm6kSystemDeviceEthernetTxFrameMcnt 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
                                   sm6kSystemDeviceEthernetTxFrameLcnt 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
                                   sm6kSystemDeviceEthernetRxFrameMcnt 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
                                   sm6kSystemDeviceEthernetRxFrameLcnt 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
                                   sm6kSystemDeviceEthernetTxErrCnt 1.3.6.1.4.1.2.6.12.2.3.3.2.1.14 counter read-only
Frame transmit error count
                                   sm6kSystemDeviceEthernetRxErrCnt 1.3.6.1.4.1.2.6.12.2.3.3.2.1.15 counter read-only
Frame receive error count
                                   sm6kSystemDeviceEthernetNidTblHigh 1.3.6.1.4.1.2.6.12.2.3.3.2.1.16 integer read-only
Maximum netids in use
                                   sm6kSystemDeviceEthernetTxQueHigh 1.3.6.1.4.1.2.6.12.2.3.3.2.1.17 gauge read-only
Maximum transmits ever queued for adapter
                                   sm6kSystemDeviceEthernetRxQueHigh 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
                                   sm6kSystemDeviceEthernetStaQueHigh 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
                                   sm6kSystemDeviceEthernetIntrLost 1.3.6.1.4.1.2.6.12.2.3.3.2.1.20 counter read-only
Interrupts lost
                                   sm6kSystemDeviceEthernetWdtLost 1.3.6.1.4.1.2.6.12.2.3.3.2.1.21 counter read-only
Wdt Interrupts lost
                                   sm6kSystemDeviceEthernetTimoLost 1.3.6.1.4.1.2.6.12.2.3.3.2.1.22 counter read-only
Timeout Interrupts lost
                                   sm6kSystemDeviceEthernetStaQueOverflow 1.3.6.1.4.1.2.6.12.2.3.3.2.1.23 counter read-only
Status lost due to queue overflow
                                   sm6kSystemDeviceEthernetRxQueOverflow 1.3.6.1.4.1.2.6.12.2.3.3.2.1.24 counter read-only
Packet lost due to queue overflow
                                   sm6kSystemDeviceEthernetRxQueNoMbuf 1.3.6.1.4.1.2.6.12.2.3.3.2.1.25 counter read-only
Packet lost due to no mbufs
                                   sm6kSystemDeviceEthernetRxQueNoMbufExt 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
                                   sm6kSystemDeviceEthernetTxIntrCnt 1.3.6.1.4.1.2.6.12.2.3.3.2.1.27 counter read-only
Transmit interrupt count
                                   sm6kSystemDeviceEthernetRxIntrCnt 1.3.6.1.4.1.2.6.12.2.3.3.2.1.28 counter read-only
Receive interrupt count
                                   sm6kSystemDeviceEthernetCRCErr 1.3.6.1.4.1.2.6.12.2.3.3.2.1.29 counter read-only
CRC Errors
                                   sm6kSystemDeviceEthernetAlignErr 1.3.6.1.4.1.2.6.12.2.3.3.2.1.30 counter read-only
Alignment Errors
                                   sm6kSystemDeviceEthernetOverrun 1.3.6.1.4.1.2.6.12.2.3.3.2.1.31 counter read-only
Overrun Errors
                                   sm6kSystemDeviceEthernetTooShort 1.3.6.1.4.1.2.6.12.2.3.3.2.1.32 counter read-only
Too short Errors
                                   sm6kSystemDeviceEthernetTooLong 1.3.6.1.4.1.2.6.12.2.3.3.2.1.33 counter read-only
Too long Errors
                                   sm6kSystemDeviceEthernetNoResources 1.3.6.1.4.1.2.6.12.2.3.3.2.1.34 counter read-only
Out of resource errors
                                   sm6kSystemDeviceEthernetPktDiscard 1.3.6.1.4.1.2.6.12.2.3.3.2.1.35 counter read-only
Packets discarded
                                   sm6kSystemDeviceEthernetMaxCollision 1.3.6.1.4.1.2.6.12.2.3.3.2.1.36 counter read-only
Maximum collisions
                                   sm6kSystemDeviceEthernetLateCollision 1.3.6.1.4.1.2.6.12.2.3.3.2.1.37 counter read-only
Collisions after slot time elapsed
                                   sm6kSystemDeviceEthernetCarrierLost 1.3.6.1.4.1.2.6.12.2.3.3.2.1.38 counter read-only
Carrier lost errors
                                   sm6kSystemDeviceEthernetUnderrun 1.3.6.1.4.1.2.6.12.2.3.3.2.1.39 counter read-only
Underrun errors
                                   sm6kSystemDeviceEthernetCTSLost 1.3.6.1.4.1.2.6.12.2.3.3.2.1.40 counter read-only
Clear to send lost errors
                                   sm6kSystemDeviceEthernetTxTimeouts 1.3.6.1.4.1.2.6.12.2.3.3.2.1.41 counter read-only
Transmit Timeouts
                                   sm6kSystemDeviceEthernetParErrCnt 1.3.6.1.4.1.2.6.12.2.3.3.2.1.42 counter read-only
Parity errors
                                   sm6kSystemDeviceEthernetDiagOverflow 1.3.6.1.4.1.2.6.12.2.3.3.2.1.43 counter read-only
Diagnostic overflow
                                   sm6kSystemDeviceEthernetExecOverflow 1.3.6.1.4.1.2.6.12.2.3.3.2.1.44 counter read-only
Execute queue overflows
                                   sm6kSystemDeviceEthernetExecCmdErrors 1.3.6.1.4.1.2.6.12.2.3.3.2.1.45 counter read-only
Execute command errors
                                   sm6kSystemDeviceEthernetHostRecEol 1.3.6.1.4.1.2.6.12.2.3.3.2.1.46 counter read-only
Host received end of list
                                   sm6kSystemDeviceEthernetAdptRecEol 1.3.6.1.4.1.2.6.12.2.3.3.2.1.47 counter read-only
Adapter received end of list
                                   sm6kSystemDeviceEthernetHostRecPkt 1.3.6.1.4.1.2.6.12.2.3.3.2.1.48 counter read-only
Packets host actually received from adapter
                                   sm6kSystemDeviceEthernetAdptRecPkt 1.3.6.1.4.1.2.6.12.2.3.3.2.1.49 counter read-only
Packets to be delivered to host
                                   sm6kSystemDeviceEthernetStartRxCmd 1.3.6.1.4.1.2.6.12.2.3.3.2.1.50 counter read-only
Start receptions commands issued to adapter
                                   sm6kSystemDeviceEthernetStartRxDmaTimeouts 1.3.6.1.4.1.2.6.12.2.3.3.2.1.51 counter read-only
DMA timeouts
                                   sm6kSystemDeviceEthernetVPD 1.3.6.1.4.1.2.6.12.2.3.3.2.1.52 displaystring read-only
Vital Product Data from adapter
                                   sm6kSystemDeviceEthernetClear 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 Enumeration: 'clear': 2, 'normal': 1.
                       sm6kSystemDeviceX25 1.3.6.1.4.1.2.6.12.2.3.4
                           sm6kSystemDeviceX25Installed 1.3.6.1.4.1.2.6.12.2.3.4.1 integer read-only
The number of devices installed.
                           sm6kSystemDeviceX25Table 1.3.6.1.4.1.2.6.12.2.3.4.2 no-access
Adapter table.
                               sm6kSystemDeviceX25Entry 1.3.6.1.4.1.2.6.12.2.3.4.2.1 no-access
Each entry contains objects for a particular device
                                   sm6kSystemDeviceX25Number 1.3.6.1.4.1.2.6.12.2.3.4.2.1.1 integer read-only
sm6kSystemDeviceX25Number
                                   sm6kSystemDeviceX25Address 1.3.6.1.4.1.2.6.12.2.3.4.2.1.2 displaystring read-only
sm6kSystemDeviceX25Address
                                   sm6kSystemDeviceX25SupportLevel 1.3.6.1.4.1.2.6.12.2.3.4.2.1.3 integer read-only
sm6kSystemDeviceX25SupportLevel
                                   sm6kSystemDeviceX25SupportedFacilities 1.3.6.1.4.1.2.6.12.2.3.4.2.1.4 integer read-only
sm6kSystemDeviceX25SupportedFacilities
                                   sm6kSystemDeviceX25NetworkId 1.3.6.1.4.1.2.6.12.2.3.4.2.1.5 physaddress read-only
sm6kSystemDeviceX25NetworkId
                                   sm6kSystemDeviceX25MaxTxPacketSize 1.3.6.1.4.1.2.6.12.2.3.4.2.1.6 integer read-only
sm6kSystemDeviceX25MaxTxPacketSize
                                   sm6kSystemDeviceX25MaxRxPacketSize 1.3.6.1.4.1.2.6.12.2.3.4.2.1.7 integer read-only
sm6kSystemDeviceX25MaxRxPacketSize
                                   sm6kSystemDeviceX25DefaultSvcTxPacketSize 1.3.6.1.4.1.2.6.12.2.3.4.2.1.8 integer read-only
sm6kSystemDeviceX25DefaultSvcTxPacketSize
                                   sm6kSystemDeviceX25DefaultSvcRxPacketSize 1.3.6.1.4.1.2.6.12.2.3.4.2.1.9 integer read-only
sm6kSystemDeviceX25DefaultSvcRxPacketSize
                                   sm6kSystemDeviceX25ReceiveDataTransferOffset 1.3.6.1.4.1.2.6.12.2.3.4.2.1.10 integer read-only
sm6kSystemDeviceX25ReceiveDataTransferOffset
                                   sm6kSystemDeviceX25MemoryWindowSize 1.3.6.1.4.1.2.6.12.2.3.4.2.1.11 integer read-only
sm6kSystemDeviceX25MemoryWindowSize
                                   sm6kSystemDeviceX25TxByteMcnt 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
                                   sm6kSystemDeviceX25TxByteLcnt 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
                                   sm6kSystemDeviceX25RxByteMcnt 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
                                   sm6kSystemDeviceX25RxByteLcnt 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
                                   sm6kSystemDeviceX25TxFrameMcnt 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
                                   sm6kSystemDeviceX25TxFrameLcnt 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
                                   sm6kSystemDeviceX25RxFrameMcnt 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
                                   sm6kSystemDeviceX25RxFrameLcnt 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
                                   sm6kSystemDeviceX25TxErrCnt 1.3.6.1.4.1.2.6.12.2.3.4.2.1.20 counter read-only
Frame transmit error count
                                   sm6kSystemDeviceX25RxErrCnt 1.3.6.1.4.1.2.6.12.2.3.4.2.1.21 counter read-only
Frame receive error count
                                   sm6kSystemDeviceX25NidTblHigh 1.3.6.1.4.1.2.6.12.2.3.4.2.1.22 integer read-only
Maximum netids in use
                                   sm6kSystemDeviceX25TxQueHigh 1.3.6.1.4.1.2.6.12.2.3.4.2.1.23 gauge read-only
Maximum transmits ever queued for adapter
                                   sm6kSystemDeviceX25RxQueHigh 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
                                   sm6kSystemDeviceX25StaQueHigh 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
                                   sm6kSystemDeviceX25IgnoredFTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.26 counter read-only
sm6kSystemDeviceX25IgnoredFTx
                                   sm6kSystemDeviceX25RrFTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.27 counter read-only
sm6kSystemDeviceX25RrFTx
                                   sm6kSystemDeviceX25RnrFTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.28 counter read-only
sm6kSystemDeviceX25RnrFTx
                                   sm6kSystemDeviceX25RejFTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.29 counter read-only
sm6kSystemDeviceX25RejFTx
                                   sm6kSystemDeviceX25InfoFTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.30 counter read-only
sm6kSystemDeviceX25InfoFTx
                                   sm6kSystemDeviceX25SabmFTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.31 counter read-only
sm6kSystemDeviceX25SabmFTx
                                   sm6kSystemDeviceX25SarmDmFTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.32 counter read-only
sm6kSystemDeviceX25SarmDmFTx
                                   sm6kSystemDeviceX25DiscFTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.33 counter read-only
sm6kSystemDeviceX25DiscFTx
                                   sm6kSystemDeviceX25UaFTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.34 counter read-only
sm6kSystemDeviceX25UaFTx
                                   sm6kSystemDeviceX25FrmrFTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.35 counter read-only
sm6kSystemDeviceX25FrmrFTx
                                   sm6kSystemDeviceX25BadNrFTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.36 counter read-only
sm6kSystemDeviceX25BadNrFTx
                                   sm6kSystemDeviceX25UnknownFTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.37 counter read-only
sm6kSystemDeviceX25UnknownFTx
                                   sm6kSystemDeviceX25XidFTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.38 counter read-only
sm6kSystemDeviceX25XidFTx
                                   sm6kSystemDeviceX25BadLengthFTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.39 counter read-only
sm6kSystemDeviceX25BadLengthFTx
                                   sm6kSystemDeviceX25T1Expirations 1.3.6.1.4.1.2.6.12.2.3.4.2.1.40 counter read-only
sm6kSystemDeviceX25T1Expirations
                                   sm6kSystemDeviceX25Lvl2Connects 1.3.6.1.4.1.2.6.12.2.3.4.2.1.41 counter read-only
sm6kSystemDeviceX25Lvl2Connects
                                   sm6kSystemDeviceX25Lvl2Disconnects 1.3.6.1.4.1.2.6.12.2.3.4.2.1.42 counter read-only
sm6kSystemDeviceX25Lvl2Disconnects
                                   sm6kSystemDeviceX25CarrierLoss 1.3.6.1.4.1.2.6.12.2.3.4.2.1.43 counter read-only
sm6kSystemDeviceX25CarrierLoss
                                   sm6kSystemDeviceX25ConnectTime 1.3.6.1.4.1.2.6.12.2.3.4.2.1.44 timeticks read-only
sm6kSystemDeviceX25ConnectTime
                                   sm6kSystemDeviceX25T4Expirations 1.3.6.1.4.1.2.6.12.2.3.4.2.1.45 counter read-only
sm6kSystemDeviceX25T4Expirations
                                   sm6kSystemDeviceX25T4N2Times 1.3.6.1.4.1.2.6.12.2.3.4.2.1.46 counter read-only
sm6kSystemDeviceX25T4N2Times
                                   sm6kSystemDeviceX25IgnoredFRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.47 counter read-only
sm6kSystemDeviceX25IgnoredFRx
                                   sm6kSystemDeviceX25RrFRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.48 counter read-only
sm6kSystemDeviceX25RrFRx
                                   sm6kSystemDeviceX25RnrFRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.49 counter read-only
sm6kSystemDeviceX25RnrFRx
                                   sm6kSystemDeviceX25RejFRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.50 counter read-only
sm6kSystemDeviceX25RejFRx
                                   sm6kSystemDeviceX25InfoFRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.51 counter read-only
sm6kSystemDeviceX25InfoFRx
                                   sm6kSystemDeviceX25SabmFRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.52 counter read-only
sm6kSystemDeviceX25SabmFRx
                                   sm6kSystemDeviceX25SarmDmFRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.53 counter read-only
sm6kSystemDeviceX25SarmDmFRx
                                   sm6kSystemDeviceX25DiscFRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.54 counter read-only
sm6kSystemDeviceX25DiscFRx
                                   sm6kSystemDeviceX25UaFRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.55 counter read-only
sm6kSystemDeviceX25UaFRx
                                   sm6kSystemDeviceX25FrmrFRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.56 counter read-only
sm6kSystemDeviceX25FrmrFRx
                                   sm6kSystemDeviceX25BadNrFRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.57 counter read-only
sm6kSystemDeviceX25BadNrFRx
                                   sm6kSystemDeviceX25UnknownFRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.58 counter read-only
sm6kSystemDeviceX25UnknownFRx
                                   sm6kSystemDeviceX25XidFRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.59 counter read-only
sm6kSystemDeviceX25XidFRx
                                   sm6kSystemDeviceX25BadLengthFRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.60 counter read-only
sm6kSystemDeviceX25BadLengthFRx
                                   sm6kSystemDeviceX25DataPTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.61 counter read-only
sm6kSystemDeviceX25DataPTx
                                   sm6kSystemDeviceX25RrPTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.62 counter read-only
sm6kSystemDeviceX25RrPTx
                                   sm6kSystemDeviceX25RnrPTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.63 counter read-only
sm6kSystemDeviceX25RnrPTx
                                   sm6kSystemDeviceX25InterruptPTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.64 counter read-only
sm6kSystemDeviceX25InterruptPTx
                                   sm6kSystemDeviceX25InterruptConfirmPTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.65 counter read-only
sm6kSystemDeviceX25InterruptConfirmPTx
                                   sm6kSystemDeviceX25CallRequestPTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.66 counter read-only
sm6kSystemDeviceX25CallRequestPTx
                                   sm6kSystemDeviceX25CallAcceptPTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.67 counter read-only
sm6kSystemDeviceX25CallAcceptPTx
                                   sm6kSystemDeviceX25ClearRequestPTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.68 counter read-only
sm6kSystemDeviceX25ClearRequestPTx
                                   sm6kSystemDeviceX25ClearConfirmPTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.69 counter read-only
sm6kSystemDeviceX25ClearConfirmPTx
                                   sm6kSystemDeviceX25ResetRequestPTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.70 counter read-only
sm6kSystemDeviceX25ResetRequestPTx
                                   sm6kSystemDeviceX25ResetConfirmPTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.71 counter read-only
sm6kSystemDeviceX25ResetConfirmPTx
                                   sm6kSystemDeviceX25DiagnosticPTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.72 counter read-only
sm6kSystemDeviceX25DiagnosticPTx
                                   sm6kSystemDeviceX25RegistrationPTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.73 counter read-only
sm6kSystemDeviceX25RegistrationPTx
                                   sm6kSystemDeviceX25RegistrationConfirmPTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.74 counter read-only
sm6kSystemDeviceX25RegistrationConfirmPTx
                                   sm6kSystemDeviceX25RestartPTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.75 counter read-only
sm6kSystemDeviceX25RestartPTx
                                   sm6kSystemDeviceX25RestartConfirmPTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.76 counter read-only
sm6kSystemDeviceX25RestartConfirmPTx
                                   sm6kSystemDeviceX25ErrorPTx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.77 counter read-only
sm6kSystemDeviceX25ErrorPTx
                                   sm6kSystemDeviceX25T20Expirations 1.3.6.1.4.1.2.6.12.2.3.4.2.1.78 counter read-only
sm6kSystemDeviceX25T20Expirations
                                   sm6kSystemDeviceX25T21Expirations 1.3.6.1.4.1.2.6.12.2.3.4.2.1.79 counter read-only
sm6kSystemDeviceX25T21Expirations
                                   sm6kSystemDeviceX25T22Expirations 1.3.6.1.4.1.2.6.12.2.3.4.2.1.80 counter read-only
sm6kSystemDeviceX25T22Expirations
                                   sm6kSystemDeviceX25T23Expirations 1.3.6.1.4.1.2.6.12.2.3.4.2.1.81 counter read-only
sm6kSystemDeviceX25T23Expirations
                                   sm6kSystemDeviceX25VcEstablishments 1.3.6.1.4.1.2.6.12.2.3.4.2.1.82 counter read-only
sm6kSystemDeviceX25VcEstablishments
                                   sm6kSystemDeviceX25T24Expirations 1.3.6.1.4.1.2.6.12.2.3.4.2.1.83 counter read-only
sm6kSystemDeviceX25T24Expirations
                                   sm6kSystemDeviceX25T25Expirations 1.3.6.1.4.1.2.6.12.2.3.4.2.1.84 counter read-only
sm6kSystemDeviceX25T25Expirations
                                   sm6kSystemDeviceX25T26Expirations 1.3.6.1.4.1.2.6.12.2.3.4.2.1.85 counter read-only
sm6kSystemDeviceX25T26Expirations
                                   sm6kSystemDeviceX25T28Expirations 1.3.6.1.4.1.2.6.12.2.3.4.2.1.86 counter read-only
sm6kSystemDeviceX25T28Expirations
                                   sm6kSystemDeviceX25DataPRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.87 counter read-only
sm6kSystemDeviceX25DataPRx
                                   sm6kSystemDeviceX25RrPRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.88 counter read-only
sm6kSystemDeviceX25RrPRx
                                   sm6kSystemDeviceX25RnrPRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.89 counter read-only
sm6kSystemDeviceX25RnrPRx
                                   sm6kSystemDeviceX25InterruptPRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.90 counter read-only
sm6kSystemDeviceX25InterruptPRx
                                   sm6kSystemDeviceX25InterruptConfirmPRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.91 counter read-only
sm6kSystemDeviceX25InterruptConfirmPRx
                                   sm6kSystemDeviceX25IncomingCallPRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.92 counter read-only
sm6kSystemDeviceX25IncomingCallPRx
                                   sm6kSystemDeviceX25CallConnectedPRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.93 counter read-only
sm6kSystemDeviceX25CallConnectedPRx
                                   sm6kSystemDeviceX25ClearIndicationPRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.94 counter read-only
sm6kSystemDeviceX25ClearIndicationPRx
                                   sm6kSystemDeviceX25ClearConfirmPRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.95 counter read-only
sm6kSystemDeviceX25ClearConfirmPRx
                                   sm6kSystemDeviceX25ResetIndicationPRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.96 counter read-only
sm6kSystemDeviceX25ResetIndicationPRx
                                   sm6kSystemDeviceX25ResetConfirmPRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.97 counter read-only
sm6kSystemDeviceX25ResetConfirmPRx
                                   sm6kSystemDeviceX25DiagnosticPRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.98 counter read-only
sm6kSystemDeviceX25DiagnosticPRx
                                   sm6kSystemDeviceX25RegistrationPRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.99 counter read-only
sm6kSystemDeviceX25RegistrationPRx
                                   sm6kSystemDeviceX25RegistrationConfirmPRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.100 counter read-only
sm6kSystemDeviceX25RegistrationConfirmPRx
                                   sm6kSystemDeviceX25RestartPRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.101 counter read-only
sm6kSystemDeviceX25RestartPRx
                                   sm6kSystemDeviceX25RestartConfirmPRx 1.3.6.1.4.1.2.6.12.2.3.4.2.1.102 counter read-only
sm6kSystemDeviceX25RestartConfirmPRx
                                   sm6kSystemDeviceX25TxUnknownSize 1.3.6.1.4.1.2.6.12.2.3.4.2.1.103 counter read-only
sm6kSystemDeviceX25TxUnknownSize
                                   sm6kSystemDeviceX25TxReserved1 1.3.6.1.4.1.2.6.12.2.3.4.2.1.104 counter read-only
sm6kSystemDeviceX25TxReserved1
                                   sm6kSystemDeviceX25TxReserved2 1.3.6.1.4.1.2.6.12.2.3.4.2.1.105 counter read-only
sm6kSystemDeviceX25TxReserved2
                                   sm6kSystemDeviceX25TxReserved3 1.3.6.1.4.1.2.6.12.2.3.4.2.1.106 counter read-only
sm6kSystemDeviceX25TxReserved3
                                   sm6kSystemDeviceX25Tx0x15 1.3.6.1.4.1.2.6.12.2.3.4.2.1.107 counter read-only
sm6kSystemDeviceX25Tx0x15
                                   sm6kSystemDeviceX25Tx16x31 1.3.6.1.4.1.2.6.12.2.3.4.2.1.108 counter read-only
sm6kSystemDeviceX25Tx16x31
                                   sm6kSystemDeviceX25Tx32x63 1.3.6.1.4.1.2.6.12.2.3.4.2.1.109 counter read-only
sm6kSystemDeviceX25Tx32x63
                                   sm6kSystemDeviceX25Tx64x127 1.3.6.1.4.1.2.6.12.2.3.4.2.1.110 counter read-only
sm6kSystemDeviceX25Tx64x127
                                   sm6kSystemDeviceX25Tx128x255 1.3.6.1.4.1.2.6.12.2.3.4.2.1.111 counter read-only
sm6kSystemDeviceX25Tx128x255
                                   sm6kSystemDeviceX25Tx256x511 1.3.6.1.4.1.2.6.12.2.3.4.2.1.112 counter read-only
sm6kSystemDeviceX25Tx256x511
                                   sm6kSystemDeviceX25Tx512x1023 1.3.6.1.4.1.2.6.12.2.3.4.2.1.113 counter read-only
sm6kSystemDeviceX25Tx512x1023
                                   sm6kSystemDeviceX25Tx1024x2047 1.3.6.1.4.1.2.6.12.2.3.4.2.1.114 counter read-only
sm6kSystemDeviceX25Tx1024x2047
                                   sm6kSystemDeviceX25Tx2048x4095 1.3.6.1.4.1.2.6.12.2.3.4.2.1.115 counter read-only
sm6kSystemDeviceX25Tx2048x4095
                                   sm6kSystemDeviceX25TxReserved13 1.3.6.1.4.1.2.6.12.2.3.4.2.1.116 counter read-only
sm6kSystemDeviceX25TxReserved13
                                   sm6kSystemDeviceX25TxReserved14 1.3.6.1.4.1.2.6.12.2.3.4.2.1.117 counter read-only
sm6kSystemDeviceX25TxReserved14
                                   sm6kSystemDeviceX25TxReserved15 1.3.6.1.4.1.2.6.12.2.3.4.2.1.118 counter read-only
sm6kSystemDeviceX25TxReserved15
                                   sm6kSystemDeviceX25TxTotalPackets 1.3.6.1.4.1.2.6.12.2.3.4.2.1.119 counter read-only
sm6kSystemDeviceX25TxTotalPackets
                                   sm6kSystemDeviceX25RxUnknownSize 1.3.6.1.4.1.2.6.12.2.3.4.2.1.120 counter read-only
sm6kSystemDeviceX25RxUnknownSize
                                   sm6kSystemDeviceX25RxReserved1 1.3.6.1.4.1.2.6.12.2.3.4.2.1.121 counter read-only
sm6kSystemDeviceX25RxReserved1
                                   sm6kSystemDeviceX25RxReserved2 1.3.6.1.4.1.2.6.12.2.3.4.2.1.122 counter read-only
sm6kSystemDeviceX25RxReserved2
                                   sm6kSystemDeviceX25RxReserved3 1.3.6.1.4.1.2.6.12.2.3.4.2.1.123 counter read-only
sm6kSystemDeviceX25RxReserved3
                                   sm6kSystemDeviceX25Rx0x15 1.3.6.1.4.1.2.6.12.2.3.4.2.1.124 counter read-only
sm6kSystemDeviceX25Rx0x15
                                   sm6kSystemDeviceX25Rx16x31 1.3.6.1.4.1.2.6.12.2.3.4.2.1.125 counter read-only
sm6kSystemDeviceX25Rx16x31
                                   sm6kSystemDeviceX25Rx32x63 1.3.6.1.4.1.2.6.12.2.3.4.2.1.126 counter read-only
sm6kSystemDeviceX25Rx32x63
                                   sm6kSystemDeviceX25Rx64x127 1.3.6.1.4.1.2.6.12.2.3.4.2.1.127 counter read-only
sm6kSystemDeviceX25Rx64x127
                                   sm6kSystemDeviceX25Rx128x255 1.3.6.1.4.1.2.6.12.2.3.4.2.1.128 counter read-only
sm6kSystemDeviceX25Rx128x255
                                   sm6kSystemDeviceX25Rx256x511 1.3.6.1.4.1.2.6.12.2.3.4.2.1.129 counter read-only
sm6kSystemDeviceX25Rx256x511
                                   sm6kSystemDeviceX25Rx512x1023 1.3.6.1.4.1.2.6.12.2.3.4.2.1.130 counter read-only
sm6kSystemDeviceX25Rx512x1023
                                   sm6kSystemDeviceX25Rx1024x2047 1.3.6.1.4.1.2.6.12.2.3.4.2.1.131 counter read-only
sm6kSystemDeviceX25Rx1024x2047
                                   sm6kSystemDeviceX25Rx2048x4095 1.3.6.1.4.1.2.6.12.2.3.4.2.1.132 counter read-only
sm6kSystemDeviceX25Rx2048x4095
                                   sm6kSystemDeviceX25RxReserved13 1.3.6.1.4.1.2.6.12.2.3.4.2.1.133 counter read-only
sm6kSystemDeviceX25RxReserved13
                                   sm6kSystemDeviceX25RxReserved14 1.3.6.1.4.1.2.6.12.2.3.4.2.1.134 counter read-only
sm6kSystemDeviceX25RxReserved14
                                   sm6kSystemDeviceX25RxReserved15 1.3.6.1.4.1.2.6.12.2.3.4.2.1.135 counter read-only
sm6kSystemDeviceX25RxReserved15
                                   sm6kSystemDeviceX25RxTotalPackets 1.3.6.1.4.1.2.6.12.2.3.4.2.1.136 counter read-only
sm6kSystemDeviceX25RxTotalPackets
                                   sm6kSystemDeviceX25Clear 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 Enumeration: 'clear': 2, 'normal': 1.
                           sm6kSystemDeviceX25RouteCount 1.3.6.1.4.1.2.6.12.2.3.4.3 integer read-only
The number of devices installed.
                           sm6kSystemDeviceX25RouteTable 1.3.6.1.4.1.2.6.12.2.3.4.4 no-access
Routing information
                               sm6kSystemDeviceX25RouteEntry 1.3.6.1.4.1.2.6.12.2.3.4.4.1 no-access
Each entry contains objects for a particular route.
                                   sm6kSystemDeviceX25RouteNumber 1.3.6.1.4.1.2.6.12.2.3.4.4.1.1 integer read-only
Route Entry number.
                                   sm6kSystemDeviceX25RouteEntryName 1.3.6.1.4.1.2.6.12.2.3.4.4.1.2 displaystring read-only
Route name.
                                   sm6kSystemDeviceX25RouteUserName 1.3.6.1.4.1.2.6.12.2.3.4.4.1.3 displaystring read-only
User name.
                                   sm6kSystemDeviceX25RoutePort 1.3.6.1.4.1.2.6.12.2.3.4.4.1.4 displaystring read-only
Port
                                   sm6kSystemDeviceX25RouteCallingAddress 1.3.6.1.4.1.2.6.12.2.3.4.4.1.5 displaystring read-only
Calling address
                                   sm6kSystemDeviceX25RouteCalledSubaddress 1.3.6.1.4.1.2.6.12.2.3.4.4.1.6 displaystring read-only
Called subaddress
                                   sm6kSystemDeviceX25RouteCallingAddressExt 1.3.6.1.4.1.2.6.12.2.3.4.4.1.7 displaystring read-only
Calling address extension
                                   sm6kSystemDeviceX25RouteCalledAddressExt 1.3.6.1.4.1.2.6.12.2.3.4.4.1.8 displaystring read-only
Called address extension
                                   sm6kSystemDeviceX25RouteCalledUserData 1.3.6.1.4.1.2.6.12.2.3.4.4.1.9 displaystring read-only
Called address extension
                                   sm6kSystemDeviceX25RoutePriority 1.3.6.1.4.1.2.6.12.2.3.4.4.1.10 integer read-only
Priority
                                   sm6kSystemDeviceX25RouteAction 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 Enumeration: 'forward': 1, 'reject': 2.
                   sm6kSystemPagingInformation 1.3.6.1.4.1.2.6.12.2.4
                       sm6kSystemFreePagingSpace 1.3.6.1.4.1.2.6.12.2.4.1 integer read-only
Free paging space in system in kilobytes - returned by psdanger (-1).
                       sm6kSystemFreePagingSpaceUntilKill 1.3.6.1.4.1.2.6.12.2.4.2 integer read-only
Free paging space until kill threshold in kilobytes - returned by psdanger (SIGKILL).
                       sm6kSystemFreePagingSpaceUntilKillPercent 1.3.6.1.4.1.2.6.12.2.4.3 integer read-only
Percent of kill threshold to free space.
                       sm6kSystemPagingSpace 1.3.6.1.4.1.2.6.12.2.4.4
                           sm6kSystemPagingSpaceCount 1.3.6.1.4.1.2.6.12.2.4.4.1 gauge read-only
The number of paging spaces.
                           sm6kSystemPagingSpaceTable 1.3.6.1.4.1.2.6.12.2.4.4.2 no-access
Paging space table.
                               sm6kSystemPagingSpaceEntry 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. - same information as lsps -a
                                   sm6kSystemPagingSpaceName 1.3.6.1.4.1.2.6.12.2.4.4.2.1.1 displaystring read-only
Paging space name.
                                   sm6kSystemPagingSpacePhysicalVolume 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.
                                   sm6kSystemPagingSpaceVolumeGroup 1.3.6.1.4.1.2.6.12.2.4.4.2.1.3 displaystring read-only
Volume group of paging space.
                                   sm6kSystemPagingSpaceSize 1.3.6.1.4.1.2.6.12.2.4.4.2.1.4 integer read-only
Size in megabytes.
                                   sm6kSystemPagingSpacePercentUsed 1.3.6.1.4.1.2.6.12.2.4.4.2.1.5 gauge read-only
Percent used.
                                   sm6kSystemPagingSpaceActive 1.3.6.1.4.1.2.6.12.2.4.4.2.1.6 displaystring read-only
Active indicator --- Yes or No
                                   sm6kSystemPagingSpaceAuto 1.3.6.1.4.1.2.6.12.2.4.4.2.1.7 displaystring read-only
Auto indicator --- Yes or No
                                   sm6kSystemPagingSpaceType 1.3.6.1.4.1.2.6.12.2.4.4.2.1.8 displaystring read-only
Paging space type.
                       sm6kSystemPagingStatistics 1.3.6.1.4.1.2.6.12.2.4.5
                           sm6kSystemPagingStatisticsPollingInterval 1.3.6.1.4.1.2.6.12.2.4.5.1 integer read-only
Polling interval for paging statistics data.
                           sm6kSystemPagingStatisticsTable 1.3.6.1.4.1.2.6.12.2.4.5.2 no-access
Input/Output statistics table.
                               sm6kSystemPagingStatisticsEntry 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
                                   sm6kSystemPagingStatisticsName 1.3.6.1.4.1.2.6.12.2.4.5.2.1.1 displaystring read-only
Description of interval.
                                   sm6kSystemPagingStatisticsIntervalStartTime 1.3.6.1.4.1.2.6.12.2.4.5.2.1.2 displaystring read-only
Start time of interval.
                                   sm6kSystemPagingStatisticsIntervalLength 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.
                                   sm6kSystemPagingStatisticsPageFaults 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.
                                   sm6kSystemPagingStatisticsPageReclaims 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.
                                   sm6kSystemPagingStatisticsPagesPagedIn 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
                                   sm6kSystemPagingStatisticsPagesPagedOut 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
                                   sm6kSystemPagingStatisticsPageInsFromPagingSpace 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
                                   sm6kSystemPagingStatisticsPageOutsFromPagingSpace 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
                                   sm6kSystemPagingStatisticsStartIOs 1.3.6.1.4.1.2.6.12.2.4.5.2.1.10 integer read-only
Total number of IO Starts
                                   sm6kSystemPagingStatisticsDoneIOs 1.3.6.1.4.1.2.6.12.2.4.5.2.1.11 integer read-only
Total number of IOs Done
                                   sm6kSystemPagingStatisticsPageScans 1.3.6.1.4.1.2.6.12.2.4.5.2.1.12 integer read-only
Total number of page scans
                                   sm6kSystemPagingStatisticsScanClockCycles 1.3.6.1.4.1.2.6.12.2.4.5.2.1.13 integer read-only
Total page scan clock cycles
                                   sm6kSystemPagingStatisticsPageSteals 1.3.6.1.4.1.2.6.12.2.4.5.2.1.14 integer read-only
Total number of page steals
                                   sm6kSystemPagingStatisticsFreeFrameWaits 1.3.6.1.4.1.2.6.12.2.4.5.2.1.15 integer read-only
Total number of free frame waits
                                   sm6kSystemPagingStatisticsExtendXPTWaits 1.3.6.1.4.1.2.6.12.2.4.5.2.1.16 integer read-only
Total number of extend XPT waits.
                                   sm6kSystemPagingStatisticsPendingIOWaits 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
                                   sm6kSystemPagingStatisticsPageFaultsMinimum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.18 integer read-only
Minimum page faults
                                   sm6kSystemPagingStatisticsPageReclaimsMinimum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.19 integer read-only
Minimum page reclaims
                                   sm6kSystemPagingStatisticsPagesPagedInMinimum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.20 integer read-only
Minimum pages paged in
                                   sm6kSystemPagingStatisticsPagesPagedOutMinimum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.21 integer read-only
Minimum pages paged out
                                   sm6kSystemPagingStatisticsPageInsFromPagingSpaceMinimum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.22 integer read-only
Minimum Page Ins From Paging Space
                                   sm6kSystemPagingStatisticsPageOutsFromPagingSpaceMinimum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.23 integer read-only
Minimum Page Outs From Paging Space
                                   sm6kSystemPagingStatisticsStartIOsMinimum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.24 integer read-only
Minimum IO Starts
                                   sm6kSystemPagingStatisticsDoneIOsMinimum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.25 integer read-only
Minimum IOs Done
                                   sm6kSystemPagingStatisticsPageScansMinimum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.26 integer read-only
Minimum number of page scans
                                   sm6kSystemPagingStatisticsScanClockCyclesMinimum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.27 integer read-only
Minimum page scan clock cycles
                                   sm6kSystemPagingStatisticsPageStealsMinimum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.28 integer read-only
Minimum page steals
                                   sm6kSystemPagingStatisticsFreeFrameWaitsMinimum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.29 integer read-only
Minimum free frame waits
                                   sm6kSystemPagingStatisticsExtendXPTWaitsMinimum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.30 integer read-only
Minimum Extend XPT waits.
                                   sm6kSystemPagingStatisticsPendingIOWaitsMinimum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.31 integer read-only
Minimum Pending I/O waits
                                   sm6kSystemPagingStatisticsPageFaultsMaximum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.32 integer read-only
Maximum page faults
                                   sm6kSystemPagingStatisticsPageReclaimsMaximum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.33 integer read-only
Maximum page reclaims
                                   sm6kSystemPagingStatisticsPagesPagedInMaximum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.34 integer read-only
Maximum Pages Paged In
                                   sm6kSystemPagingStatisticsPagesPagedOutMaximum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.35 integer read-only
Maximum Pages Paged Out
                                   sm6kSystemPagingStatisticsPageInsFromPagingSpaceMaximum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.36 integer read-only
Maximum Page Ins From Paging Space
                                   sm6kSystemPagingStatisticsPageOutsFromPagingSpaceMaximum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.37 integer read-only
Maximum Page Outs From Paging Space
                                   sm6kSystemPagingStatisticsStartIOsMaximum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.38 integer read-only
Maximum IO Starts
                                   sm6kSystemPagingStatisticsDoneIOsMaximum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.39 integer read-only
Maximum IOs Done
                                   sm6kSystemPagingStatisticsPageScansMaximum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.40 integer read-only
Maximum number of page scans
                                   sm6kSystemPagingStatisticsScanClockCyclesMaximum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.41 integer read-only
Maximum page scan clock cycles
                                   sm6kSystemPagingStatisticsPageStealsMaximum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.42 integer read-only
Maximum page steals
                                   sm6kSystemPagingStatisticsFreeFrameWaitsMaximum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.43 integer read-only
Maximum free frame waits
                                   sm6kSystemPagingStatisticsExtendXPTWaitsMaximum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.44 integer read-only
Maximum Extend XPT waits.
                                   sm6kSystemPagingStatisticsPendingIOWaitsMaximum 1.3.6.1.4.1.2.6.12.2.4.5.2.1.45 integer read-only
Maximum Pending I/O waits
                   sm6kSystemFileSystem 1.3.6.1.4.1.2.6.12.2.5
                       sm6kSystemFileSystemMounted 1.3.6.1.4.1.2.6.12.2.5.1 gauge read-only
The number of file systems mounted.
                       sm6kSystemFileSystemTable 1.3.6.1.4.1.2.6.12.2.5.2 no-access
File system table.
                           sm6kSystemFileSystemEntry 1.3.6.1.4.1.2.6.12.2.5.2.1 no-access
Each entry contains objects for a particular file system.
                               sm6kSystemFileSystemName 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.
                               sm6kSystemFileSystemSize 1.3.6.1.4.1.2.6.12.2.5.2.1.2 gauge read-only
Total kilobytes in file system.
                               sm6kSystemFileSystemFree 1.3.6.1.4.1.2.6.12.2.5.2.1.3 gauge read-only
Free file system space in kilobytes.
                               sm6kSystemFileSystemPercentUsed 1.3.6.1.4.1.2.6.12.2.5.2.1.4 gauge read-only
Percent of file system used.
                               sm6kSystemFileSystemInodesUsed 1.3.6.1.4.1.2.6.12.2.5.2.1.5 gauge read-only
Used inodes in file system.
                               sm6kSystemFileSystemInodesPercentUsed 1.3.6.1.4.1.2.6.12.2.5.2.1.6 gauge read-only
Percent of file system used.
                               sm6kSystemFileSystemInodeCount 1.3.6.1.4.1.2.6.12.2.5.2.1.7 gauge read-only
Percent of file system used.
                               sm6kSystemFileSystemFileSystem 1.3.6.1.4.1.2.6.12.2.5.2.1.8 displaystring read-only
NFS File system.
                               sm6kSystemFileSystemRemote 1.3.6.1.4.1.2.6.12.2.5.2.1.9 displaystring read-only
Remote node for remotely mounted filesystems.
                   sm6kSystemSubSystems 1.3.6.1.4.1.2.6.12.2.6
                       sm6kSystemSubSystemsCount 1.3.6.1.4.1.2.6.12.2.6.1 gauge read-only
The number of subsystems in table.
                       sm6kSystemSubSystemsTable 1.3.6.1.4.1.2.6.12.2.6.2 no-access
Subsystems table.
                           sm6kSystemSubSystemsEntry 1.3.6.1.4.1.2.6.12.2.6.2.1 no-access
Each entry contains objects for a particular file system.
                               sm6kSystemSubSystemsName 1.3.6.1.4.1.2.6.12.2.6.2.1.1 displaystring read-only
Name of sub system.
                               sm6kSystemSubSystemsPID 1.3.6.1.4.1.2.6.12.2.6.2.1.2 integer read-only
PID of subsystem, if active.
                               sm6kSystemSubSystemsStatusDescription 1.3.6.1.4.1.2.6.12.2.6.2.1.3 displaystring read-only
Process group
                               sm6kSystemSubSystemsStatusText 1.3.6.1.4.1.2.6.12.2.6.2.1.4 displaystring read-only
Status text
                               sm6kSystemSubSystemsStatusCode 1.3.6.1.4.1.2.6.12.2.6.2.1.5 integer read-only
Integer status code
                   sm6kSystemProcess 1.3.6.1.4.1.2.6.12.2.7
                       sm6kSystemProcessCount 1.3.6.1.4.1.2.6.12.2.7.1 gauge read-only
The number of processes in table.
                       sm6kSystemProcessTable 1.3.6.1.4.1.2.6.12.2.7.2 no-access
Process table.
                           sm6kSystemProcessEntry 1.3.6.1.4.1.2.6.12.2.7.2.1 no-access
Each entry contains objects for a particular file system.
                               sm6kSystemProcessLoginUser 1.3.6.1.4.1.2.6.12.2.7.2.1.1 displaystring read-only
Name of user to whom process belongs.
                               sm6kSystemProcessPID 1.3.6.1.4.1.2.6.12.2.7.2.1.2 integer read-only
Process ID
                               sm6kSystemProcessParentPID 1.3.6.1.4.1.2.6.12.2.7.2.1.3 integer read-only
Parent Process ID
                               sm6kSystemProcessCPUTime 1.3.6.1.4.1.2.6.12.2.7.2.1.4 timeticks read-only
Total CPU Time used since startup
                               sm6kSystemProcessUserTime 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.
                               sm6kSystemProcessSystemTime 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.
                               sm6kSystemProcessPageFaultsIO 1.3.6.1.4.1.2.6.12.2.7.2.1.7 counter read-only
Number of Page faults requiring I/O.
                               sm6kSystemProcessPageFaultsNoIO 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.
                               sm6kSystemProcessPriority 1.3.6.1.4.1.2.6.12.2.7.2.1.9 integer read-only
Process Priority
                               sm6kSystemProcessNice 1.3.6.1.4.1.2.6.12.2.7.2.1.10 integer read-only
Process Nice Value
                               sm6kSystemProcessState 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.
                               sm6kSystemProcessWait 1.3.6.1.4.1.2.6.12.2.7.2.1.12 integer read-only
Process wait reason Enumeration: 'none': 666, 'pageFree': 8, 'lock': 2, 'pageIn': 5, 'cp': 4, 'pLock': 7, 'timer': 3, 'memory': 9, 'pageOut': 6, 'event': 1.
                               sm6kSystemProcessDataResidentSetSize 1.3.6.1.4.1.2.6.12.2.7.2.1.13 integer read-only
Data resident set size in kilobytes.
                               sm6kSystemProcessTextResidentSetSize 1.3.6.1.4.1.2.6.12.2.7.2.1.14 integer read-only
Text resident set size in kilobytes.
                               sm6kSystemProcessImageSize 1.3.6.1.4.1.2.6.12.2.7.2.1.15 integer read-only
Data Virtual Memory size
                               sm6kSystemProcessDataVirtualMemorySize 1.3.6.1.4.1.2.6.12.2.7.2.1.16 integer read-only
Data Virtual Memory size
                               sm6kSystemProcessPercentMemory 1.3.6.1.4.1.2.6.12.2.7.2.1.17 integer read-only
Percentage of real memory used.
                               sm6kSystemProcessCPU 1.3.6.1.4.1.2.6.12.2.7.2.1.18 integer read-only
Some measure of CPU use.
                               sm6kSystemProcessStartTime 1.3.6.1.4.1.2.6.12.2.7.2.1.19 displaystring read-only
Process starting time.
                               sm6kSystemProcessCommand 1.3.6.1.4.1.2.6.12.2.7.2.1.20 displaystring read-only
Process starting command.
                               sm6kSystemProcessLoginUID 1.3.6.1.4.1.2.6.12.2.7.2.1.21 integer read-only
Login User ID
                               sm6kSystemProcessEffectiveUID 1.3.6.1.4.1.2.6.12.2.7.2.1.22 integer read-only
Effective User ID
                               sm6kSystemProcessEffectiveGID 1.3.6.1.4.1.2.6.12.2.7.2.1.23 integer read-only
Effective Group ID
                               sm6kSystemProcessEffectiveGroupName 1.3.6.1.4.1.2.6.12.2.7.2.1.24 displaystring read-only
Effective Group Name
                               sm6kSystemProcessSUID 1.3.6.1.4.1.2.6.12.2.7.2.1.25 integer read-only
Saved User ID
                               sm6kSystemProcessPgrp 1.3.6.1.4.1.2.6.12.2.7.2.1.26 integer read-only
Process group
                               sm6kSystemProcessPFlags 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
                               sm6kSystemProcessAdspace 1.3.6.1.4.1.2.6.12.2.7.2.1.28 integer read-only
Process Address space
                               sm6kSystemProcessTTYp 1.3.6.1.4.1.2.6.12.2.7.2.1.29 integer read-only
Whether process has a controlling tty
                               sm6kSystemProcessTTYd 1.3.6.1.4.1.2.6.12.2.7.2.1.30 integer read-only
Process's Controlling TTY
                               sm6kSystemProcessNSwap 1.3.6.1.4.1.2.6.12.2.7.2.1.31 counter read-only
Number of times process swapped out
                               sm6kSystemProcessInblocks 1.3.6.1.4.1.2.6.12.2.7.2.1.32 counter read-only
File blocks input
                               sm6kSystemProcessOutblocks 1.3.6.1.4.1.2.6.12.2.7.2.1.33 counter read-only
File blocks output
                               sm6kSystemProcessMsgsnd 1.3.6.1.4.1.2.6.12.2.7.2.1.34 counter read-only
Number of IPC Messages sent
                               sm6kSystemProcessMsgrcv 1.3.6.1.4.1.2.6.12.2.7.2.1.35 counter read-only
Number of IPC Messages received
                               sm6kSystemProcessNsignals 1.3.6.1.4.1.2.6.12.2.7.2.1.36 counter read-only
Number of Signals delivered
                               sm6kSystemProcessNVcsw 1.3.6.1.4.1.2.6.12.2.7.2.1.37 counter read-only
Number of Voluntary context switches
                               sm6kSystemProcessNIvcsw 1.3.6.1.4.1.2.6.12.2.7.2.1.38 counter read-only
Number of Involuntary context switches
                               sm6kSystemProcessArguments 1.3.6.1.4.1.2.6.12.2.7.2.1.39 displaystring read-only
Process command syntax in full path
                               sm6kSystemProcessSignal 1.3.6.1.4.1.2.6.12.2.7.2.1.40 integer read-only
Sends a signal to process when set 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.
                   sm6kSystemUsers 1.3.6.1.4.1.2.6.12.2.8
                       sm6kSystemUsersLoggedIn 1.3.6.1.4.1.2.6.12.2.8.1 gauge read-only
The number of users logged in
                       sm6kSystemUsersTable 1.3.6.1.4.1.2.6.12.2.8.2 no-access
User table.
                           sm6kSystemUsersEntry 1.3.6.1.4.1.2.6.12.2.8.2.1 no-access
Each entry contains objects for a particular user.
                               sm6kSystemUsersName 1.3.6.1.4.1.2.6.12.2.8.2.1.1 displaystring read-only
User name
                               sm6kSystemUsersLine 1.3.6.1.4.1.2.6.12.2.8.2.1.2 displaystring read-only
Device name
                               sm6kSystemUsersTime 1.3.6.1.4.1.2.6.12.2.8.2.1.3 displaystring read-only
Login time
                               sm6kSystemUsersPID 1.3.6.1.4.1.2.6.12.2.8.2.1.4 integer read-only
Process ID
                               sm6kSystemUsersRemoteHost 1.3.6.1.4.1.2.6.12.2.8.2.1.5 displaystring read-only
Remote hostname
                   sm6kSystemUtilization 1.3.6.1.4.1.2.6.12.2.9
                       sm6kSystemUtilizationCPU 1.3.6.1.4.1.2.6.12.2.9.1
                           sm6kSystemUtilizationCPUPollingInterval 1.3.6.1.4.1.2.6.12.2.9.1.1 integer read-only
Polling Interval for CPU data
                           sm6kSystemUtilizationCPUCount 1.3.6.1.4.1.2.6.12.2.9.1.2 integer read-only
Number of CPUs in system
                           sm6kSystemUtilizationCPUTable 1.3.6.1.4.1.2.6.12.2.9.1.3 no-access
CPU Utilization table.
                               sm6kSystemUtilizationCPUEntry 1.3.6.1.4.1.2.6.12.2.9.1.3.1 no-access
Each entry contains CPU over a different interval
                                   sm6kSystemUtilizationCPUIntervalName 1.3.6.1.4.1.2.6.12.2.9.1.3.1.1 displaystring read-only
Description of interval
                                   sm6kSystemUtilizationCPUIntervalStartTime 1.3.6.1.4.1.2.6.12.2.9.1.3.1.2 displaystring read-only
Start time of interval
                                   sm6kSystemUtilizationCPUIntervalLength 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
                                   sm6kSystemUtilizationCPUUser 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
                                   sm6kSystemUtilizationCPUSystem 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
                                   sm6kSystemUtilizationCPUIdle 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
                                   sm6kSystemUtilizationCPUWait 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
                                   sm6kSystemUtilizationCPUBusy 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
                                   sm6kSystemUtilizationCPUUserMinimum 1.3.6.1.4.1.2.6.12.2.9.1.3.1.9 integer read-only
Minimum Percent CPU user mode
                                   sm6kSystemUtilizationCPUSystemMinimum 1.3.6.1.4.1.2.6.12.2.9.1.3.1.10 integer read-only
Minimum Percent CPU system mode
                                   sm6kSystemUtilizationCPUIdleMinimum 1.3.6.1.4.1.2.6.12.2.9.1.3.1.11 integer read-only
Minimum Percent CPU idle mode
                                   sm6kSystemUtilizationCPUWaitMinimum 1.3.6.1.4.1.2.6.12.2.9.1.3.1.12 integer read-only
Minimum Percent CPU idle mode
                                   sm6kSystemUtilizationCPUBusyMinimum 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
                                   sm6kSystemUtilizationCPUUserMaximum 1.3.6.1.4.1.2.6.12.2.9.1.3.1.14 integer read-only
Maximum Percent CPU user mode
                                   sm6kSystemUtilizationCPUSystemMaximum 1.3.6.1.4.1.2.6.12.2.9.1.3.1.15 integer read-only
Maximum Percent CPU system mode
                                   sm6kSystemUtilizationCPUIdleMaximum 1.3.6.1.4.1.2.6.12.2.9.1.3.1.16 integer read-only
Maximum Percent CPU idle mode
                                   sm6kSystemUtilizationCPUWaitMaximum 1.3.6.1.4.1.2.6.12.2.9.1.3.1.17 integer read-only
Maximum Percent CPU idle mode
                                   sm6kSystemUtilizationCPUBusyMaximum 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
                                   sm6kSystemUtilizationCPUNumber 1.3.6.1.4.1.2.6.12.2.9.1.3.1.19 integer read-only
CPU Number this row applies to
                       sm6kSystemUtilizationKernel 1.3.6.1.4.1.2.6.12.2.9.2
                           sm6kSystemUtilizationKernelPollingInterval 1.3.6.1.4.1.2.6.12.2.9.2.1 integer read-only
Polling Interval for Utilization kernel data
                           sm6kSystemUtilizationKernelTable 1.3.6.1.4.1.2.6.12.2.9.2.2 no-access
Kernel statistics table.
                               sm6kSystemUtilizationKernelEntry 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
                                   sm6kSystemUtilizationKernelName 1.3.6.1.4.1.2.6.12.2.9.2.2.1.1 displaystring read-only
Description of interval
                                   sm6kSystemUtilizationKernelIntervalStartTime 1.3.6.1.4.1.2.6.12.2.9.2.2.1.2 displaystring read-only
Start time of interval
                                   sm6kSystemUtilizationKernelIntervalLength 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
                                   sm6kSystemUtilizationKernelContextSwitches 1.3.6.1.4.1.2.6.12.2.9.2.2.1.4 integer read-only
Total number of context switches
                                   sm6kSystemUtilizationKernelSystemCalls 1.3.6.1.4.1.2.6.12.2.9.2.2.1.5 integer read-only
Total number of system calls
                                   sm6kSystemUtilizationKernelSystemReads 1.3.6.1.4.1.2.6.12.2.9.2.2.1.6 integer read-only
Total number of system reads
                                   sm6kSystemUtilizationKernelSystemWrites 1.3.6.1.4.1.2.6.12.2.9.2.2.1.7 integer read-only
Total number of system writes
                                   sm6kSystemUtilizationKernelForks 1.3.6.1.4.1.2.6.12.2.9.2.2.1.8 integer read-only
Total number of forks system calls
                                   sm6kSystemUtilizationKernelExecs 1.3.6.1.4.1.2.6.12.2.9.2.2.1.9 integer read-only
Total number of EXEC system calls
                                   sm6kSystemUtilizationKernelRunQueue 1.3.6.1.4.1.2.6.12.2.9.2.2.1.10 integer read-only
Number of jobs in the run queue
                                   sm6kSystemUtilizationKernelSwapQueue 1.3.6.1.4.1.2.6.12.2.9.2.2.1.11 integer read-only
Number of jobs in the swap queue
                                   sm6kSystemUtilizationKernelSemaphores 1.3.6.1.4.1.2.6.12.2.9.2.2.1.12 integer read-only
Total number of semaphore operations
                                   sm6kSystemUtilizationKernelMessages 1.3.6.1.4.1.2.6.12.2.9.2.2.1.13 integer read-only
Total number of message operations
                                   sm6kSystemUtilizationKernelProcessOverflow 1.3.6.1.4.1.2.6.12.2.9.2.2.1.14 integer read-only
Total number of process creation failures
                                   sm6kSystemUtilizationKernelBytesRead 1.3.6.1.4.1.2.6.12.2.9.2.2.1.15 integer read-only
Total bytes read
                                   sm6kSystemUtilizationKernelBytesWritten 1.3.6.1.4.1.2.6.12.2.9.2.2.1.16 integer read-only
Total bytes written
                                   sm6kSystemUtilizationKernelRawTTYOut 1.3.6.1.4.1.2.6.12.2.9.2.2.1.17 integer read-only
Total raw TTY out count
                                   sm6kSystemUtilizationKernelContextSwitchesMinimum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.18 integer read-only
Minimum context switches
                                   sm6kSystemUtilizationKernelSystemCallsMinimum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.19 integer read-only
Minimum system calls
                                   sm6kSystemUtilizationKernelSystemReadsMinimum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.20 integer read-only
Minimum system reads
                                   sm6kSystemUtilizationKernelSystemWritesMinimum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.21 integer read-only
Minimum system writes
                                   sm6kSystemUtilizationKernelForksMinimum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.22 integer read-only
Minimum forks
                                   sm6kSystemUtilizationKernelExecsMinimum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.23 integer read-only
Minimum execs
                                   sm6kSystemUtilizationKernelRunQueueMinimum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.24 integer read-only
Minimum run queue length
                                   sm6kSystemUtilizationKernelSwapQueueMinimum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.25 integer read-only
Minimum swap queue length
                                   sm6kSystemUtilizationKernelSemaphoresMinimum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.26 integer read-only
Minimum semaphore operations
                                   sm6kSystemUtilizationKernelMessagesMinimum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.27 integer read-only
Minimum message operations
                                   sm6kSystemUtilizationKernelProcessOverflowMinimum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.28 integer read-only
Minimum process creation failures
                                   sm6kSystemUtilizationKernelBytesReadMinimum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.29 integer read-only
Minimum bytes read
                                   sm6kSystemUtilizationKernelBytesWrittenMinimum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.30 integer read-only
Minimum bytes written
                                   sm6kSystemUtilizationKernelRawTTYOutMinimum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.31 integer read-only
Minimum raw TTY out count
                                   sm6kSystemUtilizationKernelContextSwitchesMaximum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.32 integer read-only
Maximum context switches
                                   sm6kSystemUtilizationKernelSystemCallsMaximum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.33 integer read-only
Maximum system calls
                                   sm6kSystemUtilizationKernelSystemReadsMaximum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.34 integer read-only
Maximum system reads
                                   sm6kSystemUtilizationKernelSystemWritesMaximum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.35 integer read-only
Maximum system writes
                                   sm6kSystemUtilizationKernelForksMaximum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.36 integer read-only
Maximum forks
                                   sm6kSystemUtilizationKernelExecsMaximum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.37 integer read-only
Maximum execs
                                   sm6kSystemUtilizationKernelRunQueueMaximum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.38 integer read-only
Maximum run queue length
                                   sm6kSystemUtilizationKernelSwapQueueMaximum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.39 integer read-only
Maximum swap queue length
                                   sm6kSystemUtilizationKernelSemaphoresMaximum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.40 integer read-only
Maximum semaphore operations
                                   sm6kSystemUtilizationKernelMessagesMaximum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.41 integer read-only
Maximum message operations
                                   sm6kSystemUtilizationKernelProcessOverflowMaximum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.42 integer read-only
Maximum process creation failures
                                   sm6kSystemUtilizationKernelBytesReadMaximum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.43 integer read-only
Maximum bytes read
                                   sm6kSystemUtilizationKernelBytesWrittenMaximum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.44 integer read-only
Maximum bytes written
                                   sm6kSystemUtilizationKernelRawTTYOutMaximum 1.3.6.1.4.1.2.6.12.2.9.2.2.1.45 integer read-only
Maximum raw TTY out count
                       sm6kSystemUtilizationIostat 1.3.6.1.4.1.2.6.12.2.9.3
                           sm6kSystemUtilizationIostatPollingInterval 1.3.6.1.4.1.2.6.12.2.9.3.1 integer read-only
Polling interval for IO statistics data
                           sm6kSystemUtilizationIostatTable 1.3.6.1.4.1.2.6.12.2.9.3.2 no-access
Input/Output statistics table.
                               sm6kSystemUtilizationIostatEntry 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
                                   sm6kSystemUtilizationIostatName 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
                                   sm6kSystemUtilizationIostatIntervalStartTime 1.3.6.1.4.1.2.6.12.2.9.3.2.1.2 displaystring read-only
Start time of interval
                                   sm6kSystemUtilizationIostatIntervalLength 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
                                   sm6kSystemUtilizationIostatPercentTimeActive 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
                                   sm6kSystemUtilizationIostatKilobytesTransferRate 1.3.6.1.4.1.2.6.12.2.9.3.2.1.5 integer read-only
Average Transfer Rate
                                   sm6kSystemUtilizationIostatTransfers 1.3.6.1.4.1.2.6.12.2.9.3.2.1.6 integer read-only
Average Number of Transfers
                                   sm6kSystemUtilizationIostatKilobytesRead 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
                                   sm6kSystemUtilizationIostatKilobytesWritten 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
                                   sm6kSystemUtilizationIostatPercentTimeActiveMinimum 1.3.6.1.4.1.2.6.12.2.9.3.2.1.9 integer read-only
Minimum Percent Time Active
                                   sm6kSystemUtilizationIostatKilobytesTransferRateMinimum 1.3.6.1.4.1.2.6.12.2.9.3.2.1.10 integer read-only
Minimum Transfer Rate
                                   sm6kSystemUtilizationIostatTransfersMinimum 1.3.6.1.4.1.2.6.12.2.9.3.2.1.11 integer read-only
Minimum Number of Transfers
                                   sm6kSystemUtilizationIostatKilobytesReadMinimum 1.3.6.1.4.1.2.6.12.2.9.3.2.1.12 integer read-only
Minimum kilobytes read
                                   sm6kSystemUtilizationIostatKilobytesWrittenMinimum 1.3.6.1.4.1.2.6.12.2.9.3.2.1.13 integer read-only
Minimum kilobytes written
                                   sm6kSystemUtilizationIostatPercentTimeActiveMaximum 1.3.6.1.4.1.2.6.12.2.9.3.2.1.14 integer read-only
Maximum percentage Time Active
                                   sm6kSystemUtilizationIostatKilobytesTransferRateMaximum 1.3.6.1.4.1.2.6.12.2.9.3.2.1.15 integer read-only
Maximum Transfer Rate
                                   sm6kSystemUtilizationIostatTransfersMaximum 1.3.6.1.4.1.2.6.12.2.9.3.2.1.16 integer read-only
Maximum Number of Transfers
                                   sm6kSystemUtilizationIostatKilobytesReadMaximum 1.3.6.1.4.1.2.6.12.2.9.3.2.1.17 integer read-only
Maximum Number of Kilobytes read
                                   sm6kSystemUtilizationIostatKilobytesWrittenMaximum 1.3.6.1.4.1.2.6.12.2.9.3.2.1.18 integer read-only
Maximum Number of Kilobytes written
                   sm6kSystemReboot 1.3.6.1.4.1.2.6.12.2.10
                         sm6kSystemRebootTimer 1.3.6.1.4.1.2.6.12.2.10.1 integer read-write
Setting this to n will cause a reboot in n seconds
                   sm6kSystemMiscellaneous 1.3.6.1.4.1.2.6.12.2.11
                         sm6kSystemMiscellaneousTimeText 1.3.6.1.4.1.2.6.12.2.11.1 displaystring read-only
Current System Time
                         sm6kSystemMiscellaneousTime 1.3.6.1.4.1.2.6.12.2.11.2 counter read-only
Current system time, seconds since reference time
                         sm6kSystemMiscellaneousRandom 1.3.6.1.4.1.2.6.12.2.11.3 integer read-only
A random number generated by the random() call
                         sm6kSystemMiscellaneousFreeSpace 1.3.6.1.4.1.2.6.12.2.11.4 integer read-only
Unallocated space in active volume groups, in kilobytes
                         sm6kSystemMiscellaneousPublicKey 1.3.6.1.4.1.2.6.12.2.11.5 displaystring read-write
Reserved.
                         sm6kSystemMiscellaneousLocalSocket 1.3.6.1.4.1.2.6.12.2.11.6 integer read-only
Reserved.
               sm6kNetworkInformation 1.3.6.1.4.1.2.6.12.3
                   sm6kNetworkSessionInformation 1.3.6.1.4.1.2.6.12.3.1
                       sm6kNetworkSessionCount 1.3.6.1.4.1.2.6.12.3.1.1 integer read-only
The number of open sessions.
                       sm6kNetworkSessionTable 1.3.6.1.4.1.2.6.12.3.1.2 no-access
Session table - list of nodes with which this agent is communicating.
                           sm6kNetworkSessionEntry 1.3.6.1.4.1.2.6.12.3.1.2.1 no-access
Each entry contains objects for a particular device
                               sm6kNetworkSessionName 1.3.6.1.4.1.2.6.12.3.1.2.1.1 displaystring read-only
Name or IP address of the node in Systems Monitor session
                               sm6kNetworkSessionCurrentState 1.3.6.1.4.1.2.6.12.3.1.2.1.2 integer read-only
Last known state of session Enumeration: 'down': 1, 'up': 2.
                               sm6kNetworkSessionLastStateChange 1.3.6.1.4.1.2.6.12.3.1.2.1.3 displaystring read-only
Time at which session state last changed.
                               sm6kNetworkSessionLastPollAttempt 1.3.6.1.4.1.2.6.12.3.1.2.1.4 displaystring read-only
Time at which session was last polled.
                               sm6kNetworkSessionAddressFamily 1.3.6.1.4.1.2.6.12.3.1.2.1.5 integer read-only
Address family used to communicate with session Enumeration: 'hylink': 15, 'osi': 7, 'unix': 1, 'intf': 20, 'rif': 21, 'implink': 3, 'reserved31': 31, 'netware': 22, 'unknown': 65535, 'dli': 13, 'sna': 11, 'chaos': 5, 'datakit': 9, 'ns': 6, 'reserved32': 32, 'inet': 2, 'reserved30': 30, 'ccitt': 10, 'xtpPseudo': 19, 'link': 18, 'decnet': 12, 'lat': 14, 'pup': 4, 'route': 17, 'reserved28': 28, 'reserved29': 29, 'appletalk': 16, 'reserved26': 26, 'reserved23': 23, 'reserved24': 24, 'reserved25': 25, 'ecma': 8, 'reserved27': 27.
                               sm6kNetworkSessionNetAddress 1.3.6.1.4.1.2.6.12.3.1.2.1.6 displaystring read-only
Remote Address of session.
                               sm6kNetworkSessionTransmitAttempts 1.3.6.1.4.1.2.6.12.3.1.2.1.7 counter read-only
Number of send transmit attempts made on session.
                               sm6kNetworkSessionPacketsReceived 1.3.6.1.4.1.2.6.12.3.1.2.1.8 counter read-only
Number of packets received on session.
                               sm6kNetworkSessionLastTransmitTime 1.3.6.1.4.1.2.6.12.3.1.2.1.9 displaystring read-only
Last Time at which a transmission was sent
                               sm6kNetworkSessionLastReceiveTime 1.3.6.1.4.1.2.6.12.3.1.2.1.10 displaystring read-only
Last Time at which a packet was received
                               sm6kNetworkSessionMinimumResponseTime 1.3.6.1.4.1.2.6.12.3.1.2.1.11 integer read-only
Minimum round-trip time to session since start-up.
                               sm6kNetworkSessionRecentAverageResponseTime 1.3.6.1.4.1.2.6.12.3.1.2.1.12 integer read-only
Average response time for the most recent queries.
                               sm6kNetworkSessionLifeTimeAverageResponseTime 1.3.6.1.4.1.2.6.12.3.1.2.1.13 integer read-only
Average response time since start-up.
                               sm6kNetworkSessionMaximumResponseTime 1.3.6.1.4.1.2.6.12.3.1.2.1.14 integer read-only
Maximum round-trip time to session since start-up.
               sm6kCommand 1.3.6.1.4.1.2.6.12.4
                   sm6kCommandTable 1.3.6.1.4.1.2.6.12.4.1 no-access
Command table.
                       sm6kCommandEntry 1.3.6.1.4.1.2.6.12.4.1.1 no-access
Each entry contains objects for a particular command.
                           sm6kCommandState 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.
                           sm6kCommandName 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 sm6kCommandState is sm6kCommandState.sm6kCommandName, where each octet in sm6kCommandName is a value in dot notation for the variable.
                           sm6kCommandDescription 1.3.6.1.4.1.2.6.12.4.1.1.3 displaystring read-write
Command description for the command to execute.
                           sm6kCommandOwnerID 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.
                           sm6kCommandGetStringAndParameters 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 sm6kCommandDisplayStringResult, sm6kCommandIntegerResult, sm6kCommandCounterResult, or sm6kCommandGaugeResult 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
                           sm6kCommandSetStringAndParameters 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 sm6kCommandDisplayStringResult, sm6kCommandIntegerResult, sm6kCommandCounterResult, or sm6kCommandGaugeResult for the command to be executed. The SM6K_COMMAND_SET_VALUE contains the value from the SET request. 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
                           sm6kCommandTimeOutValue 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.
                           sm6kCommandCountToLive 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.
                           sm6kCommandTimeToLive 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.
                           sm6kCommandOutputResultIndex 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.
                           sm6kCommandOutputRowIndex 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.
                           sm6kCommandOutputColumnIndex 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.
                           sm6kCommandDisplayStringResult 1.3.6.1.4.1.2.6.12.4.1.1.13 displaystring read-write
Command output for ASCII.
                           sm6kCommandIntegerResult 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.
                           sm6kCommandCounterResult 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.
                           sm6kCommandGaugeResult 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.
                           sm6kCommandExecutionReturnCode 1.3.6.1.4.1.2.6.12.4.1.1.17 integer read-only
Command return code from the command execution.
                           sm6kCommandStandardError 1.3.6.1.4.1.2.6.12.4.1.1.18 displaystring read-only
Standard error output from the command execution.
               sm6kThreshold 1.3.6.1.4.1.2.6.12.5
                   sm6kThresholdTable 1.3.6.1.4.1.2.6.12.5.1 no-access
Threshold table.
                       sm6kThresholdEntry 1.3.6.1.4.1.2.6.12.5.1.1 no-access
Each entry contains objects for a particular threshold.
                           sm6kThresholdState 1.3.6.1.4.1.2.6.12.5.1.1.1 integer read-write
State for the threshold operation. The store operation allows the saving of the MIB variable data in a file during the threshold polling process. The threshold operation checks the value of retrieved variables against a threshold; these operations can be combined. Enumeration: 'disabled': 1, 'enabledThresholdStore': 5, 'enabledStoreOnly': 4, 'enabledThresholdOnly': 3, 'invalid': 2.
                           sm6kThresholdName 1.3.6.1.4.1.2.6.12.5.1.1.2 displaystring read-write
This field is used as a label and as the SNMP instance identifier for variables in this row. The threshold name is appended to the row variable to uniquely identify the instance variable. For example, the instance of sm6kThresholdState (object ID .1.3.6.1.4.1.2.6.12.5.1.1.1) for a threshold entry named A is 65, with the full object identifier being .1.3.6.1.4.1.2.6.12.5.1.1.1.65. Each octet in in sm6kThresholdName is a value in dot notation for the variable.
                           sm6kThresholdDescription 1.3.6.1.4.1.2.6.12.5.1.1.3 displaystring read-write
This is a description of the threshold being performed for the benefit of administrators only; it is not used by the agent.
                           sm6kThresholdOwnerID 1.3.6.1.4.1.2.6.12.5.1.1.4 displaystring read-write
Owner ID (IP address or hostname) who generated this entry (not currently used).
                           sm6kThresholdLocalRemoteMIBVariable 1.3.6.1.4.1.2.6.12.5.1.1.5 displaystring read-write
This field specifies the MIB variable on which thresholding is to be performed, in dotted numeric notation, followed by an instance identifier. For example, to perform threshold checking mib-2.interfaces.ifTable.ifEntry.ifInErrors (object ID .1.3.6.1.2.1.2.2.1.14) for interface 1, this field would contain .1.3.6.1.2.1.2.2.1.14.1. To perform threshold checking on all instances of a variable, an asterisk can be used. In the previous example, to perform threshold checking on all interfaces, the object ID .1.3.6.1.2.1.2.2.1.14.* would be entered. The instance ID can also be a non-numeric string, in which case each octet in the string is converted to an object identifier. For example, to threshold on the sm6kSystemFileSystemPercentUsed variable (object ID .1.3.6.1.4.1.2.6.12.2.5.2.1.4) for the /usr directory, .1.3.6.1.4.1.2.6.12.2.5.2.1.4./usr would be placed in this field since the Systems Monitor filesystem table uses the directory name as the index. Most of the tables supported by the Systems Monitor use a name as an index, so using the character form of the name provides a simple way to specify an instance identifier. If a name followed by a colon is prepended to the object identifier, it is taken to be an alias for a group of nodes (if defined in the Systems Monitor Alias Table) or the name of a remote node. For example, entering aixnm007:1.3.6.1.2.1.2.2.1.14.* will cause threshold checking to be performed on all instances of ifInErrors on machine aixnm007. If aixnm007 is defined in the Alias Table as an alias for a group of machines, threshold checking of these variables will be done for every machine in the group.
                           sm6kThresholdCondition 1.3.6.1.4.1.2.6.12.5.1.1.6 displaystring read-write
Condition operation for threshold value. Allowed conditions are: =, >, >=, <, <=, !=, !, &, |, changes, doesNotChange, exists, doesNotExist. The change condition causes a watchdog operation to be performed. That is, if the value changes between consecutive polls, the condition is satisfied. (The threshold value is ignored in this case). Similarly, the exist/doesNotExist checks for the actual existence of the MIB variable; this is useful for checking for the existence of rows in a table. The & and | conditions cause the MIB variable value to be ANDed/Ored with threshold value; if the result is nonzero, the condition is met and the trap and/or command to execute is performed. NOTE: Thresholds for Counter variables are computed by calculating the change per second in the sampled values and comparing these against the threshold value. In the case of Gauge and INTEGER variables, the actual value of the variable is checked against the threshold value. The keywords 'delta' and 'value', if placed in front of the condition (and separated from it by a space) will override this default behavior. For example, a condition of 'value >' will cause threshold checking to be performed against the actual value rather than the change in the value even if the selected MIB variable is a Counter; a condition of 'delta >' causes the change in the variable (from the previous value) to be checked against the threshold, regardless of the type of the variable.
                           sm6kThresholdValue 1.3.6.1.4.1.2.6.12.5.1.1.7 displaystring read-write
This field specifies the value against which retrieved variables are checked. The type of check which is done depends on the type of the retrieved variable. If the variable is numeric (INTEGER, Counter, etc.) this field is presumed to be a number, and a numeric comparison is performed using the specified threshold condition. If the retrieved variable is a DisplayString (OCTET STRING) and both the retrieved variable and this field can be converted to a floating point number, a floating-point comparison is done; otherwise a string comparison is done.
                           sm6kThresholdPollTime 1.3.6.1.4.1.2.6.12.5.1.1.8 displaystring read-write
Threshold polling time. Polling units are in minutes.
                           sm6kThresholdLastValue 1.3.6.1.4.1.2.6.12.5.1.1.9 displaystring read-write
Last threshold value retrieved, in human-readable form. If more than one numeric value was retrieved for the threshold (because an alias was used or because multiple instances were retrieved), this field contains the average of all the retrieved values.
                           sm6kThresholdIntegerDataMax 1.3.6.1.4.1.2.6.12.5.1.1.10 integer read-only
Maximum data value collected for the threshold being monitored, for variables which are INTEGERs.
                           sm6kThresholdIntegerDataMin 1.3.6.1.4.1.2.6.12.5.1.1.11 integer read-only
Integer minimum data value collected for the threshold being monitored.
                           sm6kThresholdIntegerDataAvg 1.3.6.1.4.1.2.6.12.5.1.1.12 integer read-only
Integer average data value collected for the threshold being calculated.
                           sm6kThresholdCounterGaugeDataMax 1.3.6.1.4.1.2.6.12.5.1.1.13 gauge read-only
Counter/gauge maximum data value collected for the threshold being monitored.
                           sm6kThresholdCounterGaugeDataMin 1.3.6.1.4.1.2.6.12.5.1.1.14 gauge read-only
Counter/gauge minimum data value collected for the threshold being monitored.
                           sm6kThresholdCounterGaugeDataAvg 1.3.6.1.4.1.2.6.12.5.1.1.15 gauge read-only
Counter/gauge average data value collected for the threshold being calculated.
                           sm6kThresholdDataSamples 1.3.6.1.4.1.2.6.12.5.1.1.16 counter read-write
Numbers of data samples collected for the integer, counter, or gauge maximum, minimum, and average threshold data collected. A SET of any value to this variable causes the maximum, minimum, and average to clear.
                           sm6kThresholdTrapDescription 1.3.6.1.4.1.2.6.12.5.1.1.17 displaystring read-write
A human-readable description for the trap to be generated; this description is sent in the trap for operator use. The environment variables listed below, pre-appended with a $ sign, are allowed in the trap description field. SM6K_THRESHOLD_CONDITION={condition in the threshold} SM6K_THRESHOLD_VALUE={threshold value} SM6K_THRESHOLD_ARMSTATE={-1 for arm, 0 for re-arm} SM6K_THRESHOLD_NODE={node on which threshold condition was met} SM6K_THRESHOLD_VAR_OID={Object ID of variable for the threshold} SM6K_THRESHOLD_VAR_TYPE={Integer|Counter|Gauge} SM6K_THRESHOLD_VAR_VALUE={value of variable for the threshold} SM6K_THRESHOLD_VAR_OLDVALUE={previous value of variable}
                           sm6kThresholdArmEnterprise 1.3.6.1.4.1.2.6.12.5.1.1.18 displaystring read-write
This field specifies the SNMP enterprise id for the trap which is to be sent when a threshold condition is met. If this is not set, a default will be used.
                           sm6kThresholdSpecificTrap 1.3.6.1.4.1.2.6.12.5.1.1.19 integer read-write
This field specifies a specific trap number to be sent when a threshold condition is met. If this value is zero, no trap will be sent.
                           sm6kThresholdCommandToExecute 1.3.6.1.4.1.2.6.12.5.1.1.20 displaystring read-write
Command to execute when threshold is met. A value of blank means no command is to be executed on a threshold met condition. 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_EXECUTION_REASON=Threshold SM6K_THRESHOLD_CONDITION={condition in the threshold} SM6K_THRESHOLD_VALUE={threshold value} SM6K_THRESHOLD_ARMSTATE={-1 for arm, 0 for re-arm} SM6K_THRESHOLD_NODE={node on which threshold condition was met} SM6K_THRESHOLD_VAR_OID={Object ID of variable for the threshold} SM6K_THRESHOLD_VAR_TYPE={Integer|Counter|Gauge} SM6K_THRESHOLD_VAR_VALUE={value of variable for the threshold} SM6K_THRESHOLD_VAR_OLDVALUE={previous value of variable}
                           sm6kThresholdReArmCondition 1.3.6.1.4.1.2.6.12.5.1.1.21 displaystring read-write
Condition operation for the rearm threshold value. Allowed conditions are the same as for the threshold value. Checking against the rearm condition is started when a threshold is reached and is stopped when the rearm condition is met. Once the rearm condition is met, the threshold condition operation is restarted. NOTE: Thresholds for Counter variables are computed by calculating the change per second in the sampled values and comparing these against the threshold value. In the case of Gauge and INTEGER variables, the actual value of the variable is checked against the threshold value. The keywords 'delta' and 'value', if placed in front of the condition (and separated from it by a space) will override this default behavior. For example, a condition of 'value >' will cause threshold checking to be performed against the actual value rather than the change in the value even if the selected MIB variable is a Counter; a condition of 'delta >' causes the change in the variable (from the previous value) to be checked against the threshold, regardless of the type of the variable.
                           sm6kThresholdReArmValue 1.3.6.1.4.1.2.6.12.5.1.1.22 displaystring read-write
This field specifies the value against which retrieved variables are checked. The type of check which is done depends on the type of the retrieved variable. If the variable is numeric (INTEGER, Counter, etc.) this field is presumed to be a number, and a numeric comparison is performed using the specified threshold condition. If the retrieved variable is a DisplayString (OCTET STRING) and both the retrieved variable and this field can be converted to a floating point number, a floating-point comparison is done; otherwise a string comparison is done.
                           sm6kThresholdReArmTrapDescription 1.3.6.1.4.1.2.6.12.5.1.1.23 displaystring read-write
Trap description for the generated rearm trap. The environment variables listed below, pre-appended with a $ sign, are allowed in the trap description field. SM6K_THRESHOLD_CONDITION={condition in the threshold} SM6K_THRESHOLD_VALUE={threshold value} SM6K_THRESHOLD_ARMSTATE={-1 for arm, 0 for re-arm} SM6K_THRESHOLD_NODE={node on which threshold condition was met} SM6K_THRESHOLD_VAR_OID={Object ID of variable for the threshold} SM6K_THRESHOLD_VAR_TYPE={Integer|Counter|Gauge} SM6K_THRESHOLD_VAR_VALUE={value of variable for the threshold} SM6K_THRESHOLD_VAR_OLDVALUE={previous value of variable}
                           sm6kThresholdReArmEnterprise 1.3.6.1.4.1.2.6.12.5.1.1.24 displaystring read-write
This field specifies the SNMP enterprise id for the trap which is to be sent when a rearm condition is met. If this is not set, a default will be used.
                           sm6kThresholdReArmSpecificTrap 1.3.6.1.4.1.2.6.12.5.1.1.25 integer read-write
This field specifies a specific trap number to be sent when a rearm condition is met. If this value is zero, no trap will be sent.
                           sm6kThresholdReArmCommandToExecute 1.3.6.1.4.1.2.6.12.5.1.1.26 displaystring read-write
Command to execute when the rearm threshold is met. A value of blank means no command will be executed on a rearm threshold met condition. 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_EXECUTION_REASON=Threshold SM6K_THRESHOLD_CONDITION={condition in the threshold} SM6K_THRESHOLD_VALUE={threshold value} SM6K_THRESHOLD_ARMSTATE={-1 for arm, 0 for re-arm} SM6K_THRESHOLD_NODE={node on which threshold condition was met} SM6K_THRESHOLD_VAR_OID={Object ID of variable for the threshold} SM6K_THRESHOLD_VAR_TYPE={integer|counter|gauge} SM6K_THRESHOLD_VAR_VALUE={value of variable for the threshold} SM6K_THRESHOLD_VAR_OLDVALUE={previous value of variable}
                           sm6kThresholdLastChangedSession 1.3.6.1.4.1.2.6.12.5.1.1.27 displaystring read-write
This field contains the name of the last node for which a threshold arm/rearm condition was met.
                           sm6kThresholdStandardError 1.3.6.1.4.1.2.6.12.5.1.1.28 displaystring read-write
This field contains informational and error messages for this threshold entry.
                           sm6kThresholdLastResponseTime 1.3.6.1.4.1.2.6.12.5.1.1.29 displaystring read-write
This field contains the last time a (valid or invalid) response was received to a poll request.
                           sm6kThresholdResponseCount 1.3.6.1.4.1.2.6.12.5.1.1.30 counter read-only
Number of responses received to date.
                           sm6kThresholdTimeoutCount 1.3.6.1.4.1.2.6.12.5.1.1.31 counter read-only
Number of timeout conditions, indicating no response or an overrun condition (polling speed faster than the response time from the node(s) being queried).
                           sm6kThresholdNoValueCount 1.3.6.1.4.1.2.6.12.5.1.1.32 counter read-only
Number of responses received containing no values. These responses may be caused by an invalid community name, by a remote SNMP subagent being down, or by a thresholding on a variable for which no instances exist.
               sm6kAnalysis 1.3.6.1.4.1.2.6.12.6
                   sm6kAnalysisTable 1.3.6.1.4.1.2.6.12.6.1 no-access
Analysis table.
                       sm6kAnalysisEntry 1.3.6.1.4.1.2.6.12.6.1.1 no-access
Each entry contains objects for a particular analysis.
                           sm6kAnalysisState 1.3.6.1.4.1.2.6.12.6.1.1.1 integer read-write
State for the analysis operation: disabled (1), invalid (2), or enabled (3). Enumeration: 'disabled': 1, 'enabled': 3, 'invalid': 2.
                           sm6kAnalysisName 1.3.6.1.4.1.2.6.12.6.1.1.2 displaystring read-write
Analysis name for use as a label and row instance. The selection of a row in the table uses the analysis name as the instance for row selection. The analysis name is appended to the row variable to uniquely identify the instance variable. For example, the instance of sm6kAnalysisState is sm6kAnalysisState.sm6kAnalysisName, where each octet in sm6kAnalysisName is a value in dot notation for the variable.
                           sm6kAnalysisDescription 1.3.6.1.4.1.2.6.12.6.1.1.3 displaystring read-write
Analysis description for the analysis operation.
                           sm6kAnalysisOwnerID 1.3.6.1.4.1.2.6.12.6.1.1.4 displaystring read-write
Owner ID (IP address or hostname) who generated the command entry. This must be initialized by the user.
                           sm6kAnalysisLocalRemoteMIBVariableExpression 1.3.6.1.4.1.2.6.12.6.1.1.5 displaystring read-write
Analysis MIB variable expression. The expression can be any expression comprised of local or remote node MIB variables with the following high to low precedence and left to right associativity of operators: () : grouping - : unary minus * : multiplication, / : division, % : remainder + : addition, - : subtraction << : bitwise left shift, >> : bitwise right shift & : bitwise AND ^ : bitwise exclusive OR | : bitwise inclusive OR Expression evaluation/operators are based on standard c program execution. Built-in functions available within expressions include: @sum(MIB variable, MIB variable, ...) - returns the sum of all values. @avg(MIB variable, MIB variable, ...) - returns the average of all values. @min(MIB variable, MIB variable, ...) - returns the minimum of all values. @max(MIB variable, MIB variable, ...) - returns the maximum of all values. @diff(MIB variable expression, MIB variable expression) - returns the positive difference in the two expressions. @abs(MIB variable expression) - returns the positive value of the expression. @rand() - returns a random number between 0 and 42949667295. To use remote MIB variables, the alias name, host name, or IP address can be pre-appended to the MIB variable binding. Also, the object ID can accept a wildcard value (*). When MIB variables resolve to multiple values or nodes outside of the built-in functions, all resolved values are averaged before use in the expression. For example, routers:.1.2.3.4.5.0/100, would result in the averaging of all values returned for this aliased MIB variable before the division by 100 operation is performed.
                           sm6kAnalysisPollTime 1.3.6.1.4.1.2.6.12.6.1.1.6 displaystring read-write
Analysis polling time. Polling units are decimal values appended by the unit: d - day, h - hour, m - minute, s - second, u - millisecond. If no unit is appended, the value is minutes. Multiple values/units are allowed (i.e. 1h45m = 1 hour, 45 minutes). The default is 1 minute. This polling value is used only by the MIB variable polling center for retrieval of the local or remote MIB variable for caching. This is required so that the MIB variable values are cached and not requested with GET requests when the expression is evaluated.
                           sm6kAnalysisResultIndex 1.3.6.1.4.1.2.6.12.6.1.1.7 integer read-write
Index to point to command output result type. The index defines how the expression is evaluated, either using signed arithmetic for integer or unsigned arithmetic for counter and gauge. The result for counter wraps on overflow or underflow; the result for gauge latches at 0 for underflow or 4294967295 for overflow. Enumeration: 'integer': 2, 'counter': 3, 'gauge': 4.
                           sm6kAnalysisIntegerResult 1.3.6.1.4.1.2.6.12.6.1.1.8 integer read-only
Integer result based on signed arithmetic.
                           sm6kAnalysisCounterResult 1.3.6.1.4.1.2.6.12.6.1.1.9 counter read-only
Counter result based on unsigned arithmetic; this wraps at the maximum or minimum value.
                           sm6kAnalysisGaugeResult 1.3.6.1.4.1.2.6.12.6.1.1.10 gauge read-only
Gauge result based on unsigned arithmetic; this latches at the maximum or minimum value.
                           sm6kAnalysisDisplayStringResult 1.3.6.1.4.1.2.6.12.6.1.1.11 displaystring read-only
Display result as a displayable string. This string is generated based on the ResultIndex for the type of the resultant expression: integer, counter, or gauge.
                           sm6kAnalysisReturnCode 1.3.6.1.4.1.2.6.12.6.1.1.12 integer read-only
Return code from the evaluation of the expression.
                           sm6kAnalysisStandardError 1.3.6.1.4.1.2.6.12.6.1.1.13 displaystring read-only
Standard error output from the evaluation of the expression.
               sm6kFilter 1.3.6.1.4.1.2.6.12.7
                   sm6kFilterDefaultAction 1.3.6.1.4.1.2.6.12.7.1 integer read-write
Global default as to whether or not the traps received are to be sent or blocked. If the trap matches a filter entry, the action specified is taken. If the trap doesn't match a filter entry and sendTraps is specified, the trap destinations from the trap destination table are used. Enumeration: 'blockTraps': 2, 'sendTraps': 1.
                   sm6kFilterTrapReception 1.3.6.1.4.1.2.6.12.7.2 integer read-write
Indicator of whether or not the AIX Systems Monitor/6000 subagent should connect to the snmp trap socket. If enabled (1), the traps will be read from the socket. If disabled (2), only traps generated by AIX Systems Monitor/6000 will be filtered by AIX Systems Monitor/6000 (ie. thresholding traps). Note: This field cannot be set to enabled if another process on the host is already receiving traps (ie. the manager). Conversely, another process on the host (ie. the manager) will not be able to receive traps if this field is set to enabled. Therefore, if a manager is running on the same host as the AIX Systems Monitor/6000, this field should be set to disabled. Enumeration: 'disabled': 2, 'enabled': 1.
                   sm6kFilterTotalTrapsReceived 1.3.6.1.4.1.2.6.12.7.3 counter read-only
Current count of the number of traps that have been received by the AIX Systems Monitor/6000 subagent. The count is reset to zero whenever the sm6kFilterTripReception MIB variable is set to enabled (from a disabled state).
                   sm6kFilterTable 1.3.6.1.4.1.2.6.12.7.4 no-access
Entries defining a particular filter. Each entry may be thought of as a single filter. Each filter is evaluated against each incoming trap. When the filter criteria matches the trap, the corresponding filter actions are taken. The table is indexed by the sm6kFilterName field.
                       sm6kFilterEntry 1.3.6.1.4.1.2.6.12.7.4.1 no-access
Each entry contains the components for a particular filter.
                           sm6kFilterState 1.3.6.1.4.1.2.6.12.7.4.1.1 integer read-write
State for the filter rule. When the state is set to invalid, the filter is deleted. When the filter entry is set to disabled, the filter is dormant. When the filter rule is enabled, it may participate in the filter rule base. The filter rule is participating if the sm6kFilterParticipationState is set to active. Enumeration: 'disabled': 1, 'enabled': 3, 'invalid': 2.
                           sm6kFilterParticipationState 1.3.6.1.4.1.2.6.12.7.4.1.2 integer read-only
This field indicates whether or not the rule is participating in the filter rule base. When the filter rule is active, it is participating. When the filter rule is inactive, it is not participating in the filter rule base, but will be participating when the activation time arrives. The participation state can be inactive only if activation/deactivation days are specified. Otherwise, the participation state is activated when the sm6kFilterState field is set to enabled. If this field is set to notEnabled, the sm6kFilterState field is not set to enabled. Enumeration: 'active': 2, 'inactive': 3, 'notEnabled': 1.
                           sm6kFilterName 1.3.6.1.4.1.2.6.12.7.4.1.3 displaystring read-write
This field contains the name for a particular filter. The instance identifier associated with every field in the filter entry is derived from the name (dot separated ASCII codes). Therefore, this name must be unique among all other filter names.
                           sm6kFilterDescription 1.3.6.1.4.1.2.6.12.7.4.1.4 displaystring read-write
Description of the filter. This field should contain a general description of what the filter accomplishes. A user should be able to read this information and know what filtering is being done as well as why it is being done.
                           sm6kFilterAction 1.3.6.1.4.1.2.6.12.7.4.1.5 integer read-write
This field is used to determine whether or not the matching trap is forwarded on to a manager station. If sendTraps is specified, then the trap destinations specified in the filter are included in the list of destinations to which the trap is forwarded. If blockTraps is specified, then the trap will not be forwarded unless another filter is matched that specifies the trap is to be sent. When this field is set to ThrottleTraps, the throttle expression needs to be evaluated in order to decide whether to send or block the received trap. Enumeration: 'throttleTraps': 3, 'blockTraps': 2, 'sendTraps': 1.
                           sm6kFilterEntryEnterpriseExpression 1.3.6.1.4.1.2.6.12.7.4.1.6 displaystring read-write
This field is used to match the rule against the enterpriseID contained in the received trap. The entry may be an alias name (from the sm6kAlias table), an enterpriseID in dot notation, or an enterpriseID with a wildcard value (terminated by an asterisk). The enterpriseID in dot notation should be fully qualified. An enterpriseID with a wildcard value matches any enterpriseID with the same partial enterpriseID.
                           sm6kFilterAgentAddrExpression 1.3.6.1.4.1.2.6.12.7.4.1.7 displaystring read-write
This field is used to match against the address of the agent that generated the trap. The agent address expression is a comma separated list of: 1) an sm6kAliasName (from the sm6kAlias table) 2) a resolvable hostname 3) an ipAddress expression. If the agent address expression contains an sm6kAliasName or hostname, the addresses to check the trap against are determined each time a trap is received. An ipAddress expression contains four dot separated sub-expressions that can be either: 1) a decimal number between 0 and 255 2) an inclusive range of numbers between 0 and 255 specified by [#-#] (ie. [0-127]) 3) an asterisk (which is simply interpreted as [0-255]). An example ipAddress expression is '9.67.[128-130].*'.
                           sm6kFilterGenericExpression 1.3.6.1.4.1.2.6.12.7.4.1.8 displaystring read-write
This field is used to match against the generic trap number contained in the received trap. This field allows a comma separated list of generic trap numbers. If specific trap numbers are to be checked, a 6 (ie. enterprise-specific trap) must be encoded in the generic expression. The generic traps are: 0 - Cold Start 1 - Warm Start 2 - Link Down 3 - Link Up 4 - Authentication Failure 5 - EGP Neighbor Loss 6 - Enterprise Specific
                           sm6kFilterSpecificExpression 1.3.6.1.4.1.2.6.12.7.4.1.9 displaystring read-write
This field is used to match against the specific trap number contained in the received trap. This field allows a comma separated list of specific trap numbers. A range of specific trap numbers may be specified by inserting a ':' between two specific trap numbers. This field will only be checked if a 6 (ie. enterprise-specific trap) is contained in the generic trap expression.
                           sm6kFilterVariableExpression 1.3.6.1.4.1.2.6.12.7.4.1.10 displaystring read-write
Not implemented
                           sm6kFilterTotalTrapsMatched 1.3.6.1.4.1.2.6.12.7.4.1.11 counter read-only
This field contains the number of traps that have matched this filter. This count is reset to zero whenever the filter entry's state is set to enabled (from the disabled state).
                           sm6kFilterActivationTime 1.3.6.1.4.1.2.6.12.7.4.1.12 displaystring read-write
This field specifies the time to activate the filter (ie. change the participation 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 filter. A value all blanks will be interpreted as 00:00.
                           sm6kFilterActivationDayOfWeek 1.3.6.1.4.1.2.6.12.7.4.1.13 displaystring read-write
This field specifies the days of the week to activate the filter at the time specified in the ActivationTime field (ie. change the participation state from inactive to active). The day of the week may be one of three literals: weekdays - Activates filter entry on MTWThF all - Activates filter 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 filter entry at the specified time on MWF.
                           sm6kFilterDeactivationTime 1.3.6.1.4.1.2.6.12.7.4.1.14 displaystring read-write
This field specifies the time to deactivate the filter (ie. change the participation 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 filter. A value all blanks will be interpreted as 00:00.
                           sm6kFilterDeactivationDayOfWeek 1.3.6.1.4.1.2.6.12.7.4.1.15 displaystring read-write
This field specifies the days of the week to deactivate the filter at the time specified in the DeactivationTime field (ie. change the participation state from active to inactive). The day of the week may be one of three literals: weekdays - Dectivates filter entry on MTWThF all - Deactivates filter 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 filter entry at the specified time on MWF.
                           sm6kFilterTrapDestinations 1.3.6.1.4.1.2.6.12.7.4.1.16 displaystring read-write
This field specifies the destinations for any traps that match the filter criteria specified. This field allows ip addresses, alias names (from the sm6kAlias table) or resolvable hostnames separated by commas. If this field is left blank, the trap will be sent to the trap destinations specified in the sm6kTrapDestination table.
                           sm6kFilterMatchedCommand 1.3.6.1.4.1.2.6.12.7.4.1.17 displaystring read-write
This field specifies the command to be executed when a received trap matches the filter. A set of environment variables are defined that contain information from the received trap. They may be used by the command that is executed. The following environment variables pertain to the AIX Systems Monitor/6000 filter: 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_EXECUTION_REASON=Filter_Matched|Filter_Armed| Filter_Disarmed The following environment variables pertain to the received trap: SM6K_TRAP_ENTERPRISE={enterprise ID from the trap} SM6K_TRAP_AGENT_ADDRESS={IP address of the sending agent} SM6K_TRAP_GENERIC_NUM={generic trap number of the trap} SM6K_TRAP_SPECIFIC_NUM={specific trap number of the trap} SM6K_TRAP_TIME_TICKS={time ticks since the sending agent was started} SM6K_NUM_TRAP_VARS={number of MIB variables in the trap} In addition, for each variable flowing in the trap: SM6K_TRAP_VAR_OBJ_ID#={Object ID for MIB variable in trap} SM6K_TRAP_VAR_TYPE#=INTEGER|Counter|Gauge|TimeTicks| IpAddress|OCTET_STRING|Opaque| OBJECT_IDENTIFIER|NULL|Unknown SM6K_TRAP_VAR_VALUE#={value of the MIB object} where the # is replaced by the trap variable's positional number in the trap (starting at 1) For more information see the accompanying documentation.
                           sm6kFilterMatchedTrapDescription 1.3.6.1.4.1.2.6.12.7.4.1.18 displaystring read-write
Not implemented
                           sm6kFilterMatchedTrapEnterprise 1.3.6.1.4.1.2.6.12.7.4.1.19 displaystring read-write
Not implemented
                           sm6kFilterMatchedSpecificTrap 1.3.6.1.4.1.2.6.12.7.4.1.20 integer read-write
Not implemented
                           sm6kFilterThrottleType 1.3.6.1.4.1.2.6.12.7.4.1.21 integer read-write
This field is used to indicate whether the throttle sends the first N matching traps (sendFirstN) or sends after receiving N matching traps (sendAfterN). The value of N is specified by the sm6kFilterThrottleArmTrapCount. Enumeration: 'sendFirstN': 1, 'sendAfterN': 2.
                           sm6kFilterThrottleArmTrapCount 1.3.6.1.4.1.2.6.12.7.4.1.22 integer read-write
This field specifies the number of matching traps to receive before throttling is armed. This is the N referred to in the FilterThrottleType field.
                           sm6kFilterThrottleArmedCommand 1.3.6.1.4.1.2.6.12.7.4.1.23 displaystring read-write
This field specifies the command to execute when the ThrottleArmTrapCount number of traps have been received (ie. when the throttle is ARMED). A set of environment variables are defined that contain information from the received trap. They may be used by the command that is executed. The following environment variables pertain to the AIX Systems Monitor/6000 filter: 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_EXECUTION_REASON=Filter_Armed SM6K_THROTTLE_ARM_COUNT={value of ThrottleArmTrapCount} SM6K_THROTTLE_DISARM_COUNT={value of ThrottleDisarmTrapCount} SM6K_THROTTLE_DISARM_TIMER={value of ThrottleDisarmTimer} The following environment variables pertain to the received trap: SM6K_TRAP_ENTERPRISE={enterprise ID from the trap} SM6K_TRAP_AGENT_ADDRESS={IP address of the sending agent} SM6K_TRAP_GENERIC_NUM={generic trap number of the trap} SM6K_TRAP_SPECIFIC_NUM={specific trap number of the trap} SM6K_TRAP_TIME_TICKS={time ticks since the sending agent was started} SM6K_NUM_TRAP_VARS={number of MIB variables in the trap} In addition, for each variable flowing in the trap: SM6K_TRAP_VAR_OBJ_ID#={Object ID for MIB variable in trap} SM6K_TRAP_VAR_TYPE#=INTEGER|Counter|Gauge|TimeTicks| IpAddress|OCTET_STRING|Opaque| OBJECT_IDENTIFIER|NULL|Unknown SM6K_TRAP_VAR_VALUE#={value of the MIB object} where the # is replaced by the trap variable's positional number in the trap (starting at 1).
                           sm6kFilterThrottleArmedTrapDescription 1.3.6.1.4.1.2.6.12.7.4.1.24 displaystring read-write
Not implemented
                           sm6kFilterThrottleArmedTrapEnterprise 1.3.6.1.4.1.2.6.12.7.4.1.25 displaystring read-write
Not implemented
                           sm6kFilterThrottleArmedSpecificTrap 1.3.6.1.4.1.2.6.12.7.4.1.26 integer read-write
Not implemented
                           sm6kFilterThrottleDisarmTimer 1.3.6.1.4.1.2.6.12.7.4.1.27 displaystring read-write
This field specifies the time period to elapse before the throttle is disarmed (reset). It is important to note that if sm6kThrottleDisarmTrapCount is set to a value greater than 0, the amount of time specified may not elapse before the throttle is disarmed. This time period is from the time the throttle is started (ie. from the time the first matching trap is received), not from the time the throttle is armed. Therefore, it is possible that the throttle will not be armed before the throttle is disarmed (reset). In this case, the disarm command is NOT executed.
                           sm6kFilterThrottleDisarmTrapCount 1.3.6.1.4.1.2.6.12.7.4.1.28 integer read-write
This field specifies the delta number of traps to receive before the throttle is disarmed. This field value is a delta and only refers to the number of matching traps received AFTER the throttle has been armed. It is important to note that if the sm6kThrottleDisarmTimer is set, the number of matching traps specified may not occur before the throttle is disarmed.
                           sm6kFilterThrottleDisarmedCommand 1.3.6.1.4.1.2.6.12.7.4.1.29 displaystring read-write
This field specifies the command to execute when the throttle is DISARMED. The throttle is disarmed when either 1) the sm6kThrottleDisarmTrapCount matching traps have occurred after the throttle was armed, or 2) the sm6kFilterThrottleDisarmTimer has expired. NOTE: If the above mentioned timer expires and the throttle is NOT currently ARMED, the throttle is reset, but this disarm command is NOT executed. So, the disarm command is only executed if the throttle is armed before being disarmed. A set of environment variables are defined that contain information from the received trap. They may be used by the command that is executed. The following environment variables pertain to the AIX Systems Monitor/6000 filter: 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_EXECUTION_REASON=Filter_Disarmed SM6K_THROTTLE_ARM_COUNT={value of ThrottleArmTrapCount} SM6K_THROTTLE_DISARM_COUNT={value of ThrottleDisarmTrapCount} SM6K_THROTTLE_DISARM_TIMER={value of ThrottleDisarmTimer} The following environment variables pertain to the received trap: SM6K_TRAP_ENTERPRISE={enterprise ID from the trap} SM6K_TRAP_AGENT_ADDRESS={IP address of the sending agent} SM6K_TRAP_GENERIC_NUM={generic trap number of the trap} SM6K_TRAP_SPECIFIC_NUM={specific trap number of the trap} SM6K_TRAP_TIME_TICKS={time ticks since the sending agent was started} SM6K_NUM_TRAP_VARS={number of MIB variables in the trap} In addition, for each variable flowing in the trap: SM6K_TRAP_VAR_OBJ_ID#={Object ID for MIB variable in trap} SM6K_TRAP_VAR_TYPE#=INTEGER|Counter|Gauge|TimeTicks| IpAddress|OCTET_STRING|Opaque| OBJECT_IDENTIFIER|NULL|Unknown SM6K_TRAP_VAR_VALUE#={value of the MIB object} where the # is replaced by the trap variable's positional number in the trap (starting at 1).
                           sm6kFilterThrottleDisarmedTrapDescription 1.3.6.1.4.1.2.6.12.7.4.1.30 displaystring read-write
Not implemented
                           sm6kFilterThrottleDisarmedTrapEnterprise 1.3.6.1.4.1.2.6.12.7.4.1.31 displaystring read-write
Not implemented
                           sm6kFilterThrottleDisarmedSpecificTrap 1.3.6.1.4.1.2.6.12.7.4.1.32 integer read-write
Not implemented
                           sm6kFilterThrottleState 1.3.6.1.4.1.2.6.12.7.4.1.33 integer read-only
This field contains the current state of the throttle. The current state can be either disarmed (1) or armed (2). This field is for informational purposes only and cannot be set. Enumeration: 'armed': 2, 'disarmed': 1.
                           sm6kFilterThrottleTimeStarted 1.3.6.1.4.1.2.6.12.7.4.1.34 displaystring read-only
This filed contains the time when the throttle was started. This field will contain either the time the first matching trap was received or the time when the throttle was disarmed due to the expiration of the disarm timer.
                           sm6kFilterThrottleTrapCount 1.3.6.1.4.1.2.6.12.7.4.1.35 integer read-only
This field contains the current count of traps received since the throttle was disarmed.
               sm6kAlias 1.3.6.1.4.1.2.6.12.8
                   sm6kAliasTable 1.3.6.1.4.1.2.6.12.8.1 no-access
Alias table.
                       sm6kAliasEntry 1.3.6.1.4.1.2.6.12.8.1.1 no-access
Each entry contains objects for a particular alias.
                           sm6kAliasState 1.3.6.1.4.1.2.6.12.8.1.1.1 integer read-write
State of the alias entry: disabled (1), invalid (2), or enabled (3). Enumeration: 'disabled': 1, 'enabled': 3, 'invalid': 2.
                           sm6kAliasName 1.3.6.1.4.1.2.6.12.8.1.1.2 displaystring read-write
Name that can be used in the threshold and analysis MIB variable definitions to allow multiple remote node retrieval of the MIB variable value.
                           sm6kAliasList 1.3.6.1.4.1.2.6.12.8.1.1.3 displaystring read-write
List of alias names, host names, or IP addresses separated by white space or commas.
                           sm6kAliasResolvedList 1.3.6.1.4.1.2.6.12.8.1.1.4 displaystring read-only
Expanded alias.
               sm6kTrapDestination 1.3.6.1.4.1.2.6.12.9
                   sm6kTrapDestinationTable 1.3.6.1.4.1.2.6.12.9.1 no-access
Trap destination table. This table is used to define the trap destinations for traps to be forwarded by the filtering piece of the subagent. It does not replace or update filtering entries in the snmpd.conf file. If filtering is being used, the snmpd.conf file should be setup to send traps to loopback.
                       sm6kTrapDestinationEntry 1.3.6.1.4.1.2.6.12.9.1.1 no-access
Each entry contains objects for a particular trap destination.
                           sm6kTrapDestinationState 1.3.6.1.4.1.2.6.12.9.1.1.1 integer read-write
State for the trap destination entry. Enabling this trap destination causes the traps being filtered to use this destination as a default destination (ie. the filtering entry may override where traps are to be sent). Enumeration: 'disabled': 1, 'enabled': 3, 'invalid': 2.
                           sm6kTrapDestinationName 1.3.6.1.4.1.2.6.12.9.1.1.2 displaystring read-write
This field is simply used as the name of this entry.
                           sm6kTrapDestinationHost 1.3.6.1.4.1.2.6.12.9.1.1.3 displaystring read-write
This field specifies the hosts to which filtered traps are forwarded. It may be a list containing alias names (contained in the sm6kAlias table), resolvable hostnames, or IP Addresses. Each name in the list should be separated by a comma or white space.
                           sm6kTrapDestinationMask 1.3.6.1.4.1.2.6.12.9.1.1.4 integer read-write
This mask is used as a global filtering mechanism. The mask is used to indicate which traps are to be sent to the Destination Host. Bits 0 through 6, when read from LEFT to RIGHT, correspond to generic trap numbers 0 through 6. The generic traps are as follows: 0 - Cold Start 1 - Warm Start 2 - Link Down 3 - Link Up 4 - Authentication Failure 5 - EGP Neighbor Loss 6 - Enterprise Specific This field should be set to 254 to send all traps that the filter passes to the trap destination table. To send only linkDown (2) and linkUp (3) traps, the mask could be set to 48 (ie. 0011 0000).
               sm6kAdministration 1.3.6.1.4.1.2.6.12.10
                     sm6kAdministrationTable 1.3.6.1.4.1.2.6.12.10.1 no-access
Table of user information.
                         sm6kAdministrationEntry 1.3.6.1.4.1.2.6.12.10.1.1 no-access
Each entry contains objects for a particular administrative community.
                             sm6kAdministrationFieldState 1.3.6.1.4.1.2.6.12.10.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.
                             sm6kAdministrationFieldName 1.3.6.1.4.1.2.6.12.10.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.
                             sm6kAdministrationFieldOwner 1.3.6.1.4.1.2.6.12.10.1.1.3 displaystring read-write
Owner of this piece of administrative information.
                             sm6kAdministrationFieldDescription 1.3.6.1.4.1.2.6.12.10.1.1.4 displaystring read-write
Description of the administrative information.
                             sm6kAdministrationFieldValue 1.3.6.1.4.1.2.6.12.10.1.1.5 displaystring read-write
The actual administrative information.