SIEMENS-MULTIPATH-MIB: View SNMP OID List / Download MIB

VENDOR: SIEMENS


 Home MIB: SIEMENS-MULTIPATH-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
 sni 1.3.6.1.4.1.231
         sniProductMibs 1.3.6.1.4.1.231.2
             sniExtensions 1.3.6.1.4.1.231.2.10
                   sniServerMgmt 1.3.6.1.4.1.231.2.10.2
                       sniCommon 1.3.6.1.4.1.231.2.10.2.2
                           sieMultiPath 1.3.6.1.4.1.231.2.10.2.2.7
                               sieMPAgentInfo 1.3.6.1.4.1.231.2.10.2.2.7.1
                                   sieMPAgentId 1.3.6.1.4.1.231.2.10.2.2.7.1.1 displaystring read-only
MultiPath SNMP agent ID string
                                   sieMPAgentCompany 1.3.6.1.4.1.231.2.10.2.2.7.1.2 displaystring read-only
MultiPath SNMP agent company string
                                   sieMPAgentVersion 1.3.6.1.4.1.231.2.10.2.2.7.1.3 displaystring read-only
MultiPath SNMP agent version string
                                   sieMPAgentBuild 1.3.6.1.4.1.231.2.10.2.2.7.1.4 displaystring read-only
MultiPath SNMP agent build date and time string
                               sieMPState 1.3.6.1.4.1.231.2.10.2.2.7.2
                                   sieMPLastDate 1.3.6.1.4.1.231.2.10.2.2.7.2.1 integer read-only
Date of last recent reconfiguration in time_t (seconds since 1/1/1970 00:00:00)
                                   sieMPCurrentState 1.3.6.1.4.1.231.2.10.2.2.7.2.2 integer read-only
This reflects the overall state of the driver, agent and the underlying ports. Possible values are: OK everything is fine DEGRADED there was an event from the driver marking a change of MultiPath configuration or port status ERROR software exception (software bug) FAILED communication with driver fails (bug, driver not installed) Enumeration: 'failed': 4, 'degraded': 2, 'ok': 1, 'error': 3.
                               sieMPContainer 1.3.6.1.4.1.231.2.10.2.2.7.3
                                   sieMPGroupTable 1.3.6.1.4.1.231.2.10.2.2.7.3.1 no-access
Table of available MultiPath groups
                                       sieMPGroup 1.3.6.1.4.1.231.2.10.2.2.7.3.1.1 no-access
Entry in table of MultiPath groups
                                           sieMPGroupID 1.3.6.1.4.1.231.2.10.2.2.7.3.1.1.1 integer read-only
A unique value for each group, starts at 0 and remains unchanged from one re-initialization of the agent to the next
                                           sieMPGroupCommand 1.3.6.1.4.1.231.2.10.2.2.7.3.1.1.2 integer read-write
These are the possible commands a frontend can send to a MultiPath group. ENABLE-LOAD-BALANCING I/Os can use all available ports of a MultiPath group DISABLE-LOAD-BALANCING only one port of a MultiPath group can be used for I/Os ENABLE-AUTORECOVER a automatic failback (a formerly failed port was replaced and can be used again) is possible DISABLE-AUTORECOVER don't do automatic failback RECONFIGURE search all ports the can be integrated into a MultiPath group and build this group A GET always returns 0. Enumeration: 'disable-autorecover': 4, 'enable-autorecover': 3, 'enable-load-balancing': 1, 'reconfigure': 5, 'disable-load-balancing': 2.
                                           sieMPGroupLoadBalancingStatus 1.3.6.1.4.1.231.2.10.2.2.7.3.1.1.3 integer read-only
Show wether load balancing is enabled or disabled Enumeration: 'load-balancing-disabled': 2, 'unknown': 0, 'load-balancing-enabled': 1.
                                           sieMPGroupAutorecoverStatus 1.3.6.1.4.1.231.2.10.2.2.7.3.1.1.4 integer read-only
Show wether autorecover is enabled or disabled Enumeration: 'autorecover-enabled': 1, 'unknown': 0, 'autorecover-disabled': 2.
                                   sieMPPortTable 1.3.6.1.4.1.231.2.10.2.2.7.3.2 no-access
Table of available ports
                                       sieMPPort 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1 no-access
Entry in table of ports
                                           sieMPPortID 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.1 integer read-only
A unique value for each port, starts at 0 and remains unchanged from one re-initialization of the agent to the next
                                           sieMPParentGroup 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.2 integer read-only
sieMPGroupID of the group where port is member
                                           sieMPPortStatus 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.3 integer read-only
These are the possible states a port can be in UNKNOWN cannot get status information for this port UNUSED this port cannot be used for MultiPath (user defined) DISABLED this port is turned off - no I/O is possible PASSTHROUGH every I/O for this port is sent through the driver without being looked at ACTIVE this port can accept I/Os. When load balancing is off only one port of a MultiPath group can be active STANDBY this port waits until an active port fails and takes over all I/Os then ERROR this port failed due to an error Enumeration: 'disabled': 3, 'standby': 6, 'unknown': 1, 'error': 7, 'unused': 2, 'passthrough': 4, 'active': 5.
                                           sieMPPortCommand 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.4 integer read-write
These are the possible commands a frontend can send to a port. ENABLE when a port was disabled by user request - enable it DISABLE disable a port CLEAR-ERROR clear the error flag of this port ACTIVE when load balancing is off this port will handle all I/Os. All other ports of this MultiPath group will be in status STANDBY REMOVE-PORT take a port out of a MultiPath group. It will get its own group A GET always returns 0. Enumeration: 'active': 4, 'clear-error': 3, 'enable': 1, 'disable': 2, 'remove-port': 5.
                                           sieMPPortPciSlot 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.5 integer read-only
Physical PCI slot of port
                                           sieMPPortHAType 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.6 displaystring read-only
Vendor, name, type of hostadaptor
                                           sieMPPortTargetID 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.7 integer read-only
SCSI Target ID of port
                                           sieMPPortLastErrorNumber 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.8 integer read-only
Last error number for port
                                           sieMPPortLastErrorTarget 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.9 integer read-only
Last target number where error occured for port
                                           sieMPPortLastErrorLun 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.10 integer read-only
Last lun number where error occured for port
                                           sieMPPortLastErrorPath 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.11 integer read-only
Last path where error occured for port
                                   sieMPLunTable 1.3.6.1.4.1.231.2.10.2.2.7.3.3 no-access
Table of available luns
                                       sieMPLun 1.3.6.1.4.1.231.2.10.2.2.7.3.3.1 no-access
Entry in table of luns
                                           sieMPLunID 1.3.6.1.4.1.231.2.10.2.2.7.3.3.1.1 integer read-only
A unique value for each lun, starts at 0 and remains unchanged from one re-initialization of the agent to the next
                                           sieMPLunParentPort 1.3.6.1.4.1.231.2.10.2.2.7.3.3.1.2 integer read-only
sieMPPortID of the group where lun is member
                                           sieMPLunTargetNo 1.3.6.1.4.1.231.2.10.2.2.7.3.3.1.3 integer read-only
SCSI Target ID of lun
                                           sieMPLunLunNo 1.3.6.1.4.1.231.2.10.2.2.7.3.3.1.4 integer read-only
SCSI LUN of lun
                                           sieMPLunInquiry 1.3.6.1.4.1.231.2.10.2.2.7.3.3.1.5 displaystring read-only
Inquiry string containing serial number, etc. for lun
                                           sieMPOSDeviceName 1.3.6.1.4.1.231.2.10.2.2.7.3.3.1.6 displaystring read-only
The operating system's name for this device (e.g. Windows NT: disk0).
                                           sieMPLunType 1.3.6.1.4.1.231.2.10.2.2.7.3.3.1.7 integer read-only
SCSI LUN type Enumeration: 'optical-disk': 7, 'printer': 2, 'scanner': 6, 'unit-not-present': 127, 'unknown': 255, 'worm': 4, 'jukebox': 8, 'tape': 1, 'cdrom': 5, 'disk': 0, 'processor': 3, 'network': 9.
                                           sieMPLunClaimed 1.3.6.1.4.1.231.2.10.2.2.7.3.3.1.8 integer read-only
SCSI LUN claimed status Enumeration: 'not-claimed': 0, 'claimed': 1.
                               sieMPTrapInfo 1.3.6.1.4.1.231.2.10.2.2.7.10
                                     sieMPTrapServerName 1.3.6.1.4.1.231.2.10.2.2.7.10.1 displaystring no-access
Name of the server where the trap occured
                                     sieMPTrapTime 1.3.6.1.4.1.231.2.10.2.2.7.10.2 integer no-access
Time the trap occured (in seconds since 1/1/1970 00:00:00)
                                     sieMPTrapGroupID 1.3.6.1.4.1.231.2.10.2.2.7.10.3 integer no-access
The MultiPath Group ID where the change occured
                                     sieMPTrapPortID 1.3.6.1.4.1.231.2.10.2.2.7.10.4 integer no-access
The MultiPath Port ID where the change occured
                                     sieMPTrapTargetID 1.3.6.1.4.1.231.2.10.2.2.7.10.5 integer no-access
The MultiPath Target ID where the change occured
                                     sieMPTrapLunID 1.3.6.1.4.1.231.2.10.2.2.7.10.6 integer no-access
The MultiPath Lun ID where the change occured
                         sieMPError 1.3.6.1.4.1.231.2.10.20.1200
Only one port of the MultiPath group was alive and this one failed. The MultiPath group is not operational anymore.
                         sieMPRetry 1.3.6.1.4.1.231.2.10.20.1201
One active port of a MultiPath group has failed. A retry on another path has been started.
                         sieMPActivePortChanged 1.3.6.1.4.1.231.2.10.20.1202
Trap occurs after the driver has activated a port as requested by the configuration utility.
                         sieMPReconfigured 1.3.6.1.4.1.231.2.10.20.1203
Trap occurs after the driver has added a port to a MultiPath group (if a matching port was found) or removed a port from a MultiPath group. The action was requested by the configuration utility.
                         sieMPStatusChanged 1.3.6.1.4.1.231.2.10.20.1204
Trap occurs after the driver has changed the behavior of a MultiPath group. Autorecovery was turned or off, loadbalancing was turned on or off or one port was enabled or disabled. The action was requested by the configuration utility.
                         sieMPAutoRecovered 1.3.6.1.4.1.231.2.10.20.1205
Trap occurs when the driver has detected that a port which was in status error is accessible again.
                         sieMPErrorCleared 1.3.6.1.4.1.231.2.10.20.1206
Trap occurs after the driver has cleared the error status for a port from a MultiPath group as requested by the configuration utility.