XYPLEX-SYSTEM-MIB: View SNMP OID List / Download MIB

VENDOR: MRV COMMUNICATIONS


 Home MIB: XYPLEX-SYSTEM-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
 xyplex 1.3.6.1.4.1.33
       xSystem 1.3.6.1.4.1.33.1
           sysIdent 1.3.6.1.4.1.33.1.1 displaystring read-write
An identification string for local and remote displays. Corresponds directly to SERVER IDENTIFICATION and the value labeled 'Identification:' on the SERVER CHARACTERISTICS display.
           sysDefineMode 1.3.6.1.4.1.33.1.2 integer read-write
The system's operation with regard to DEFINE commands. 'permOnly' indicates that DEFINE commands modify only the permanent data base. 'operAndPerm' indicates that DEFINE commands modify both operational and permanent data bases, unless specifically documented to the contrary. Corresponds to SERVER CHANGE and the presence of the label CHANGE in the SERVER CHARACTERISTICS display. Enumeration: 'permOnly': 1, 'operAndPerm': 2.
           sysDateTime 1.3.6.1.4.1.33.1.3 datetime read-write
The system's current local date and time. Corresponds directly to SERVER DATE and SERVER TIME and the value in various displays.
           sysTimeZone 1.3.6.1.4.1.33.1.4 octet string read-write
The adjustment to apply to a universal (Greenwich) time received when down-line loaded, comprising two octets. The first octet is the number of hours west of universal, the second is the number of minutes. Corresponds directly to SERVER TIMEZONE and the value labeled 'Timezone:' in the SERVER CHARACTERISTICS display.
           sysLoadSoftware 1.3.6.1.4.1.33.1.5 displaystring read-write
The software file name to request for down-line load of the server. Corresponds directly to SERVER SOFTWARE, and the value labeled 'Software:' in the SERVER CHARACTERISTICS display.
           sysDump 1.3.6.1.4.1.33.1.6 integer read-write
Control for dumping the system's memory when the system crashes. Corresponds directly to SERVER DUMP and the presence of 'Dump' under the label 'Enabled Characteristics' in the SERVER CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2.
           sysMaintenancePassword 1.3.6.1.4.1.33.1.7 octet string read-write
The password a management system must supply to force the system to reboot or use the system's remote console via the Maintenance Operation Protocol (MOP). Corresponds directly to SERVER MAINTENANCE PASSWORD. When setting this value, the management system must supply eight octets, filling with zeros from the first octet. That is, the value '1ab42' would be expressed as '0.0.0.0.0.1.ab.42'. Setting the value to zero disables the password check. When returning this value, the agent always returns a zero length OCTET STRING.
           sysLocalName 1.3.6.1.4.1.33.1.8 displaystring read-write
The system's local name. Corresponds directly to SERVER NAME and the value labeled 'Name:' in the SERVER CHARACTERISTICS display.
           sysSoftwareVersionType 1.3.6.1.4.1.33.1.9 integer read-only
The software version variant running in the system. Corresponds to the letter in the software version in the SERVER CHARACTERISTICS display. alpha 'A': alpha test beta 'B': beta test production null: normal, production software special 'S': special, custom software Enumeration: 'alpha': 1, 'beta': 2, 'production': 3, 'special': 4.
           sysSoftwareVersion 1.3.6.1.4.1.33.1.10 octet string read-only
The software version running in the system. In order, the octets contain major version, minor version, ECO, and pre-release number. Corresponds to the numbers in the software version in the SERVER CHARACTERISTICS display. For example, the version display for sysSoftwareVersionType 'production' and sysSoftwareVersion '2.2.0.0' is 'V2.2'. The version display for sysSoftwareVersionType 'beta' and sysSoftwareVersion '3.1.0.4' is 'V3.1B4'.
           sysRomVersion 1.3.6.1.4.1.33.1.11 integer read-only
The firmware version of the bootstrap ROM installed in the system. Corresponds directly to the value labeled 'Rom' in the SERVER CHARACTERISTICS display.
           sysHardwareType 1.3.6.1.4.1.33.1.12 integer read-only
The type of hardware on which the system is running, with values as defined in Xyplex Assigned Numbers, Xyplex document number 420-0497. Corresponds directly to the value labeled 'Hardware Type:' in the UNIT display.
           sysHardwareVersion 1.3.6.1.4.1.33.1.13 integer read-only
This version of hardware on which the system is running. Corresponds directly to part of the value labeled 'HW' in the SERVER CHARACTERISTICS display.
           sysChassisType 1.3.6.1.4.1.33.1.14 integer read-only
The type of chassis in which the system is running. Corresponds directly to part of the value labeled 'HW' in the SERVER CHARACTERISTICS display. Enumeration: 'mx45xx': 2, 'net9000': 3, 'other': 1.
           sysChassisVersion 1.3.6.1.4.1.33.1.15 integer read-only
This version of chassis in which the system is running. Corresponds directly to part of the value labeled 'HW' in the SERVER CHARACTERISTICS display.
           sysCrash 1.3.6.1.4.1.33.1.16 integer read-write
Control to cause this system to crash. In response to a get-request or get-next-request, the agent always returns 'ready' for this value. Setting the value to 'ready' has no effect. Setting it to 'execute' causes an immediate crash. Corresponds to the CRASH command. Enumeration: 'ready': 1, 'execute': 2.
           sysInitialize 1.3.6.1.4.1.33.1.17 integer read-write
Control to cause this system to reset its software to initial load values, typically by reloading. When executing an initialize command, the system observes the value of sysInitializeDelay as supplied anywhere in the same set request with sysInitialize. If this value is not included in the set request, the system uses its default value. In response to a get-request or get-next-request, the agent always returns 'ready' for this value. Setting the value to 'ready' has no effect. Setting it to 'conditionalExecute' causes initialization if the overall system state is acceptible (such as not needing to store permanent parameters). Setting it to 'unconditionalExecute' causes initialization regardless of the overall system state. Setting it to 'cancel' aborts an initialization that has not yet started. According to standard SNMP operation, if the system is not in a proper state to accept a given set request for this value, it returns the standard SNMP error 'badValue'. Corresponds to the INITIALIZE command. Enumeration: 'ready': 1, 'unconditionalExecute': 3, 'cancel': 4, 'conditionalExecute': 2.
           sysInitializeDelay 1.3.6.1.4.1.33.1.18 integer read-write
The number of minutes to delay before beginning the system initialization process as executed with sysInitialize. This value cannot be set outside a set-request that contains the value 'execute' for sysInitialize. If not included in such a set, the default value is 1. Corresponds to the INITIALIZE command's DELAY parameter and to the value labeled 'Minutes to shutdown:' in the SYSTEM STATUS display.
           sysZeroAll 1.3.6.1.4.1.33.1.19 integer read-write
Control to zero all counters. In response to a get-request or get-next-request, the agent always returns 'ready' for this value. Setting the value to 'ready' has no effect. Setting it to 'execute' causes all the system's counters to be zeroed. Corresponds to the ZERO ALL command. Enumeration: 'ready': 1, 'execute': 2.
           sysZeroBase 1.3.6.1.4.1.33.1.20 integer read-write
Control to zero all base counters. In response to a get-request or get-next-request, the agent always returns 'ready' for this value. Setting the value to 'ready' has no effect. Setting it to 'execute' causes all the system's base counters to be zeroed. Examples of counters that are zeroed are the SNMP counters or the counters from the SYSTEM COUNTERS display. Examples of counters that are not zeroed are Ethernet interface counters or port counters. Corresponds to the ZERO SYSTEM command. Enumeration: 'ready': 1, 'execute': 2.
           sysZeroBaseTime 1.3.6.1.4.1.33.1.21 timeticks read-only
The number hundredths of a second since the most recent zeroing of the base counters, such as through execution of sysZeroAll or sysZeroBase. Corresponds directly to the value labeled 'Seconds Since Zeroed:' in the SERVER COUNTERS display.
           sysLoaderName 1.3.6.1.4.1.33.1.22 displaystring read-only
The name of the system that provided this system's running software. Corresponds directly to the value labeled 'Primary Host:' in the SERVER STATUS display.
           sysLoaderAddressType 1.3.6.1.4.1.33.1.23 addresstype read-only
The type of network address contained in sysLoaderAddress. 'unknown' means no address has been defined. 'other' means no other type value applies. 'local' means there is no address and this system's software was loaded from local storage. 'ip' is an Internet IP address. 'ethernet' is an 802.3 MAC address. Corresponds indirectly to the value labeled 'Load Address:' in the SERVER STATUS display.
           sysLoaderAddress 1.3.6.1.4.1.33.1.24 octet string read-only
The network address of the system that provided this system's running software. Corresponds directly to the value labeled 'Load Address:' in the SERVER STATUS display.
           sysDumperAddressType 1.3.6.1.4.1.33.1.25 addresstype read-only
The type of network address contained in sysDumperAddress. 'unknown' means no address has been defined. 'other' means no other type value applies. 'local' means there is no address and this system's was dumped to local storage. 'ip' is an Internet IP address. 'ethernet' is an 802.3 MAC address. Corresponds indirectly to the value labeled 'Dump Address:' in the SERVER STATUS display.
           sysDumperAddress 1.3.6.1.4.1.33.1.26 octet string read-only
The network address of the system that most recently accepted a crash dump from this system. Corresponds directly to the value labeled 'Dump Address:' in the SERVER STATUS display.
           sysResourceLacks 1.3.6.1.4.1.33.1.27 counter read-only
The number of times a local resource allocation failed, for example due to lack of dynamic memory. Corresponds directly to the value labeled 'Resource Errors:' in the SERVER STATUS display.
           sysChassisState 1.3.6.1.4.1.33.1.28 integer read-only
For chassis-based systems, the state of the overall chassis. 'notApplicable' indicates the system is not chassis based. 'noFault' indicates no current chassis problem. 'fault' indicates a current chassis problem such as a card or power supply failure. Corresponds directly to the value labeled 'Crate Current State: in the SERVER ALTERNATE STATUS display. Enumeration: 'notApplicable': 1, 'noFault': 2, 'loop': 4, 'fault': 3.
           sysChassisFaultTransitions 1.3.6.1.4.1.33.1.29 counter read-only
The number of times this system has seen sysChassisState switch from 'noFault' to 'fault' or from 'fault' to 'noFault'. Corresponds directly to the value labeled 'Crate Transition Count: in the SERVER ALTERNATE STATUS display.
           sysResourceNumber 1.3.6.1.4.1.33.1.30 integer read-only
The number of resource entries in the Resource table.
           sysFeatureNumber 1.3.6.1.4.1.33.1.31 integer read-only
The number of feature entries in the Feature table.
           resTable 1.3.6.1.4.1.33.1.32 no-access
A list of resource entries. The number of entries is given by the value of sysResourceNumber.
                 resEntry 1.3.6.1.4.1.33.1.32.1 no-access
Status values for a system resource.
                     resType 1.3.6.1.4.1.33.1.32.1.1 integer read-only
Identification of a resource type. Typically corresponds directly to a label such as 'Processes:' in the SERVER ALTERNATE STATUS display. Enumeration: 'process': 3, 'freeMemory': 8, 'ipxSapTable': 23, 'appleFilterTable': 19, 'packetBuffer': 5, 'cpuPercent': 1, 'memoryPercent': 2, 'ipFilterCache': 11, 'globalMemoryPercent': 9, 'phivDecnetRouteCache': 10, 'ipRouteCache': 12, 'ipcMessage': 6, 'appleRouteCache': 18, 'ipPolicyTable': 14, 'ipxRipTable': 22, 'repeaterPortAccessTable': 20, 'textPool': 7, 'repeaterPortNameTable': 21, 'ipFilterTable': 15, 'ipxRouteCache': 13, 'timer': 4, 'phivDecnetFilterTable': 17, 'phivDecnetPolicyTable': 16.
                     resCurrent 1.3.6.1.4.1.33.1.32.1.2 gauge read-only
The number of resources currently in use on the system. Typically corresponds directly to a value labeled 'Cur' in the SERVER ALTERNATE STATUS display.
                     resWorst 1.3.6.1.4.1.33.1.32.1.3 gauge read-only
The highest or lowest value of resCurrent since system initialization. Typically corresponds directly to a value labeled 'High' or 'Low' in the SERVER ALTERNATE STATUS display.
                     resAdminMaximum 1.3.6.1.4.1.33.1.32.1.4 integer read-write
The desired maximum possible number of resources in the system. In many cases, ACCESS to this object for a particular resType is read-only. Typically corresponds directly to a value labeled 'Max' in the SERVER ALTERNATE STATUS display for desired, administrative values. When the desired change takes effect is implementation specific, ranging from immediately to the next system initialization.
                     resLacks 1.3.6.1.4.1.33.1.32.1.5 counter read-only
The number of times since system initialization that the system could not obtain the resource because none were available. Typically corresponds directly to a value labeled 'Failure' in the SERVER ALTERNATE STATUS display. If such failures do not apply to the particular resource, such as 'cpuPercent', the agent returns zero for this object.
                     resLackTime 1.3.6.1.4.1.33.1.32.1.6 datetime read-only
The local system date and time when resLack last increased. Typically corresponds directly to a value labeled 'Last Occurred' in the SERVER ALTERNATE STATUS display. If such failures do not apply to the particular resource, such as 'cpuPercent', the agent returns all zeroes (unknown) for this object.
                     resOperMaximum 1.3.6.1.4.1.33.1.32.1.7 integer read-only
The current maximum possible number of resources in the system. Typically corresponds directly to a value labeled 'Max' in the SERVER ALTERNATE STATUS display for current operational values. This value is based on current or previous value of resAdminMaximum.
           featTable 1.3.6.1.4.1.33.1.33 no-access
A list of feature entries. The number of entries is given by the value of sysFeatureNumber.
                 featEntry 1.3.6.1.4.1.33.1.33.1 no-access
Status values for a system feature.
                     featType 1.3.6.1.4.1.33.1.33.1.1 integer read-only
Identification of a feature type. Corresponds to a SERVER feature keyword. Enumeration: 'internetSecurity': 9, 'slip': 10, 'help': 1, 'eventLog': 8, 'rlogin': 14, 'xprinter': 16, 'men': 5, 'kerberos': 12, 'snmp': 2, 'telnet': 13, 'tn3270': 4, 'allPorts': 15, 'lat': 7, 'multisessions': 6, 'scriptServer': 11, 'xremote': 3.
                     featStatus 1.3.6.1.4.1.33.1.33.1.2 integer read-write
The status of the feature as of the next system initialization. Corresponds to the presence of the feature's lable following the label 'Enabled Feature(s): in the UNIT display. Enumeration: 'disabled': 1, 'enabled': 2.
           bootControl 1.3.6.1.4.1.33.1.34
                 bootControlLoadInternetFile 1.3.6.1.4.1.33.1.34.1 displaystring read-write
The filename to request when loading an image via TFTP. Corresponds directly to SERVER INTERNET LOAD FILE and the value labeled 'Internet Load File:' in the SERVER BOOT CHARACTERISTICS display.
                 bootControlLoadInternetServer 1.3.6.1.4.1.33.1.34.2 ipaddress read-write
The internet address of the server to use when loading an image via TFTP. Corresponds directly to SERVER INTERNET LOAD HOST and the value labeled 'Internet Load Host:' in the SERVER BOOT CHARACTERISTICS display.
                 bootControlLoadInternetGateway 1.3.6.1.4.1.33.1.34.3 ipaddress read-write
The internet address of the gateway to use when loading an image via TFTP. Corresponds directly to SERVER INTERNET LOAD GATEWAY and the value labeled 'Internet Load Gateway:' in the SERVER BOOT CHARACTERISTICS display.
                 bootControlLoadBootpTftp 1.3.6.1.4.1.33.1.34.4 integer read-write
Control for loading via the combination of BOOTP and TFTP. Corresponds to SERVER LOAD PROTOCOL BOOTPTFTP and the presence of 'BOOTP/TFTP/' following the label 'Load Protocols Enabled:' in the SERVER BOOT CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2.
                 bootControlLoadTftpDirect 1.3.6.1.4.1.33.1.34.5 integer read-write
Control for loading via directed TFTP. Corresponds to SERVER LOAD PROTOCOL TFTPDIRECT and the presence of 'TFTPDIRECT' following the label 'Load Protocols Enabled:' in the SERVER BOOT CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2.
                 bootControlLoadLocal 1.3.6.1.4.1.33.1.34.6 integer read-write
Control for loading from a local medium. Corresponds to SERVER LOAD PROTOCOL LOCAL and the presence of 'LOCAL' following the label 'Load Protocols Enabled:' in the SERVER BOOT CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2.
                 bootControlLoadMop 1.3.6.1.4.1.33.1.34.7 integer read-write
Control for loading via DEC MOP. Corresponds to SERVER LOAD PROTOCOL MOP and the presence of 'MOP' following the label 'Load Protocols Enabled:' in the SERVER BOOT CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2.
                 bootControlLoadProprietary 1.3.6.1.4.1.33.1.34.8 integer read-write
Control for loading via Xyplex-proprietary extended MOP. Corresponds to SERVER LOAD PROTOCOL PROPRIETARY and the presence of 'Proprietary' following the label 'Load Protocols Enabled:' in the SERVER BOOT CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2.
                 bootControlLoadRarpTftp 1.3.6.1.4.1.33.1.34.9 integer read-write
Control for loading via the combination of RARP and TFTP. Corresponds to SERVER LOAD PROTOCOL RARPTFTP and the presence of 'RARP/TFTP' following the label 'Load Protocols Enabled:' in the SERVER BOOT CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2.
                 bootControlDumpBootpTftp 1.3.6.1.4.1.33.1.34.10 integer read-write
Control for dumping via the combination of BOOTP and TFTP. Corresponds to SERVER DUMP PROTOCOL BOOTPTFTP and the presence of 'BOOTP/TFTP' following the label 'Dump Protocols Enabled:' in the SERVER BOOT CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2.
                 bootControlDumpLocal 1.3.6.1.4.1.33.1.34.11 integer read-write
Control for dumping to a local medium. Corresponds to SERVER DUMP PROTOCOL LOCAL and the presence of 'Local' following the label 'Dump Protocols Enabled:' in the SERVER BOOT CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2.
                 bootControlDumpMop 1.3.6.1.4.1.33.1.34.12 integer read-write
Control for dumping via DEC MOP. Corresponds to SERVER DUMP PROTOCOL MOP and the presence of 'MOP' following the label 'Dump Protocols Enabled:' in the SERVER BOOT CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2.
                 bootControlDumpProprietary 1.3.6.1.4.1.33.1.34.13 integer read-write
Control for dumping via Xyplex-proprietary extended MOP. Corresponds to SERVER DUMP PROTOCOL PROPRIETARY and the presence of 'Proprietary' following the label 'Dump Protocols Enabled:' in the SERVER BOOT CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2.
                 bootControlDumpRarpTftp 1.3.6.1.4.1.33.1.34.14 integer read-write
Control for dumping via the combination of RARP and TFTP. Corresponds to SERVER DUMP PROTOCOL RARPTFTP and the presence of 'RARP/TFTP' following the label 'Dump Protocols Enabled:' in the SERVER BOOT CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2.
                 bootControlParamBootpTftp 1.3.6.1.4.1.33.1.34.15 integer read-write
Control for loading parameters via the combination of BOOTP and TFTP. Corresponds to SERVER PARAMETER PROTOCOL MOP and the presence of 'BOOTP/TFTP' following the label 'Parameter Protocols Enabled:' in the SERVER BOOT CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2.
                 bootControlParamLocal 1.3.6.1.4.1.33.1.34.16 integer read-write
Control for loading parameters from a local medium. Corresponds to SERVER PARAMETER PROTOCOL LOCAL and the presence of 'LOCAL' following the label 'Parameter Protocols Enabled:' in the SERVER BOOT CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2.
                 bootControlParamMop 1.3.6.1.4.1.33.1.34.17 integer read-write
Control for loading parameters via DEC MOP. Corresponds to SERVER PARAMETER PROTOCOL MOP and the presence of 'MOP' following the label 'Parameter Protocols Enabled:' in the SERVER BOOT CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2.
                 bootControlParamProprietary 1.3.6.1.4.1.33.1.34.18 integer read-write
Control for loading parameters via Xyplex-proprietary extended MOP. Corresponds to SERVER PARAMETER PROTOCOL PROPRIETARY and the presence of 'Proprietary' following the label 'Parameter Protocols Enabled:' in the SERVER BOOT CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2.
                 bootControlParamRarpTftp 1.3.6.1.4.1.33.1.34.19 integer read-write
Control for loading parameters via the combination of RARP and TFTP. Corresponds to SERVER PARAMETER PROTOCOL RARPTFTP and the presence of 'RARP/TFTP' following the label 'Parameter Protocols Enabled:' in the SERVER BOOT CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2.
           sysInstalledMemory 1.3.6.1.4.1.33.1.35 gauge read-only
The total number of bytes of main memory installed in the system. Corresponds directly to the value labeled 'Installed' on the SERVER ALTERNATE STATUS display. A value of 0 indicates standard memory for the particular hardware.
             resourceLack 1.3.6.1.4.1.33.10.1
Indication that the system incremented the corresponding value of resLacks.