NETSERVER-MIB: View SNMP OID List / Download MIB

VENDOR: AUSPEX SYSTEMS, INC


 Home MIB: NETSERVER-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
 host 1.3.6.1.2.1.25
       hrSystem 1.3.6.1.2.1.25.1
           hrSystemUptime 1.3.6.1.2.1.25.1.1 timeticks read-only
The amount of time since this host was last initialized. Note that this is different from sysUpTime in MIB-II [3] because sysUpTime is the uptime of the network management portion of the system.
           hrSystemDate 1.3.6.1.2.1.25.1.2 dateandtime read-write
The host's notion of the local date and time of day.
           hrSystemInitialLoadDevice 1.3.6.1.2.1.25.1.3 integer read-write
The index of the hrDeviceEntry for the device from which this host is configured to load its initial operating system configuration.
           hrSystemInitialLoadParameters 1.3.6.1.2.1.25.1.4 internationaldisplaystring read-write
This object contains the parameters (e.g. a pathname and parameter) supplied to the load device when requesting the initial operating system configuration from that device.
           hrSystemNumUsers 1.3.6.1.2.1.25.1.5 gauge read-only
The number of user sessions for which this host is storing state information. A session is a collection of processes requiring a single act of user authentication and possibly subject to collective job control.
           hrSystemProcesses 1.3.6.1.2.1.25.1.6 gauge read-only
The number of process contexts currently loaded or running on this system.
           hrSystemMaxProcesses 1.3.6.1.2.1.25.1.7 integer read-only
The maximum number of process contexts this system can support. If there is no fixed maximum, the value should be zero. On systems that have a fixed maximum, this object can help diagnose failures that occur when this maximum is reached.
       hrStorage 1.3.6.1.2.1.25.2
           hrStorageTypes 1.3.6.1.2.1.25.2.1
               hrStorageOther 1.3.6.1.2.1.25.2.1.1
               hrStorageRam 1.3.6.1.2.1.25.2.1.2
               hrStorageVirtualMemory 1.3.6.1.2.1.25.2.1.3
               hrStorageFixedDisk 1.3.6.1.2.1.25.2.1.4
               hrStorageRemovableDisk 1.3.6.1.2.1.25.2.1.5
               hrStorageFloppyDisk 1.3.6.1.2.1.25.2.1.6
               hrStorageCompactDisc 1.3.6.1.2.1.25.2.1.7
               hrStorageRamDisk 1.3.6.1.2.1.25.2.1.8
           hrMemorySize 1.3.6.1.2.1.25.2.2 kbytes read-only
The amount of physical main memory contained by the host.
           hrStorageTable 1.3.6.1.2.1.25.2.3 no-access
The (conceptual) table of logical storage areas on the host. An entry shall be placed in the storage table for each logical area of storage that is allocated and has fixed resource limits. The amount of storage represented in an entity is the amount actually usable by the requesting entity, and excludes loss due to formatting or file system reference information. These entries are associated with logical storage areas, as might be seen by an application, rather than physical storage entities which are typically seen by an operating system. Storage such as tapes and floppies without file systems on them are typically not allocated in chunks by the operating system to requesting applications, and therefore shouldn't appear in this table. Examples of valid storage for this table include disk partitions, file systems, ram (for some architectures this is further segmented into regular memory, extended memory, and so on), backing store for virtual memory (`swap space'). This table is intended to be a useful diagnostic for `out of memory' and `out of buffers' types of failures. In addition, it can be a useful performance monitoring tool for tracking memory, disk, or buffer usage.
               hrStorageEntry 1.3.6.1.2.1.25.2.3.1 no-access
A (conceptual) entry for one logical storage area on the host. As an example, an instance of the hrStorageType object might be named hrStorageType.3
                   hrStorageIndex 1.3.6.1.2.1.25.2.3.1.1 integer read-only
A unique value for each logical storage area contained by the host.
                   hrStorageType 1.3.6.1.2.1.25.2.3.1.2 object identifier read-only
The type of storage represented by this entry.
                   hrStorageDescr 1.3.6.1.2.1.25.2.3.1.3 displaystring read-only
A description of the type and instance of the storage described by this entry.
                   hrStorageAllocationUnits 1.3.6.1.2.1.25.2.3.1.4 integer read-only
The size, in bytes, of the data objects allocated from this pool. If this entry is monitoring sectors, blocks, buffers, or packets, for example, this number will commonly be greater than one. Otherwise this number will typically be one.
                   hrStorageSize 1.3.6.1.2.1.25.2.3.1.5 integer read-write
The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
                   hrStorageUsed 1.3.6.1.2.1.25.2.3.1.6 integer read-only
The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.
                   hrStorageAllocationFailures 1.3.6.1.2.1.25.2.3.1.7 counter read-only
The number of requests for storage represented by this entry that could not be honored due to not enough storage. It should be noted that as this object has a SYNTAX of Counter, that it does not have a defined initial value. However, it is recommended that this object be initialized to zero.
       hrDevice 1.3.6.1.2.1.25.3
           hrDeviceTypes 1.3.6.1.2.1.25.3.1
               hrDeviceOther 1.3.6.1.2.1.25.3.1.1
               hrDeviceUnknown 1.3.6.1.2.1.25.3.1.2
               hrDeviceProcessor 1.3.6.1.2.1.25.3.1.3
               hrDeviceNetwork 1.3.6.1.2.1.25.3.1.4
               hrDevicePrinter 1.3.6.1.2.1.25.3.1.5
               hrDeviceDiskStorage 1.3.6.1.2.1.25.3.1.6
               hrDeviceVideo 1.3.6.1.2.1.25.3.1.10
               hrDeviceAudio 1.3.6.1.2.1.25.3.1.11
               hrDeviceCoprocessor 1.3.6.1.2.1.25.3.1.12
               hrDeviceKeyboard 1.3.6.1.2.1.25.3.1.13
               hrDeviceModem 1.3.6.1.2.1.25.3.1.14
               hrDeviceParallelPort 1.3.6.1.2.1.25.3.1.15
               hrDevicePointing 1.3.6.1.2.1.25.3.1.16
               hrDeviceSerialPort 1.3.6.1.2.1.25.3.1.17
               hrDeviceTape 1.3.6.1.2.1.25.3.1.18
               hrDeviceClock 1.3.6.1.2.1.25.3.1.19
               hrDeviceVolatileMemory 1.3.6.1.2.1.25.3.1.20
               hrDeviceNonVolatileMemory 1.3.6.1.2.1.25.3.1.21
           hrDeviceTable 1.3.6.1.2.1.25.3.2 no-access
The (conceptual) table of devices contained by the host.
               hrDeviceEntry 1.3.6.1.2.1.25.3.2.1 no-access
A (conceptual) entry for one device contained by the host. As an example, an instance of the hrDeviceType object might be named hrDeviceType.3
                   hrDeviceIndex 1.3.6.1.2.1.25.3.2.1.1 integer read-only
A unique value for each device contained by the host. The value for each device must remain constant at least from one re-initialization of the agent to the next re-initialization.
                   hrDeviceType 1.3.6.1.2.1.25.3.2.1.2 object identifier read-only
An indication of the type of device. If this value is `hrDeviceProcessor { hrDeviceTypes 3 }' then an entry exists in the hrProcessorTable which corresponds to this device. If this value is `hrDeviceNetwork { hrDeviceTypes 4 }', then an entry exists in the hrNetworkTable which corresponds to this device. If this value is `hrDevicePrinter { hrDeviceTypes 5 }', then an entry exists in the hrPrinterTable which corresponds to this device. If this value is `hrDeviceDiskStorage { hrDeviceTypes 6 }', then an entry exists in the hrDiskStorageTable which corresponds to this device.
                   hrDeviceDescr 1.3.6.1.2.1.25.3.2.1.3 displaystring read-only
A textual description of this device, including the device's manufacturer and revision, and optionally, its serial number.
                   hrDeviceID 1.3.6.1.2.1.25.3.2.1.4 productid read-only
The product ID for this device.
                   hrDeviceStatus 1.3.6.1.2.1.25.3.2.1.5 integer read-only
The current operational state of the device described by this row of the table. A value unknown(1) indicates that the current state of the device is unknown. running(2) indicates that the device is up and running and that no unusual error conditions are known. The warning(3) state indicates that agent has been informed of an unusual error condition by the operational software (e.g., a disk device driver) but that the device is still 'operational'. An example would be high number of soft errors on a disk. A value of testing(4), indicates that the device is not available for use because it is in the testing state. The state of down(5) is used only when the agent has been informed that the device is not available for any use. Enumeration: 'down': 5, 'unknown': 1, 'running': 2, 'warning': 3, 'testing': 4.
                   hrDeviceErrors 1.3.6.1.2.1.25.3.2.1.6 counter read-only
The number of errors detected on this device. It should be noted that as this object has a SYNTAX of Counter, that it does not have a defined initial value. However, it is recommended that this object be initialized to zero.
           hrProcessorTable 1.3.6.1.2.1.25.3.3 no-access
The (conceptual) table of processors contained by the host. Note that this table is potentially sparse: a (conceptual) entry exists only if the correspondent value of the hrDeviceType object is `hrDeviceProcessor'.
               hrProcessorEntry 1.3.6.1.2.1.25.3.3.1 no-access
A (conceptual) entry for one processor contained by the host. The hrDeviceIndex in the index represents the entry in the hrDeviceTable that corresponds to the hrProcessorEntry. As an example of how objects in this table are named, an instance of the hrProcessorFrwID object might be named hrProcessorFrwID.3
                   hrProcessorFrwID 1.3.6.1.2.1.25.3.3.1.1 productid read-only
The product ID of the firmware associated with the processor.
                   hrProcessorLoad 1.3.6.1.2.1.25.3.3.1.2 integer read-only
The average, over the last minute, of the percentage of time that this processor was not idle.
           hrNetworkTable 1.3.6.1.2.1.25.3.4 no-access
The (conceptual) table of network devices contained by the host. Note that this table is potentially sparse: a (conceptual) entry exists only if the correspondent value of the hrDeviceType object is `hrDeviceNetwork'.
               hrNetworkEntry 1.3.6.1.2.1.25.3.4.1 no-access
A (conceptual) entry for one network device contained by the host. The hrDeviceIndex in the index represents the entry in the hrDeviceTable that corresponds to the hrNetworkEntry. As an example of how objects in this table are named, an instance of the hrNetworkIfIndex object might be named hrNetworkIfIndex.3
                   hrNetworkIfIndex 1.3.6.1.2.1.25.3.4.1.1 integer read-only
The value of ifIndex which corresponds to this network device.
           hrPrinterTable 1.3.6.1.2.1.25.3.5 no-access
The (conceptual) table of printers local to the host. Note that this table is potentially sparse: a (conceptual) entry exists only if the correspondent value of the hrDeviceType object is `hrDevicePrinter'.
               hrPrinterEntry 1.3.6.1.2.1.25.3.5.1 no-access
A (conceptual) entry for one printer local to the host. The hrDeviceIndex in the index represents the entry in the hrDeviceTable that corresponds to the hrPrinterEntry. As an example of how objects in this table are named, an instance of the hrPrinterStatus object might be named hrPrinterStatus.3
                   hrPrinterStatus 1.3.6.1.2.1.25.3.5.1.1 integer read-only
The current status of this printer device. When in the idle(1), printing(2), or warmup(3) state, the corresponding hrDeviceStatus should be running(2) or warning(3). When in the unknown state, the corresponding hrDeviceStatus should be unknown(1). Enumeration: 'printing': 4, 'unknown': 2, 'idle': 3, 'other': 1, 'warmup': 5.
                   hrPrinterDetectedErrorState 1.3.6.1.2.1.25.3.5.1.2 octet string read-only
This object represents any error conditions detected by the printer. The error conditions are encoded as bits in an octet string, with the following definitions: Condition Bit # hrDeviceStatus lowPaper 0 warning(3) noPaper 1 down(5) lowToner 2 warning(3) noToner 3 down(5) doorOpen 4 down(5) jammed 5 down(5) offline 6 down(5) serviceRequested 7 warning(3) If multiple conditions are currently detected and the hrDeviceStatus would not otherwise be unknown(1) or testing(4), the hrDeviceStatus shall correspond to the worst state of those indicated, where down(5) is worse than warning(3) which is worse than running(2). Bits are numbered starting with the most significant bit of the first byte being bit 0, the least significant bit of the first byte being bit 7, the most significant bit of the second byte being bit 8, and so on. A one bit encodes that the condition was detected, while a zero bit encodes that the condition was not detected. This object is useful for alerting an operator to specific warning or error conditions that may occur, especially those requiring human intervention.
           hrDiskStorageTable 1.3.6.1.2.1.25.3.6 no-access
The (conceptual) table of long-term storage devices contained by the host. In particular, disk devices accessed remotely over a network are not included here. Note that this table is potentially sparse: a (conceptual) entry exists only if the correspondent value of the hrDeviceType object is `hrDeviceDiskStorage'.
               hrDiskStorageEntry 1.3.6.1.2.1.25.3.6.1 no-access
A (conceptual) entry for one long-term storage device contained by the host. The hrDeviceIndex in the index represents the entry in the hrDeviceTable that corresponds to the hrDiskStorageEntry. As an example, an instance of the hrDiskStorageCapacity object might be named hrDiskStorageCapacity.3
                   hrDiskStorageAccess 1.3.6.1.2.1.25.3.6.1.1 integer read-only
An indication if this long-term storage device is readable and writable or only readable. This should reflect the media type, any write-protect mechanism, and any device configuration that affects the entire device. Enumeration: 'readWrite': 1, 'readOnly': 2.
                   hrDiskStorageMedia 1.3.6.1.2.1.25.3.6.1.2 integer read-only
An indication of the type of media used in this long-term storage device. Enumeration: 'ramDisk': 8, 'unknown': 2, 'hardDisk': 3, 'opticalDiskWORM': 6, 'floppyDisk': 4, 'opticalDiskROM': 5, 'other': 1, 'opticalDiskRW': 7.
                   hrDiskStorageRemoveble 1.3.6.1.2.1.25.3.6.1.3 boolean read-only
Denotes whether or not the disk media may be removed from the drive.
                   hrDiskStorageCapacity 1.3.6.1.2.1.25.3.6.1.4 kbytes read-only
The total size for this long-term storage device.
           hrPartitionTable 1.3.6.1.2.1.25.3.7 no-access
The (conceptual) table of partitions for long-term storage devices contained by the host. In particular, partitions accessed remotely over a network are not included here.
               hrPartitionEntry 1.3.6.1.2.1.25.3.7.1 no-access
A (conceptual) entry for one partition. The hrDeviceIndex in the index represents the entry in the hrDeviceTable that corresponds to the hrPartitionEntry. As an example of how objects in this table are named, an instance of the hrPartitionSize object might be named hrPartitionSize.3.1
                   hrPartitionIndex 1.3.6.1.2.1.25.3.7.1.1 integer read-only
A unique value for each partition on this long- term storage device. The value for each long-term storage device must remain constant at least from one re-initialization of the agent to the next re- initialization.
                   hrPartitionLabel 1.3.6.1.2.1.25.3.7.1.2 internationaldisplaystring read-only
A textual description of this partition.
                   hrPartitionID 1.3.6.1.2.1.25.3.7.1.3 octet string read-only
A descriptor which uniquely represents this partition to the responsible operating system. On some systems, this might take on a binary representation.
                   hrPartitionSize 1.3.6.1.2.1.25.3.7.1.4 kbytes read-only
The size of this partition.
                   hrPartitionFSIndex 1.3.6.1.2.1.25.3.7.1.5 integer read-only
The index of the file system mounted on this partition. If no file system is mounted on this partition, then this value shall be zero. Note that multiple partitions may point to one file system, denoting that that file system resides on those partitions. Multiple file systems may not reside on one partition.
           hrFSTable 1.3.6.1.2.1.25.3.8 no-access
The (conceptual) table of file systems local to this host or remotely mounted from a file server. File systems that are in only one user's environment on a multi-user system will not be included in this table.
               hrFSEntry 1.3.6.1.2.1.25.3.8.1 no-access
A (conceptual) entry for one file system local to this host or remotely mounted from a file server. File systems that are in only one user's environment on a multi-user system will not be included in this table. As an example of how objects in this table are named, an instance of the hrFSMountPoint object might be named hrFSMountPoint.3
                   hrFSIndex 1.3.6.1.2.1.25.3.8.1.1 integer read-only
A unique value for each file system local to this host. The value for each file system must remain constant at least from one re-initialization of the agent to the next re-initialization.
                   hrFSMountPoint 1.3.6.1.2.1.25.3.8.1.2 internationaldisplaystring read-only
The path name of the root of this file system.
                   hrFSRemoteMountPoint 1.3.6.1.2.1.25.3.8.1.3 internationaldisplaystring read-only
A description of the name and/or address of the server that this file system is mounted from. This may also include parameters such as the mount point on the remote file system. If this is not a remote file system, this string should have a length of zero.
                   hrFSType 1.3.6.1.2.1.25.3.8.1.4 object identifier read-only
The value of this object identifies the type of this file system.
                   hrFSAccess 1.3.6.1.2.1.25.3.8.1.5 integer read-only
An indication if this file system is logically configured by the operating system to be readable and writable or only readable. This does not represent any local access-control policy, except one that is applied to the file system as a whole. Enumeration: 'readWrite': 1, 'readOnly': 2.
                   hrFSBootable 1.3.6.1.2.1.25.3.8.1.6 boolean read-only
A flag indicating whether this file system is bootable.
                   hrFSStorageIndex 1.3.6.1.2.1.25.3.8.1.7 integer read-only
The index of the hrStorageEntry that represents information about this file system. If there is no such information available, then this value shall be zero. The relevant storage entry will be useful in tracking the percent usage of this file system and diagnosing errors that may occur when it runs out of space.
                   hrFSLastFullBackupDate 1.3.6.1.2.1.25.3.8.1.8 dateandtime read-write
The last date at which this complete file system was copied to another storage device for backup. This information is useful for ensuring that backups are being performed regularly. If this information is not known, then this variable shall have the value corresponding to January 1, year 0000, 00:00:00.0, which is encoded as (hex)'00 00 01 01 00 00 00 00'.
                   hrFSLastPartialBackupDate 1.3.6.1.2.1.25.3.8.1.9 dateandtime read-write
The last date at which a portion of this file system was copied to another storage device for backup. This information is useful for ensuring that backups are being performed regularly. If this information is not known, then this variable shall have the value corresponding to January 1, year 0000, 00:00:00.0, which is encoded as (hex)'00 00 01 01 00 00 00 00'.
           hrFSTypes 1.3.6.1.2.1.25.3.9
               hrFSOther 1.3.6.1.2.1.25.3.9.1
               hrFSUnknown 1.3.6.1.2.1.25.3.9.2
               hrFSBerkeleyFFS 1.3.6.1.2.1.25.3.9.3
               hrFSSys5FS 1.3.6.1.2.1.25.3.9.4
               hrFSFat 1.3.6.1.2.1.25.3.9.5
               hrFSHPFS 1.3.6.1.2.1.25.3.9.6
               hrFSHFS 1.3.6.1.2.1.25.3.9.7
               hrFSMFS 1.3.6.1.2.1.25.3.9.8
               hrFSNTFS 1.3.6.1.2.1.25.3.9.9
               hrFSVNode 1.3.6.1.2.1.25.3.9.10
               hrFSJournaled 1.3.6.1.2.1.25.3.9.11
               hrFSiso9660 1.3.6.1.2.1.25.3.9.12
               hrFSRockRidge 1.3.6.1.2.1.25.3.9.13
               hrFSNFS 1.3.6.1.2.1.25.3.9.14
               hrFSNetware 1.3.6.1.2.1.25.3.9.15
               hrFSAFS 1.3.6.1.2.1.25.3.9.16
               hrFSDFS 1.3.6.1.2.1.25.3.9.17
               hrFSAppleshare 1.3.6.1.2.1.25.3.9.18
               hrFSRFS 1.3.6.1.2.1.25.3.9.19
               hrFSDGCFS 1.3.6.1.2.1.25.3.9.20
               hrFSBFS 1.3.6.1.2.1.25.3.9.21
 auspex 1.3.6.1.4.1.80
       netServer 1.3.6.1.4.1.80.3
           axProductInfo 1.3.6.1.4.1.80.3.1
               axProductName 1.3.6.1.4.1.80.3.1.1 octet string read-only
Name of the file server product.
               axSWVersion 1.3.6.1.4.1.80.3.1.2 octet string read-only
Version of the M16 Kernel on Netserver
               axNumNPFSP 1.3.6.1.4.1.80.3.1.3 integer read-only
Number of NPFSP boards on file server.
           axNP 1.3.6.1.4.1.80.3.2
               npTable 1.3.6.1.4.1.80.3.2.1 no-access
A table for all NPs(Network Processors) on the file server.
                   npEntry 1.3.6.1.4.1.80.3.2.1.1 no-access
An entry for each NP on the file server.
                       npIndex 1.3.6.1.4.1.80.3.2.1.1.1 integer read-only
A unique number for identifying an NP in the system.
                       npBusyCount 1.3.6.1.4.1.80.3.2.1.1.2 counter read-only
Busy counts of NP.
                       npIdleCount 1.3.6.1.4.1.80.3.2.1.1.3 counter read-only
Idle counts of NP.
               npIfTable 1.3.6.1.4.1.80.3.2.2 no-access
Table containing information for each interface of NP. It maps the interface with the NP
                   npIfEntry 1.3.6.1.4.1.80.3.2.2.1 no-access
Entry for each interface
                       npIfIndex 1.3.6.1.4.1.80.3.2.2.1.1 integer read-only
A unique number for an interface for a given NP
                       npIfifIndex 1.3.6.1.4.1.80.3.2.2.1.2 integer read-only
Corresponding ifINdex in ifTable of mib-2
                       npIfType 1.3.6.1.4.1.80.3.2.2.1.3 displaystring read-only
Type of network interface
                       npIfSpeed 1.3.6.1.4.1.80.3.2.2.1.4 integer read-only
Nominal Interface Speed (in millions of bits per second)
                       npIfInOctets 1.3.6.1.4.1.80.3.2.2.1.5 counter read-only
The total number of octets received on the interface, including framing characters
                       npIfInUcastPkts 1.3.6.1.4.1.80.3.2.2.1.6 counter read-only
The number of subnetwork-unicast packets delivered to a higher-layer protocol
                       npIfInNUcastPkts 1.3.6.1.4.1.80.3.2.2.1.7 counter read-only
The number of non-unicast (i.e., subnetwork-broadcast or multicast) packets delivered to a higher-layer protocol
                       npIfInDiscards 1.3.6.1.4.1.80.3.2.2.1.8 counter read-only
The inbound packet discard count even though no errors were detected. One reason for discarding could be to free up buffer space
                       npIfInErrors 1.3.6.1.4.1.80.3.2.2.1.9 counter read-only
The input-packet error count for an interface for a given NP
                       npIfInUnknownProto 1.3.6.1.4.1.80.3.2.2.1.10 counter read-only
The input-packet discard count due to an unknown or unsupported protocol
                       npIfOutOctets 1.3.6.1.4.1.80.3.2.2.1.11 counter read-only
The total number of octets transmitted out of the interface, including framing characters
                       npIfOutUcastPkts 1.3.6.1.4.1.80.3.2.2.1.12 counter read-only
The total number of packets that higher-level protocols requested be transmitted to a subnetwork-unicast address, including those that were discarded or not sent
                       npIfOutNUcastPkts 1.3.6.1.4.1.80.3.2.2.1.13 counter read-only
The total number of packets that higher-level protocols requested be transmitted to a non-unicast (i.e., a subnetwork-broadcast or multicast) address, including those that were discarded or not sent
                       npIfOutDiscards 1.3.6.1.4.1.80.3.2.2.1.14 counter read-only
The number of outbound packets that were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possibel reason for discarding such a packet could be to free up buffer space
                       npIfOutErrors 1.3.6.1.4.1.80.3.2.2.1.15 counter read-only
The number of outbound packets that could not be transmitted because of errors
                       npIfOutCollisions 1.3.6.1.4.1.80.3.2.2.1.16 counter read-only
The output-packet collision count for an interface for a given NP
                       npIfOutQLen 1.3.6.1.4.1.80.3.2.2.1.17 gauge read-only
The output-packet queue length (in packets) for an interface for a given NP
                       npIfAdminStatus 1.3.6.1.4.1.80.3.2.2.1.18 integer read-write
The desired state of the interface. The testing(3) state indicates that no operational packets can be passed. Enumeration: 'down': 2, 'testing': 3, 'up': 1.
                       npIfOperStatus 1.3.6.1.4.1.80.3.2.2.1.19 integer read-only
The current operational state of the interface. The testing(3) state indicates that no operational packets can be passed. Enumeration: 'down': 2, 'testing': 3, 'up': 1.
               npProtocols 1.3.6.1.4.1.80.3.2.3
                   npIPTable 1.3.6.1.4.1.80.3.2.3.1 no-access
Table for Internet Protocol statistics for each NP of the system.
                       npIPEntry 1.3.6.1.4.1.80.3.2.3.1.1 no-access
An entry for each NP in the system.
                           npIPForwarding 1.3.6.1.4.1.80.3.2.3.1.1.1 integer read-only
It has two values : forwarding(1) -- acting as gateway notforwarding(2) -- NOT acting as gateway Enumeration: 'forwarding': 1, 'not-forwarding': 2.
                           npIPDefaultTTL 1.3.6.1.4.1.80.3.2.3.1.1.2 integer read-only
NP IP default Time To Live.
                           npIPInReceives 1.3.6.1.4.1.80.3.2.3.1.1.3 counter read-only
NP IP received packet count.
                           npIPInHdrErrors 1.3.6.1.4.1.80.3.2.3.1.1.4 counter read-only
NP IP header error count.
                           npIPInAddrErrors 1.3.6.1.4.1.80.3.2.3.1.1.5 counter read-only
NP IP address error count.
                           npIPForwDatagrams 1.3.6.1.4.1.80.3.2.3.1.1.6 counter read-only
NP IP forwarded datagram count.
                           npIPInUnknownProtos 1.3.6.1.4.1.80.3.2.3.1.1.7 counter read-only
NP IP input packet with unknown protocol.
                           npIPInDiscards 1.3.6.1.4.1.80.3.2.3.1.1.8 counter read-only
NP IP discarded input packet count.
                           npIPInDelivers 1.3.6.1.4.1.80.3.2.3.1.1.9 counter read-only
NP IP delivered input packet count.
                           npIPOutRequests 1.3.6.1.4.1.80.3.2.3.1.1.10 counter read-only
NP IP tx packet count.
                           npIPOutDiscards 1.3.6.1.4.1.80.3.2.3.1.1.11 counter read-only
NP IP discarded out packet count.
                           npIPOutNoRoutes 1.3.6.1.4.1.80.3.2.3.1.1.12 counter read-only
NP IP tx fails due to no route count.
                           npIPReasmTimeout 1.3.6.1.4.1.80.3.2.3.1.1.13 counter read-only
NP IP reassembly time out count.
                           npIPReasmReqds 1.3.6.1.4.1.80.3.2.3.1.1.14 counter read-only
NP IP reassembly required count.
                           npIPReasmOKs 1.3.6.1.4.1.80.3.2.3.1.1.15 counter read-only
NP IP reassembly success count.
                           npIPReasmFails 1.3.6.1.4.1.80.3.2.3.1.1.16 counter read-only
NP IP reassembly failure count.
                           npIPFragOKs 1.3.6.1.4.1.80.3.2.3.1.1.17 counter read-only
NP IP fragmentation success count.
                           npIPFragFails 1.3.6.1.4.1.80.3.2.3.1.1.18 counter read-only
NP IP fragmentation failure count.
                           npIPFragCreates 1.3.6.1.4.1.80.3.2.3.1.1.19 counter read-only
NP IP fragment created count.
                           npIPRoutingDiscards 1.3.6.1.4.1.80.3.2.3.1.1.20 counter read-only
NP IP discarded route count.
                   npICMPTable 1.3.6.1.4.1.80.3.2.3.2 no-access
Table for Internet Control Message Protocol statistics for each NP of the system.
                       npICMPEntry 1.3.6.1.4.1.80.3.2.3.2.1 no-access
An entry for each NP in the system.
                           npICMPInMsgs 1.3.6.1.4.1.80.3.2.3.2.1.1 counter read-only
NP ICMP input message count.
                           npICMPInErrors 1.3.6.1.4.1.80.3.2.3.2.1.2 counter read-only
NP ICMP input error packet count.
                           npICMPInDestUnreachs 1.3.6.1.4.1.80.3.2.3.2.1.3 counter read-only
NP ICMP input destination unreachable count.
                           npICMPInTimeExcds 1.3.6.1.4.1.80.3.2.3.2.1.4 counter read-only
NP ICMP input time exceeded count.
                           npICMPInParmProbs 1.3.6.1.4.1.80.3.2.3.2.1.5 counter read-only
NP ICMP input parameter problem packet count.
                           npICMPInSrcQuenchs 1.3.6.1.4.1.80.3.2.3.2.1.6 counter read-only
NP ICMP input source quench packet count.
                           npICMPInRedirects 1.3.6.1.4.1.80.3.2.3.2.1.7 counter read-only
NP ICMP input redirect packet count.
                           npICMPInEchos 1.3.6.1.4.1.80.3.2.3.2.1.8 counter read-only
NP ICMP input echo count.
                           npICMPInEchoReps 1.3.6.1.4.1.80.3.2.3.2.1.9 counter read-only
NP ICMP input echo reply count.
                           npICMPInTimestamps 1.3.6.1.4.1.80.3.2.3.2.1.10 counter read-only
NP ICMP input timestamp count.
                           npICMPInTimestampReps 1.3.6.1.4.1.80.3.2.3.2.1.11 counter read-only
NP ICMP input timestamp reply count.
                           npICMPInAddrMasks 1.3.6.1.4.1.80.3.2.3.2.1.12 counter read-only
NP ICMP input address mask count.
                           npICMPInAddrMaskReps 1.3.6.1.4.1.80.3.2.3.2.1.13 counter read-only
NP ICMP input address mask reply count.
                           npICMPOutMsgs 1.3.6.1.4.1.80.3.2.3.2.1.14 counter read-only
NP ICMP output message count.
                           npICMPOutErrors 1.3.6.1.4.1.80.3.2.3.2.1.15 counter read-only
NP ICMP output error packet count.
                           npICMPOutDestUnreachs 1.3.6.1.4.1.80.3.2.3.2.1.16 counter read-only
NP ICMP output destination unreachable count.
                           npICMPOutTimeExcds 1.3.6.1.4.1.80.3.2.3.2.1.17 counter read-only
NP ICMP output time exceeded count.
                           npICMPOutParmProbs 1.3.6.1.4.1.80.3.2.3.2.1.18 counter read-only
NP ICMP output parameter problem packet count.
                           npICMPOutSrcQuenchs 1.3.6.1.4.1.80.3.2.3.2.1.19 counter read-only
NP ICMP output source quench packet count.
                           npICMPOutRedirects 1.3.6.1.4.1.80.3.2.3.2.1.20 counter read-only
NP ICMP output redirect packet count.
                           npICMPOutEchos 1.3.6.1.4.1.80.3.2.3.2.1.21 counter read-only
NP ICMP output echo count.
                           npICMPOutEchoReps 1.3.6.1.4.1.80.3.2.3.2.1.22 counter read-only
NP ICMP output echo reply count.
                           npICMPOutTimestamps 1.3.6.1.4.1.80.3.2.3.2.1.23 counter read-only
NP ICMP output timestamp count.
                           npICMPOutTimestampReps 1.3.6.1.4.1.80.3.2.3.2.1.24 counter read-only
NP ICMP output timestamp reply count.
                           npICMPOutAddrMasks 1.3.6.1.4.1.80.3.2.3.2.1.25 counter read-only
NP ICMP output address mask count.
                           npICMPOutAddrMaskReps 1.3.6.1.4.1.80.3.2.3.2.1.26 counter read-only
NP ICMP output address mask reply count.
                   npTCPTable 1.3.6.1.4.1.80.3.2.3.3 no-access
Table for Transmission Control Protocol statistics for each NP of the system.
                       npTCPEntry 1.3.6.1.4.1.80.3.2.3.3.1 no-access
An entry for each NP in the system.
                           npTCPRtoAlgorithm 1.3.6.1.4.1.80.3.2.3.3.1.1 integer read-only
NP TCP Round Trip Algorithm type. Enumeration: 'vanj': 4, 'other': 1, 'constant': 2, 'rsre': 3.
                           npTCPRtoMin 1.3.6.1.4.1.80.3.2.3.3.1.2 integer read-only
NP TCP minimum RTO.
                           npTCPRtoMax 1.3.6.1.4.1.80.3.2.3.3.1.3 integer read-only
NP TCP maximum RTO.
                           npTCPMaxConn 1.3.6.1.4.1.80.3.2.3.3.1.4 integer read-only
NP TCP maximum number of connections.
                           npTCPActiveOpens 1.3.6.1.4.1.80.3.2.3.3.1.5 counter read-only
NP TCP active open count.
                           npTCPPassiveOpens 1.3.6.1.4.1.80.3.2.3.3.1.6 counter read-only
NP TCP passive open count.
                           npTCPAttemptFails 1.3.6.1.4.1.80.3.2.3.3.1.7 counter read-only
NP TCP connect attempt fails.
                           npTCPEstabResets 1.3.6.1.4.1.80.3.2.3.3.1.8 counter read-only
NP TCP reset of established session.
                           npTCPCurrEstab 1.3.6.1.4.1.80.3.2.3.3.1.9 integer read-only
NP TCP current established session count.
                           npTCPInSegs 1.3.6.1.4.1.80.3.2.3.3.1.10 counter read-only
NP TCP input segments count.
                           npTCPOutSegs 1.3.6.1.4.1.80.3.2.3.3.1.11 counter read-only
NP TCP output segments count.
                           npTCPRetransSegs 1.3.6.1.4.1.80.3.2.3.3.1.12 counter read-only
NP TCP retransmitted segments count.
                           npTCPInErrs 1.3.6.1.4.1.80.3.2.3.3.1.13 counter read-only
NP TCP input error packets count.
                           npTCPOutRsts 1.3.6.1.4.1.80.3.2.3.3.1.14 counter read-only
NP TCP output reset packets count.
                   npUDPTable 1.3.6.1.4.1.80.3.2.3.4 no-access
Table for User Datagram Protocol statistics for each NP of the system.
                       npUDPEntry 1.3.6.1.4.1.80.3.2.3.4.1 no-access
An entry for each NP in the system.
                           npUDPInDatagrams 1.3.6.1.4.1.80.3.2.3.4.1.1 counter read-only
NP UDP input datagram count.
                           npUDPNoPorts 1.3.6.1.4.1.80.3.2.3.4.1.2 counter read-only
NP UDP number of ports.
                           npUDPInErrors 1.3.6.1.4.1.80.3.2.3.4.1.3 counter read-only
NP UDP input error count.
                           npUDPOutDatagrams 1.3.6.1.4.1.80.3.2.3.4.1.4 counter read-only
Np UDP output datagram count.
                   npNFSTable 1.3.6.1.4.1.80.3.2.3.5 no-access
Table for Network File System statistics for each NP in the system.
                       npNFSEntry 1.3.6.1.4.1.80.3.2.3.5.1 no-access
An entry for each NP in the system.
                           npNFSDCounts 1.3.6.1.4.1.80.3.2.3.5.1.1 counter read-only
NP NFS count (obtained from NFS daemon)
                           npNFSDNJobs 1.3.6.1.4.1.80.3.2.3.5.1.2 counter read-only
NP NFS number of jobs (obtained from NFS daemon)
                           npNFSDBusyCounts 1.3.6.1.4.1.80.3.2.3.5.1.3 counter read-only
NP NFS busy count (obtained from NFS daemon)
                   npSMBTable 1.3.6.1.4.1.80.3.2.3.6 no-access
Contains statistical counts for the SMB protocol per NP
                       npSMBEntry 1.3.6.1.4.1.80.3.2.3.6.1 no-access
An entry for each NP in the system.
                           npSMBRcvd 1.3.6.1.4.1.80.3.2.3.6.1.1 counter read-only
The total number of SMB netbios messages received.
                           npSMBBytesRcvd 1.3.6.1.4.1.80.3.2.3.6.1.2 counter read-only
The total number of SMB related bytes rvcd by this NP from a client (does not include netbios header bytes).
                           npSMBBytesSent 1.3.6.1.4.1.80.3.2.3.6.1.3 counter read-only
The total SMB related bytes sent by this NP to a client (does not include netbios header bytes).
                           npSMBReads 1.3.6.1.4.1.80.3.2.3.6.1.4 counter read-only
The total number of SMB reads consisting of the following opcodes: SMB-COM-READ, SMB-COM-LOCK-AND-READ, SMB-COM-READ-RAW, SMB-COM-READ-MPX, SMB-COM-READ-MPX-SECONDARY and SMB-COM-READ-ANDX.
                           npSMBWrites 1.3.6.1.4.1.80.3.2.3.6.1.5 counter read-only
The total number of SMB writes consisting of the following opcodes: SMB-COM-WRITE, SMB-COM-WRITE-AND-UNLOCK, SMB-COM-WRITE-RAW, SMB-COM-WRITE-MPX, SMB-COM-WRITE-COMPLETE, SMB-COM-WRITE-ANDX and SMB-COM-WRITE-AND-CLOSE.
                           npSMBOpens 1.3.6.1.4.1.80.3.2.3.6.1.6 counter read-only
The total number of SMB opens consisting of the SMB-COM-OPEN, SMB-COM-CREATE,SMB-COM-CREATE-TEMPORARY,SMB-COM-CREATE-NEW, TRANS2-OPEN2, NT-TRANSACT-CREATE and SMB-COM-OPEN-ANDX opcodes received.
                           npSMBCloses 1.3.6.1.4.1.80.3.2.3.6.1.7 counter read-only
The total number of SMB SMB-COM-CLOSE opcodes recieved.
                           npSMBErrors 1.3.6.1.4.1.80.3.2.3.6.1.8 counter read-only
The total number of invalid netbios messages recieved.
                           npSMBLocksHeld 1.3.6.1.4.1.80.3.2.3.6.1.9 integer read-only
The total number of locks currently held
           axFSP 1.3.6.1.4.1.80.3.3
               fspTable 1.3.6.1.4.1.80.3.3.1 no-access
A table for all FSPs(File and Storage Processors) on the file server.
                   fspEntry 1.3.6.1.4.1.80.3.3.1.1 no-access
An entry for one FSP on the file server.
                       fspIndex 1.3.6.1.4.1.80.3.3.1.1.1 integer read-only
A unique number for identifying an FSP in the system.
                       fspBusyCount 1.3.6.1.4.1.80.3.3.1.1.2 counter read-only
Busy counts of FSP.
                       fspIdleCount 1.3.6.1.4.1.80.3.3.1.1.3 counter read-only
Idle counts of FSP.
               axFP 1.3.6.1.4.1.80.3.3.2
                   fpLFSTable 1.3.6.1.4.1.80.3.3.2.1 no-access
Table for FP File System Services Statistics for each FSP on the system.
                       fpLFSEntry 1.3.6.1.4.1.80.3.3.2.1.1 no-access
An entry for each FSP in the system.
                           fpLFSVersion 1.3.6.1.4.1.80.3.3.2.1.1.1 integer read-only
FP file system services statistics version.
                           fpLFSMounts 1.3.6.1.4.1.80.3.3.2.1.1.2 counter read-only
FP file system services - FC-MOUNT - Counter.
                           fpLFSUMounts 1.3.6.1.4.1.80.3.3.2.1.1.3 counter read-only
FP file system services - FC-UMOUNT - Counter.
                           fpLFSReads 1.3.6.1.4.1.80.3.3.2.1.1.4 counter read-only
FP file system services - FC-READ - Counter.
                           fpLFSWrites 1.3.6.1.4.1.80.3.3.2.1.1.5 counter read-only
FP file system services - FC-WRITE - Counter.
                           fpLFSReaddirs 1.3.6.1.4.1.80.3.3.2.1.1.6 counter read-only
FP file system services - FC-READDIR - Counter.
                           fpLFSReadlinks 1.3.6.1.4.1.80.3.3.2.1.1.7 counter read-only
FP file system services - FC-READLINK - Counter.
                           fpLFSMkdirs 1.3.6.1.4.1.80.3.3.2.1.1.8 counter read-only
FP file system services - FC-MKDIR - Counter.
                           fpLFSMknods 1.3.6.1.4.1.80.3.3.2.1.1.9 counter read-only
FP file system services - FC-MKNOD - Counter.
                           fpLFSReaddirPluses 1.3.6.1.4.1.80.3.3.2.1.1.10 counter read-only
FP file system services - FC-READDIR-PLUS - Counter.
                           fpLFSFsstats 1.3.6.1.4.1.80.3.3.2.1.1.11 counter read-only
FP file system services - FC-FSSTAT - Counter.
                           fpLFSNull 1.3.6.1.4.1.80.3.3.2.1.1.12 counter read-only
FP file system services - FC-NULL - Counter.
                           fpLFSFsinfo 1.3.6.1.4.1.80.3.3.2.1.1.13 counter read-only
FP file system services - FC-FSINFO - Counter.
                           fpLFSGetattrs 1.3.6.1.4.1.80.3.3.2.1.1.14 counter read-only
FP file system services - FC-GETATTR - Counter.
                           fpLFSSetattrs 1.3.6.1.4.1.80.3.3.2.1.1.15 counter read-only
FP file system services - FC-SETATTR - Counter.
                           fpLFSLookups 1.3.6.1.4.1.80.3.3.2.1.1.16 counter read-only
FP file system services - FC-LOOKUP - Counter.
                           fpLFSCreates 1.3.6.1.4.1.80.3.3.2.1.1.17 counter read-only
FP file system services - FC-CREATE - Counter.
                           fpLFSRemoves 1.3.6.1.4.1.80.3.3.2.1.1.18 counter read-only
FP file system services - FC-REMOVE - Counter.
                           fpLFSRenames 1.3.6.1.4.1.80.3.3.2.1.1.19 counter read-only
FP file system services - FC-RENAME - Counter.
                           fpLFSLinks 1.3.6.1.4.1.80.3.3.2.1.1.20 counter read-only
FP file system services - FC-LINK - Counter.
                           fpLFSSymlinks 1.3.6.1.4.1.80.3.3.2.1.1.21 counter read-only
FP file system services - FC-SYMLINK - Counter.
                           fpLFSRmdirs 1.3.6.1.4.1.80.3.3.2.1.1.22 counter read-only
FP file system services - FC-RMDIR - Counter.
                           fpLFSCkpntons 1.3.6.1.4.1.80.3.3.2.1.1.23 counter read-only
FP file system services - FC-CKPNTON - Counter.
                           fpLFSCkpntoffs 1.3.6.1.4.1.80.3.3.2.1.1.24 counter read-only
FP file system services - FC-CKPNTOFFS - Counter.
                           fpLFSClears 1.3.6.1.4.1.80.3.3.2.1.1.25 counter read-only
FP file system services - FC-CLEAR - Counter.
                           fpLFSIsolateFs 1.3.6.1.4.1.80.3.3.2.1.1.26 counter read-only
FP file system services - FC-ISOLATE-FS - Counter.
                           fpLFSReleaseFs 1.3.6.1.4.1.80.3.3.2.1.1.27 counter read-only
FP file system services - FC-RELEASE-FS - Counter.
                           fpLFSIsolationStates 1.3.6.1.4.1.80.3.3.2.1.1.28 counter read-only
FP file system services - FC-ISOLATION-STATE - Counter.
                           fpLFSDiagnostics 1.3.6.1.4.1.80.3.3.2.1.1.29 counter read-only
FP file system services - FC-DIAGNOSTIC - Counter.
                           fpLFSPurges 1.3.6.1.4.1.80.3.3.2.1.1.30 counter read-only
FP file system services - FC-PURGE - Counter.
                   fpFileSystemTable 1.3.6.1.4.1.80.3.3.2.2 no-access
Table containg File systems on each FSP
                       fpFSEntry 1.3.6.1.4.1.80.3.3.2.2.1 no-access
Entry for each File System
                           fpFSIndex 1.3.6.1.4.1.80.3.3.2.2.1.1 integer read-only
Uniquely identifies each FS on FSP
                           fpHrFSIndex 1.3.6.1.4.1.80.3.3.2.2.1.2 integer read-only
Index of the corresponding FS entry in host resource mib
                   fpHTFS 1.3.6.1.4.1.80.3.3.2.3
                       fpDNLCTStatTable 1.3.6.1.4.1.80.3.3.2.3.1 no-access
DNLC is part of StackOS module. This table displays DNLC Statistics.
                           fpDNLCSEntry 1.3.6.1.4.1.80.3.3.2.3.1.1 no-access
Each entry for a FSP board.
                               fpDNLCHit 1.3.6.1.4.1.80.3.3.2.3.1.1.1 integer read-only
DNLC hit on a given FSP.
                               fpDNLCMiss 1.3.6.1.4.1.80.3.3.2.3.1.1.2 integer read-only
DNLC miss on a given FSP.
                               fpDNLCEnter 1.3.6.1.4.1.80.3.3.2.3.1.1.3 integer read-only
Number of DNLC entries made (total).
                               fpDNLCConflict 1.3.6.1.4.1.80.3.3.2.3.1.1.4 integer read-only
Times entry found in DNLC on dnlc-enter.
                               fpDNLCPurgevfsp 1.3.6.1.4.1.80.3.3.2.3.1.1.5 integer read-only
Entries purged based on vfsp.
                               fpDNLCPurgevp 1.3.6.1.4.1.80.3.3.2.3.1.1.6 integer read-only
Entries purge based on vp.
                               fpDNLCHashsz 1.3.6.1.4.1.80.3.3.2.3.1.1.7 integer read-only
Number of hash buckets in dnlc hash table.
                       fpPageStatTable 1.3.6.1.4.1.80.3.3.2.3.2 no-access
Page is part of StackOS module. This table gives the Page Statistics for all FSPs.
                           fpPageEntry 1.3.6.1.4.1.80.3.3.2.3.2.1 no-access
Each Entry in the table displays Page Statistics for a FSP.
                               fpPAGETotalmem 1.3.6.1.4.1.80.3.3.2.3.2.1.1 integer read-only
Allocated memory for pages.
                               fpPAGEFreelistcnt 1.3.6.1.4.1.80.3.3.2.3.2.1.2 integer read-only
Pages on freelist.
                               fpPAGECachelistcnt 1.3.6.1.4.1.80.3.3.2.3.2.1.3 integer read-only
Pages on cachelist.
                               fpPAGEDirtyflistcnt 1.3.6.1.4.1.80.3.3.2.3.2.1.4 integer read-only
Pages on dirtyflist.
                               fpPAGEDirtydlistcnt 1.3.6.1.4.1.80.3.3.2.3.2.1.5 integer read-only
Pages on dirtydlist
                               fpPAGECachehit 1.3.6.1.4.1.80.3.3.2.3.2.1.6 integer read-only
Page cache hit.
                               fpPAGECachemiss 1.3.6.1.4.1.80.3.3.2.3.2.1.7 integer read-only
Page cache miss.
                               fpPAGEWritehit 1.3.6.1.4.1.80.3.3.2.3.2.1.8 integer read-only
Page cache write hit.
                               fpPAGEWritemiss 1.3.6.1.4.1.80.3.3.2.3.2.1.9 integer read-only
Page cache write miss.
                               fpPAGEZcref 1.3.6.1.4.1.80.3.3.2.3.2.1.10 integer read-only
Page Zref.
                               fpPAGEZcbreak 1.3.6.1.4.1.80.3.3.2.3.2.1.11 integer read-only
Page Zbreak.
                               fpPAGEOutscan 1.3.6.1.4.1.80.3.3.2.3.2.1.12 integer read-only
Page out scan.
                               fpPAGEOutputpage 1.3.6.1.4.1.80.3.3.2.3.2.1.13 integer read-only
Output Page.
                               fpPAGEFsflushscan 1.3.6.1.4.1.80.3.3.2.3.2.1.14 integer read-only
Flush scan.
                               fpPAGEFsflushputpage 1.3.6.1.4.1.80.3.3.2.3.2.1.15 integer read-only
Flush output page.
                               fpPAGEOutcnt 1.3.6.1.4.1.80.3.3.2.3.2.1.16 integer read-only
Page out count.
                       fpBufferStatTable 1.3.6.1.4.1.80.3.3.2.3.3 no-access
BufferIO is one of the modules present in StackOS. This table displays the bufferIO statistics for all FSPs.
                           fpBufferEntry 1.3.6.1.4.1.80.3.3.2.3.3.1 no-access
Each entry in the table for a single FSP.
                               fpBUFLreads 1.3.6.1.4.1.80.3.3.2.3.3.1.1 integer read-only
Number of buffered reads.
                               fpBUFBreads 1.3.6.1.4.1.80.3.3.2.3.3.1.2 integer read-only
Number of breads doing sp-read.
                               fpBUFLwrites 1.3.6.1.4.1.80.3.3.2.3.3.1.3 integer read-only
Number of buffered writes (incl. delayed).
                               fpBUFBwrites 1.3.6.1.4.1.80.3.3.2.3.3.1.4 integer read-only
Number of bwrites doing sp-write.
                               fpBUFIOwaits 1.3.6.1.4.1.80.3.3.2.3.3.1.5 integer read-only
Number of processes blocked in biowait.
                               fpBUFResid 1.3.6.1.4.1.80.3.3.2.3.3.1.6 integer read-only
Running total of unused buf memory.
                               fpBUFBufsize 1.3.6.1.4.1.80.3.3.2.3.3.1.7 integer read-only
Running total of memory on free list.
                               fpBUFBcount 1.3.6.1.4.1.80.3.3.2.3.3.1.8 integer read-only
Running total of memory on hash lists.
                       fpInodeTable 1.3.6.1.4.1.80.3.3.2.3.4 no-access
Inode table displays the Inode Statistics for all FSPs. Inode is part of StackOS module.
                           fpInodeEntry 1.3.6.1.4.1.80.3.3.2.3.4.1 no-access
Each entry in the table displays Inode Statistics for a FSP.
                               fpINODEIgetcalls 1.3.6.1.4.1.80.3.3.2.3.4.1.1 integer read-only
Number of calls to htfs-iget.
                               fpFoundinodes 1.3.6.1.4.1.80.3.3.2.3.4.1.2 integer read-only
Inode cache hits.
                               fpTotalinodes 1.3.6.1.4.1.80.3.3.2.3.4.1.3 integer read-only
Total number of inodes in memory.
                               fpGoneinodes 1.3.6.1.4.1.80.3.3.2.3.4.1.4 integer read-only
Number of inodes on gone list.
                               fpFreeinodes 1.3.6.1.4.1.80.3.3.2.3.4.1.5 integer read-only
Number of inodes on free list.
                               fpCacheinodes 1.3.6.1.4.1.80.3.3.2.3.4.1.6 integer read-only
Number of inodes on cache list.
                               fpSyncinodes 1.3.6.1.4.1.80.3.3.2.3.4.1.7 integer read-only
Number of inodes on sync list.
               axSP 1.3.6.1.4.1.80.3.3.3
                   spRaid 1.3.6.1.4.1.80.3.3.3.2
               axFab 1.3.6.1.4.1.80.3.3.4
                   fabAdptTable 1.3.6.1.4.1.80.3.3.4.1 no-access
Table containing information for all fibre channel adapters information on the Auspex IO node
                       fabAdptEntry 1.3.6.1.4.1.80.3.3.4.1.1 no-access
Entry for each fibre channel adapter
                           fabIndex 1.3.6.1.4.1.80.3.3.4.1.1.1 integer read-only
Fabric adapter index
                           fabPCIBusNum 1.3.6.1.4.1.80.3.3.4.1.1.2 u16bits read-only
Fabric adapter PCI BUS number
                           fabSlotNum 1.3.6.1.4.1.80.3.3.4.1.1.3 u16bits read-only
Fabric adapter Slot number
                           fabIntLine 1.3.6.1.4.1.80.3.3.4.1.1.4 u16bits read-only
Fabric adapter Interrupt line
                           fabIntPin 1.3.6.1.4.1.80.3.3.4.1.1.5 u16bits read-only
Fabric adapter Interrupt pin
                           fabType 1.3.6.1.4.1.80.3.3.4.1.1.6 u16bits read-only
Fabric adapter Type
                           fabVendorId 1.3.6.1.4.1.80.3.3.4.1.1.7 u16bits read-only
Fabric adapter Vendor ID
                           fabDeviceId 1.3.6.1.4.1.80.3.3.4.1.1.8 u16bits read-only
Fabric adapter Device ID
                           fabRevisionId 1.3.6.1.4.1.80.3.3.4.1.1.9 u16bits read-only
Fabric adapter Revision ID
                           fabWWN 1.3.6.1.4.1.80.3.3.4.1.1.10 displaystring read-only
Fabric adapter World Wide Number
                           fabNumOfTargets 1.3.6.1.4.1.80.3.3.4.1.1.11 u16bits read-only
Number of targets found for the adapter
                           fabAdptNumber 1.3.6.1.4.1.80.3.3.4.1.1.12 u08bits read-only
Fabric adapter Number
                   fabTargetTable 1.3.6.1.4.1.80.3.3.4.2 no-access
Table containing information for all fibre channel adapters information on the Auspex IO node
                       fabTargetEntry 1.3.6.1.4.1.80.3.3.4.2.1 no-access
Entry for each fibre channel adapter
                           fabTargetIndex 1.3.6.1.4.1.80.3.3.4.2.1.1 integer read-only
The Fabric target adapter index
                           fabTargetAdapterNum 1.3.6.1.4.1.80.3.3.4.2.1.2 u08bits read-only
The fabric target Adapter number
                           fabTargetNumber 1.3.6.1.4.1.80.3.3.4.2.1.3 u16bits read-only
The fabric target number
                           fabTargetWWN 1.3.6.1.4.1.80.3.3.4.2.1.4 displaystring read-only
The fabric target WWN number
                           fabTargetPortWWN 1.3.6.1.4.1.80.3.3.4.2.1.5 displaystring read-only
The fabric target Port WWN number
                           fabTargetAliasName 1.3.6.1.4.1.80.3.3.4.2.1.6 displaystring read-only
The fabric target Alias Name
                           fabTargetType 1.3.6.1.4.1.80.3.3.4.2.1.7 integer read-only
The fabric target Type disk - other Enumeration: 'disk': 1, 'other': 2.
                           fabTargetNumOfLuns 1.3.6.1.4.1.80.3.3.4.2.1.8 u16bits read-only
The number of luns on the target
                   fabLunTable 1.3.6.1.4.1.80.3.3.4.3 no-access
Table containing information for all Luns
                       fabLunEntry 1.3.6.1.4.1.80.3.3.4.3.1 no-access
Entry for each Lun
                           fabLunIndex 1.3.6.1.4.1.80.3.3.4.3.1.1 integer read-only
Unique Lun identifier
                           fabLunNumber 1.3.6.1.4.1.80.3.3.4.3.1.2 u16bits read-only
Lun Number
                           fabLunAdptNumber 1.3.6.1.4.1.80.3.3.4.3.1.3 u08bits read-only
The adapter number for the lun
                           fabLunTarNumber 1.3.6.1.4.1.80.3.3.4.3.1.4 u16bits read-only
The Target number for the lun
                           fabLunWWN 1.3.6.1.4.1.80.3.3.4.3.1.5 displaystring read-only
The worldwide number for the lun
                           fabLunType 1.3.6.1.4.1.80.3.3.4.3.1.6 u08bits read-only
The type of the lun
                           fabLunSize 1.3.6.1.4.1.80.3.3.4.3.1.7 integer read-only
The size of the lun
                           fabLunMap 1.3.6.1.4.1.80.3.3.4.3.1.8 integer read-only
Identifier for the lun mapping Enumeration: 'unmapped': 0, 'mapped': 1.
                   fabLunMapTable 1.3.6.1.4.1.80.3.3.4.4 no-access
Table containing mapping information for all Luns
                       fabLunMapEntry 1.3.6.1.4.1.80.3.3.4.4.1 no-access
Entry for each mapped Lun
                           fabLunMapIndex 1.3.6.1.4.1.80.3.3.4.4.1.1 integer read-only
Unique Mapped Lun identifier
                           fabLunMNumber 1.3.6.1.4.1.80.3.3.4.4.1.2 u16bits read-only
Mapped Lun Number
                           fabLunAlias 1.3.6.1.4.1.80.3.3.4.4.1.3 displaystring read-only
The Alias name associated with the lun
                           fabLunMapWWN 1.3.6.1.4.1.80.3.3.4.4.1.4 displaystring read-only
The WWN associated with the lun
                           fabLunLabel 1.3.6.1.4.1.80.3.3.4.4.1.5 integer read-only
The label of the lun Enumeration: 'labelled': 1, 'unlabelled': 0, 'labelledactive': 2.
                   fabRaid 1.3.6.1.4.1.80.3.3.4.5
                       fabLogDevTable 1.3.6.1.4.1.80.3.3.4.5.1 no-access
This table contains information for logical devices.
                           fabLogDevEntry 1.3.6.1.4.1.80.3.3.4.5.1.1 no-access
Entry for each logical device
                               ldIndex 1.3.6.1.4.1.80.3.3.4.5.1.1.1 integer read-only
Index of the logical device
                               ldSectorReads 1.3.6.1.4.1.80.3.3.4.5.1.1.2 integer read-only
Number of sectors read
                               ldWBufReads 1.3.6.1.4.1.80.3.3.4.5.1.1.3 integer read-only
Number of sectors read from WBUF
                               ldSectorWrites 1.3.6.1.4.1.80.3.3.4.5.1.1.4 integer read-only
Number of sector writes
                               ldReadIO 1.3.6.1.4.1.80.3.3.4.5.1.1.5 integer read-only
Number of read IO's
                               ldWriteIO 1.3.6.1.4.1.80.3.3.4.5.1.1.6 integer read-only
Number of write IO's
                               ldMediaErrors 1.3.6.1.4.1.80.3.3.4.5.1.1.7 integer read-only
Number of media errors
                               ldDriveErrors 1.3.6.1.4.1.80.3.3.4.5.1.1.8 integer read-only
Number of drive errors
                               ldTotalTime 1.3.6.1.4.1.80.3.3.4.5.1.1.9 integer read-only
Total time for the logical device
           axTrapData 1.3.6.1.4.1.80.3.4
               trapFSFull 1.3.6.1.4.1.80.3.4.1
                   trapFSFullMsg 1.3.6.1.4.1.80.3.4.1.1 displaystring read-only
Name of the file system which got full and for which fileSystemFull trap has to be sent.
                   trapFSFullTimeStamp 1.3.6.1.4.1.80.3.4.1.2 timeticks read-only
Time at which file system identified by trapFSFullMsg got full.
               trapFSDegradation 1.3.6.1.4.1.80.3.4.2
                   trapFSDegradationMsg 1.3.6.1.4.1.80.3.4.2.1 displaystring read-only
Name of the file system which got degraded and for which fileSystemDegradation trap has to be sent.
                   trapFSDegradationTimeStamp 1.3.6.1.4.1.80.3.4.2.2 timeticks read-only
Time at which file system identified by trapFSDegradationMsg got degraded.
               trapDiskUpdation 1.3.6.1.4.1.80.3.4.3
                   trapDiskMsg 1.3.6.1.4.1.80.3.4.3.1 displaystring read-only
Name of the disk which got removed from the system and for which diskStackUpdation trap has to be sent.
                   trapDiskTimeStamp 1.3.6.1.4.1.80.3.4.3.2 timeticks read-only
Time at which disk identified by trapDiskIndex was added/removed.
               trapFCAdptLinkFailure 1.3.6.1.4.1.80.3.4.4
                   trapFCAdptLinkFailureMsg 1.3.6.1.4.1.80.3.4.4.1 displaystring read-only
Name of the fibre channel adapter on which link failure occured.
                   trapFCAdptLinkFailureTimeStamp 1.3.6.1.4.1.80.3.4.4.2 timeticks read-only
Time at which the fibre channel adapter link failure occured.
               trapFCAdptLinkUp 1.3.6.1.4.1.80.3.4.5
                   trapFCAdptLinkUpMsg 1.3.6.1.4.1.80.3.4.5.1 displaystring read-only
Name of the fibre channel adapter on which link up occured.
                   trapFCAdptLinkUpTimeStamp 1.3.6.1.4.1.80.3.4.5.2 timeticks read-only
Time at which the fibre channel adapter link up occured.
               trapFCLossOfLinkFailure 1.3.6.1.4.1.80.3.4.6
                   trapFCLossOfLinkFailureMsg 1.3.6.1.4.1.80.3.4.6.1 displaystring read-only
Name of the SD device which had complete loss of link.
                   trapFCLossOfLinkFailureTimeStamp 1.3.6.1.4.1.80.3.4.6.2 timeticks read-only
Time at which complete loss of link occured.
               trapLunDisappear 1.3.6.1.4.1.80.3.4.7
                   trapLunDisappearMsg 1.3.6.1.4.1.80.3.4.7.1 displaystring read-only
Mapped lun which disappeared
                   trapLunDisappearTimeStamp 1.3.6.1.4.1.80.3.4.7.2 timeticks read-only
Time at which mapped lun disappeared
               trapLunSizeChange 1.3.6.1.4.1.80.3.4.8
                   trapLunSizeChangeMsg 1.3.6.1.4.1.80.3.4.8.1 displaystring read-only
Mapped lun whose lun size changed
                   trapLunSizeChangeTimeStamp 1.3.6.1.4.1.80.3.4.8.2 timeticks read-only
Time at which mapped lun size changed
         fileSystemFullTrap 1.3.6.1.4.1.800.1
Trap indicating that a file system got full.
         fileSystemDegradationTrap 1.3.6.1.4.1.800.2
Trap indicating that a file system got degradated.
         diskStackUpdationTrap 1.3.6.1.4.1.800.3
Trap indicating that a disk was removed.
         fcLinkFailureTrap 1.3.6.1.4.1.800.4
Trap indicating that a adapter link failure occured.
         fcLinkUpTrap 1.3.6.1.4.1.800.5
Trap indicating that a adapter link up occured.
         fcCompleteLossTrap 1.3.6.1.4.1.800.6
Trap indicating that complete loss of link occured.
         lunDisappearTrap 1.3.6.1.4.1.800.7
Trap indicating that a mapped lun disappeared.
         lunSizeChangeTrap 1.3.6.1.4.1.800.8
Trap indicating that lun size change occured on a mapped lun.