ZTSAMIB: View SNMP OID List / Download MIB

VENDOR: TANDEM COMPUTERS


 Home MIB: ZTSAMIB
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
 enterprises 1.3.6.1.4.1
     tandem 1.3.6.1.4.1.169
             nonstopsystems 1.3.6.1.4.1.169.3
                 ztsa 1.3.6.1.4.1.169.3.202
                         ztsaAgentName 1.3.6.1.4.1.169.3.202.1 displaystring read-only
the name of the SNMP Agent process.
                         ztsaAgentState 1.3.6.1.4.1.169.3.202.2 integer read-only
current status of the agent interface. The state of this variable will always be connected(1) when returned in a management request Enumeration: 'connected': 1, 'disconnected': 2.
                         ztsaProcessName 1.3.6.1.4.1.169.3.202.3 displaystring read-only
the fully qualified NSK process name of this subagent.
                         ztsaProcessVersion 1.3.6.1.4.1.169.3.202.4 displaystring read-only
the version of this subagent process object file. Format: T7862xxx_ddmmmyy_TCPIPSA
                         ztsaProgramFile 1.3.6.1.4.1.169.3.202.5 displaystring read-only
the TCP/IP subagent program file name
                         ztsaProcessPriority 1.3.6.1.4.1.169.3.202.6 integer read-write
the current NSK process priority of this subagent process.
                         ztsaProcessGroupID 1.3.6.1.4.1.169.3.202.7 integer read-only
the NSK process group ID part of the PAID for this subagent process.
                         ztsaProcessUserID 1.3.6.1.4.1.169.3.202.8 integer read-only
the NSK process user ID part of the PAID for this subagent process.
                         ztsaPrimaryCPU 1.3.6.1.4.1.169.3.202.9 integer read-only
The CPU number of the primary process of this subagent
                         ztsaPrimaryPIN 1.3.6.1.4.1.169.3.202.10 integer read-only
The process number of the primary process of this subagent
                         ztsaBackupCPU 1.3.6.1.4.1.169.3.202.11 integer read-write
The CPU the backup process will start in or is running in. ztsaBackupState must be set to disabled(3) prior to setting this object
                         ztsaBackupPIN 1.3.6.1.4.1.169.3.202.12 integer read-only
The process number of the backup process of this subagent. Its value is -1 when the backup is not running
                         ztsaBackupState 1.3.6.1.4.1.169.3.202.13 integer read-write
The state of the backup process of this subagent. The settable values for this object are disabled(3) and enabled(4). The connected(1) and disconnected(2) states are set by the subagent to reflect the running state of the backup resource Enumeration: 'disabled': 3, 'connected': 1, 'enabled': 4, 'disconnected': 2.
                         ztsaSwitchToBackupNow 1.3.6.1.4.1.169.3.202.14 integer read-write
This object normally reads 0 (autoProcessPairControl) . Setting this object to 1 (forceBackupTakeover) causes the subagent to switch to its backup process immediately after replying OK. Setting this object is only permitted if the ztsaBackupState is connected(1) Enumeration: 'autoProcessPairControl': 0, 'forceBackupTakeover': 1.
                         ztsaEmsCollectorName 1.3.6.1.4.1.169.3.202.15 displaystring read-write
the process name of the EMS Collector the subagent should send its EMS events to. ztsaEmsCollectorState must be set to disabled(3) prior to setting this object
                         ztsaEmsCollectorState 1.3.6.1.4.1.169.3.202.16 integer read-write
The state of the connection to the EMS Collector. The settable values for this object are disabled(3) and enabled(4). The connected(1) and disconnected(2) states are set by the subagent to reflect the running state of the EMS collector interface Enumeration: 'disabled': 3, 'connected': 1, 'enabled': 4, 'disconnected': 2.
                         ztsaKeepAliveTimer 1.3.6.1.4.1.169.3.202.17 integer read-write
The number of seconds between attempts the subagent makes to connect to an SNMP Agent, TCP/IP, or restart the backup process.
                         ztsaRefreshNow 1.3.6.1.4.1.169.3.202.18 integer read-write
This object normally reads 0 (autoDynamicRefresh). Setting this object to 1 (forceDynamicRefresh) causes the subagent to update the MIB tables and generate traps (if needed). The object will return a value of 1 until the refresh is complete. Enumeration: 'forceDynamicRefresh': 1, 'autoDynamicRefresh': 0.
                         ztsaStatsCache 1.3.6.1.4.1.169.3.202.19 integer read-write
The cache update interval (in seconds) for SPI STATISTICS command based objects. Value 0 disables cache timing such that updates occur to objects derived from STATISTICS only when the ztsaRefreshNow object is set
                         ztsaStatusCache 1.3.6.1.4.1.169.3.202.20 integer read-write
The cache update interval (in seconds) for SPI STATUS command based objects. Value 0 disables cache timing such that updates occur to objects derived from STATUS only when the ztsaRefreshNow object is set. This value is also used to control the interval for determining if a linkUp or linkDown trap should be generated
                         ztsaInfoCache 1.3.6.1.4.1.169.3.202.21 integer read-write
The cache update interval for SPI INFO command based objects. Value 0 disables cache timing such that updates occur to objects derived from INFO only when the refreshNow object is set
                         ztsaTcpIpProcess 1.3.6.1.4.1.169.3.202.22 displaystring read-write
The TCP/IP process being monitored by the subagent. ztsaTcpIpState must be set to disabled(3) prior to setting this object
                         ztsaTcpIpState 1.3.6.1.4.1.169.3.202.23 integer read-write
The state of the connection to the monitored TCP/IP process. The settable values for this object are disabled(3) and enabled(4). The connected(1) and disconnected(2) states are set by the subagent to reflect the running state of the TCP/IP resource interface Enumeration: 'disabled': 3, 'connected': 1, 'enabled': 4, 'disconnected': 2.
                         ztsaScpProcess 1.3.6.1.4.1.169.3.202.25 displaystring read-only
the name of the SCP process used for SPI requests. Value is set by the -scp startup parameter. Default is $ZNET
                         ztsaTcpIpTable 1.3.6.1.4.1.169.3.202.26 no-access
This table holds information about the TCP/IP processes
                               ztsaTableEntry 1.3.6.1.4.1.169.3.202.26.1 no-access
This entry contains information related to TCP/IP processes
                                   ztsaTcpIpName 1.3.6.1.4.1.169.3.202.26.1.1 displaystring read-only
The TCP/IP process name monitored by the TCP/IP SA
                                   ztsaTcpIpStatus 1.3.6.1.4.1.169.3.202.26.1.2 integer read-only
The status of TCP/IP process monitored by the TCP/IP SA Enumeration: 'down': 2, 'up': 1.
                         ztsaSubnetTable 1.3.6.1.4.1.169.3.202.27 no-access
This table holds the subnets information associated with the TCP/IP processes
                               ztsaSubnetEntry 1.3.6.1.4.1.169.3.202.27.1 no-access
This entry contains information related to the subnets associated with the TCP/IP processes
                                   ztsaSubnetName 1.3.6.1.4.1.169.3.202.27.1.1 displaystring read-only
The Subnet name corresponding to the TCP/IP process monitored by TCP/IP SA
                                   ztsaSubnetStatus 1.3.6.1.4.1.169.3.202.27.1.2 integer read-only
The status of the Subnet corresponding to the TCP/IP process monitored by TCP/IP SA Enumeration: 'aborting': 0, 'diagnosis': 2, 'defined': 1, 'unknown': 8, 'suspending': 9, 'started': 3, 'stopped': 5, 'suspended': 7, 'stopping': 6, 'starting': 4.
                                   ztsaSubnetAddr 1.3.6.1.4.1.169.3.202.27.1.3 ipaddress read-only
The IP address of the Subnet corresponding to the TCP/IP process monitored by TCP/IP SA