Nortel-Magellan-Passport-FileSystemMIB

File: Nortel-Magellan-Passport-FileSystemMIB.mib (34838 bytes)

Imported modules

RFC-1212 Nortel-Magellan-Passport-UsefulDefinitionsMIB Nortel-Magellan-Passport-StandardTextualConventionsMIB
Nortel-Magellan-Passport-TextualConventionsMIB

Imported symbols

OBJECT-TYPE components passportMIBs
RowPointer DisplayString StorageType
RowStatus Gauge32 Integer32
Unsigned32 AsciiString NonReplicated

Defined Types

FsRowStatusEntry  
SEQUENCE    
  fsRowStatus RowStatus
  fsComponentName DisplayString
  fsStorageType StorageType
  fsIndex NonReplicated

FsStateEntry  
SEQUENCE    
  fsAdminState INTEGER
  fsOperationalState INTEGER
  fsUsageState INTEGER

FsOperEntry  
SEQUENCE    
  fsVolumeName AsciiString
  fsActiveDisk RowPointer
  fsSyncStatus INTEGER
  fsSyncProgress Gauge32
  fsCapacity Unsigned32
  fsFreeSpace Unsigned32
  fsUsage Gauge32

FsDiskRowStatusEntry  
SEQUENCE    
  fsDiskRowStatus RowStatus
  fsDiskComponentName DisplayString
  fsDiskStorageType StorageType
  fsDiskIndex Integer32

FsDiskStateEntry  
SEQUENCE    
  fsDiskAdminState INTEGER
  fsDiskOperationalState INTEGER
  fsDiskUsageState INTEGER

FsDiskOperEntry  
SEQUENCE    
  fsDiskVolumeName AsciiString
  fsDiskCapacity Unsigned32
  fsDiskFreeSpace Unsigned32
  fsDiskBadBlocksPercentage Gauge32
  fsDiskUnformattedCapacity Unsigned32

FsDiskTestRowStatusEntry  
SEQUENCE    
  fsDiskTestRowStatus RowStatus
  fsDiskTestComponentName DisplayString
  fsDiskTestStorageType StorageType
  fsDiskTestIndex NonReplicated

FsDiskTestStateEntry  
SEQUENCE    
  fsDiskTestAdminState INTEGER
  fsDiskTestOperationalState INTEGER
  fsDiskTestUsageState INTEGER

FsDiskTestSetupEntry  
SEQUENCE    
  fsDiskTestTestCount Unsigned32
  fsDiskTestDuration Unsigned32
  fsDiskTestType INTEGER

FsDiskTestResultsEntry  
SEQUENCE    
  fsDiskTestCauseOfTermination INTEGER
  fsDiskTestNatureOfError INTEGER
  fsDiskTestSeverity INTEGER
  fsDiskTestElapsedTime Unsigned32
  fsDiskTestTestExecutionCount Unsigned32

Defined Values

fileSystemMIB 1.3.6.1.4.1.562.2.4.2.16
OBJECT IDENTIFIER    

fs 1.3.6.1.4.1.562.2.4.1.15
OBJECT IDENTIFIER    

fsRowStatusTable 1.3.6.1.4.1.562.2.4.1.15.1
This entry controls the addition and deletion of fs components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FsRowStatusEntry

fsRowStatusEntry 1.3.6.1.4.1.562.2.4.1.15.1.1
A single entry in the table represents a single fs component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FsRowStatusEntry  

fsRowStatus 1.3.6.1.4.1.562.2.4.1.15.1.1.1
This variable is used as the basis for SNMP naming of fs components. These components cannot be added nor deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  RowStatus  

fsComponentName 1.3.6.1.4.1.562.2.4.1.15.1.1.2
This variable provides the component's string name for use with the ASCII Console Interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

fsStorageType 1.3.6.1.4.1.562.2.4.1.15.1.1.4
This variable represents the storage type value for the fs tables.
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

fsIndex 1.3.6.1.4.1.562.2.4.1.15.1.1.10
This variable represents the index for the fs tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NonReplicated  

fsStateTable 1.3.6.1.4.1.562.2.4.1.15.10
This group contains the three OSI State attributes. The descriptions generically indicate what each state attribute implies about the component. Note that not all the values and state combinations described here are supported by every component which uses this group. For component-specific information and the valid state combinations, refer to NTP 241-7001-150, Passport Operations and Maintenance Guide.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FsStateEntry

fsStateEntry 1.3.6.1.4.1.562.2.4.1.15.10.1
An entry in the fsStateTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FsStateEntry  

fsAdminState 1.3.6.1.4.1.562.2.4.1.15.10.1.1
This attribute indicates the OSI Administrative State of the component. The value locked indicates that the component is administratively prohibited from providing services for its users. A Lock or Lock - force command has been previously issued for this component. When the value is locked, the value of usageState must be idle. The value shuttingDown indicates that the component is administratively permitted to provide service to its existing users only. A Lock command was issued against the component and it is in the process of shutting down. The value unlocked indicates that the component is administratively permitted to provide services for its users. To enter this state, issue an Unlock command to this component.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER locked(0), unlocked(1), shuttingDown(2)  

fsOperationalState 1.3.6.1.4.1.562.2.4.1.15.10.1.2
This attribute indicates the OSI Operational State of the component. The value enabled indicates that the component is available for operation. Note that if adminState is locked, it would still not be providing service. The value disabled indicates that the component is not available for operation. For example, something is wrong with the component itself, or with another component on which this one depends. If the value is disabled, the usageState must be idle.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

fsUsageState 1.3.6.1.4.1.562.2.4.1.15.10.1.3
This attribute indicates the OSI Usage State of the component. The value idle indicates that the component is not currently in use. The value active indicates that the component is in use and has spare capacity to provide for additional users. The value busy indicates that the component is in use and has no spare operating capacity for additional users at this time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(0), active(1), busy(2)  

fsOperTable 1.3.6.1.4.1.562.2.4.1.15.11
This group contains the filesystem operational data.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FsOperEntry

fsOperEntry 1.3.6.1.4.1.562.2.4.1.15.11.1
An entry in the fsOperTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FsOperEntry  

fsVolumeName 1.3.6.1.4.1.562.2.4.1.15.11.1.1
This attribute describes the volume name of the filesystem. This is the active disk volume name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(1..11)  

fsActiveDisk 1.3.6.1.4.1.562.2.4.1.15.11.1.2
The activeDisk attribute value is the Disk component instance value of the active disk. This is also the card number of the active control processor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  RowPointer  

fsSyncStatus 1.3.6.1.4.1.562.2.4.1.15.11.1.3
The synchronization status value indicates whether the file system is synchronized or not.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER synchronized(0), unSynchronized(1), synchronizing(2)  

fsSyncProgress 1.3.6.1.4.1.562.2.4.1.15.11.1.4
The synchronization progress value indicates the percentage of the standby disk already synchronized with the active disk. This value is equal to 100 if the two disks are synchronized or 0 if they are out of synchronization.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32 0..100  

fsCapacity 1.3.6.1.4.1.562.2.4.1.15.11.1.5
The Capacity attribute value is the total size of the filesystem (in bytes). This value is equal to the smallest disk size in a synchronized filesystem, otherwise it is the capacity of the active disk.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

fsFreeSpace 1.3.6.1.4.1.562.2.4.1.15.11.1.6
This attribute describes the free disk space (in bytes) currently available in the filesystem. It is equal to the smallest free disk space size of the active and standby disks in a synchronized filesystem. When the filesystem is unsynchronized it is the free disk space of the active disk.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

fsUsage 1.3.6.1.4.1.562.2.4.1.15.11.1.7
This attribute describes the percentage of the free space available on the filesystem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32 0..100  

fsDisk 1.3.6.1.4.1.562.2.4.1.15.2
OBJECT IDENTIFIER    

fsDiskRowStatusTable 1.3.6.1.4.1.562.2.4.1.15.2.1
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This entry controls the addition and deletion of fsDisk components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FsDiskRowStatusEntry

fsDiskRowStatusEntry 1.3.6.1.4.1.562.2.4.1.15.2.1.1
A single entry in the table represents a single fsDisk component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FsDiskRowStatusEntry  

fsDiskRowStatus 1.3.6.1.4.1.562.2.4.1.15.2.1.1.1
This variable is used as the basis for SNMP naming of fsDisk components. These components cannot be added nor deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  RowStatus  

fsDiskComponentName 1.3.6.1.4.1.562.2.4.1.15.2.1.1.2
This variable provides the component's string name for use with the ASCII Console Interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

fsDiskStorageType 1.3.6.1.4.1.562.2.4.1.15.2.1.1.4
This variable represents the storage type value for the fsDisk tables.
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

fsDiskIndex 1.3.6.1.4.1.562.2.4.1.15.2.1.1.10
This variable represents the index for the fsDisk tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Integer32 0..15  

fsDiskStateTable 1.3.6.1.4.1.562.2.4.1.15.2.10
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This group contains the three OSI State attributes. The descriptions generically indicate what each state attribute implies about the component. Note that not all the values and state combinations described here are supported by every component which uses this group. For component-specific information and the valid state combinations, refer to NTP 241-7001-150, Passport Operations and Maintenance Guide.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FsDiskStateEntry

fsDiskStateEntry 1.3.6.1.4.1.562.2.4.1.15.2.10.1
An entry in the fsDiskStateTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FsDiskStateEntry  

fsDiskAdminState 1.3.6.1.4.1.562.2.4.1.15.2.10.1.1
This attribute indicates the OSI Administrative State of the component. The value locked indicates that the component is administratively prohibited from providing services for its users. A Lock or Lock - force command has been previously issued for this component. When the value is locked, the value of usageState must be idle. The value shuttingDown indicates that the component is administratively permitted to provide service to its existing users only. A Lock command was issued against the component and it is in the process of shutting down. The value unlocked indicates that the component is administratively permitted to provide services for its users. To enter this state, issue an Unlock command to this component.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER locked(0), unlocked(1), shuttingDown(2)  

fsDiskOperationalState 1.3.6.1.4.1.562.2.4.1.15.2.10.1.2
This attribute indicates the OSI Operational State of the component. The value enabled indicates that the component is available for operation. Note that if adminState is locked, it would still not be providing service. The value disabled indicates that the component is not available for operation. For example, something is wrong with the component itself, or with another component on which this one depends. If the value is disabled, the usageState must be idle.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

fsDiskUsageState 1.3.6.1.4.1.562.2.4.1.15.2.10.1.3
This attribute indicates the OSI Usage State of the component. The value idle indicates that the component is not currently in use. The value active indicates that the component is in use and has spare capacity to provide for additional users. The value busy indicates that the component is in use and has no spare operating capacity for additional users at this time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(0), active(1), busy(2)  

fsDiskOperTable 1.3.6.1.4.1.562.2.4.1.15.2.11
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This group contains the disk component operational data.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FsDiskOperEntry

fsDiskOperEntry 1.3.6.1.4.1.562.2.4.1.15.2.11.1
An entry in the fsDiskOperTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FsDiskOperEntry  

fsDiskVolumeName 1.3.6.1.4.1.562.2.4.1.15.2.11.1.1
This attribute describes the volume name of the disk. The volume names of the two disks must be identical to be synchronized.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AsciiString Size(1..11)  

fsDiskCapacity 1.3.6.1.4.1.562.2.4.1.15.2.11.1.2
This attribute describes the total formatted disk size (in bytes) of the disk.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

fsDiskFreeSpace 1.3.6.1.4.1.562.2.4.1.15.2.11.1.3
freeSpace This attribute indicates the available free disk space(in bytes) on the disk. Free space is reduced by bad blocks (if any). If there are different numbers of bad blocks on the disks in a dual-disk system, the reported free space will differ on the two disks. Moreover, due to the DOS file system internal representation of directories and files, adding and deleting files may fragment the disks differently resulting in some disk space wasted. A small discrepancy (less than 1% of the disk size) in the disks free space is considered as normal.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

fsDiskBadBlocksPercentage 1.3.6.1.4.1.562.2.4.1.15.2.11.1.4
This attribute records the percentage of the disk space lost because of defects. If this percentage is high, it is recommended to change the disk.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32 0..100  

fsDiskUnformattedCapacity 1.3.6.1.4.1.562.2.4.1.15.2.11.1.5
unformattedCapacity This attribute indicates the physical disk size (in bytes). The physical disk size may be different from the formatted disk size if there are bad blocks or the disk has been formatted to a smaller disk size for backward compatibility with older releases.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

fsDiskTest 1.3.6.1.4.1.562.2.4.1.15.2.2
OBJECT IDENTIFIER    

fsDiskTestRowStatusTable 1.3.6.1.4.1.562.2.4.1.15.2.2.1
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This entry controls the addition and deletion of fsDiskTest components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FsDiskTestRowStatusEntry

fsDiskTestRowStatusEntry 1.3.6.1.4.1.562.2.4.1.15.2.2.1.1
A single entry in the table represents a single fsDiskTest component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FsDiskTestRowStatusEntry  

fsDiskTestRowStatus 1.3.6.1.4.1.562.2.4.1.15.2.2.1.1.1
This variable is used as the basis for SNMP naming of fsDiskTest components. These components cannot be added nor deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  RowStatus  

fsDiskTestComponentName 1.3.6.1.4.1.562.2.4.1.15.2.2.1.1.2
This variable provides the component's string name for use with the ASCII Console Interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

fsDiskTestStorageType 1.3.6.1.4.1.562.2.4.1.15.2.2.1.1.4
This variable represents the storage type value for the fsDiskTest tables.
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

fsDiskTestIndex 1.3.6.1.4.1.562.2.4.1.15.2.2.1.1.10
This variable represents the index for the fsDiskTest tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NonReplicated  

fsDiskTestStateTable 1.3.6.1.4.1.562.2.4.1.15.2.2.10
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This group contains the three OSI State attributes. The descriptions generically indicate what each state attribute implies about the component. Note that not all the values and state combinations described here are supported by every component which uses this group. For component-specific information and the valid state combinations, refer to NTP 241-7001-150, Passport Operations and Maintenance Guide.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FsDiskTestStateEntry

fsDiskTestStateEntry 1.3.6.1.4.1.562.2.4.1.15.2.2.10.1
An entry in the fsDiskTestStateTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FsDiskTestStateEntry  

fsDiskTestAdminState 1.3.6.1.4.1.562.2.4.1.15.2.2.10.1.1
This attribute indicates the OSI Administrative State of the component. The value locked indicates that the component is administratively prohibited from providing services for its users. A Lock or Lock - force command has been previously issued for this component. When the value is locked, the value of usageState must be idle. The value shuttingDown indicates that the component is administratively permitted to provide service to its existing users only. A Lock command was issued against the component and it is in the process of shutting down. The value unlocked indicates that the component is administratively permitted to provide services for its users. To enter this state, issue an Unlock command to this component.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER locked(0), unlocked(1), shuttingDown(2)  

fsDiskTestOperationalState 1.3.6.1.4.1.562.2.4.1.15.2.2.10.1.2
This attribute indicates the OSI Operational State of the component. The value enabled indicates that the component is available for operation. Note that if adminState is locked, it would still not be providing service. The value disabled indicates that the component is not available for operation. For example, something is wrong with the component itself, or with another component on which this one depends. If the value is disabled, the usageState must be idle.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

fsDiskTestUsageState 1.3.6.1.4.1.562.2.4.1.15.2.2.10.1.3
This attribute indicates the OSI Usage State of the component. The value idle indicates that the component is not currently in use. The value active indicates that the component is in use and has spare capacity to provide for additional users. The value busy indicates that the component is in use and has no spare operating capacity for additional users at this time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(0), active(1), busy(2)  

fsDiskTestSetupTable 1.3.6.1.4.1.562.2.4.1.15.2.2.11
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This group contains the Test component operational data. The testCount, duration and type can be set to control the duration and the test type which will be run.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FsDiskTestSetupEntry

fsDiskTestSetupEntry 1.3.6.1.4.1.562.2.4.1.15.2.2.11.1
An entry in the fsDiskTestSetupTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FsDiskTestSetupEntry  

fsDiskTestTestCount 1.3.6.1.4.1.562.2.4.1.15.2.2.11.1.1
This attribute indicates the number of times that the test will run. Note that the test will not run that many times if 'duration' is not long enough to allow the test to complete. The test will execute at least one and then stop at the count where duration has just exceeded.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4294967295  

fsDiskTestDuration 1.3.6.1.4.1.562.2.4.1.15.2.2.11.1.2
This attribute is the maximum duration (in minutes) that the test will run. The test can finish in less time if the number of tests, as recorded by testCount, is reached before this time. A test may take longer than the specified duration since a test cycle (or pass) is not interruptible.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Unsigned32 0..35791394  

fsDiskTestType 1.3.6.1.4.1.562.2.4.1.15.2.2.11.1.3
This attribute is the type of the test to be run. The diskRead test reads every sector on the disk once and reports bad sectors. The filesystemCheck does a sanity check and attempts to repair corruption. The flakyBitDetection test reads every sector on the disk twice and compares the two read results. The surfaceAnalysis test writes a magnetically hard to record pattern to the disk and reads back the pattern to determine the condition of the magnetic surface of the disk. The surface analysis test destroys all the data and disk should be formatted afterward.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER filesystemCheck(0), diskRead(1), flakyBitDetection(2), surfaceAnalysis(3)  

fsDiskTestResultsTable 1.3.6.1.4.1.562.2.4.1.15.2.2.12
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This group contains the results of the test.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FsDiskTestResultsEntry

fsDiskTestResultsEntry 1.3.6.1.4.1.562.2.4.1.15.2.2.12.1
An entry in the fsDiskTestResultsTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FsDiskTestResultsEntry  

fsDiskTestCauseOfTermination 1.3.6.1.4.1.562.2.4.1.15.2.2.12.1.1
This attribute records the reason why the test was terminated. The reasons are: testCountReached: the test ran the number of times specified in the attribute testCount and ended normally. error: the test was terminated by an error that is recorded in the natureOfError attribute. neverStarted: the test was never started. stoppedByOperator: the test was terminated by the Stop command. testTimeExpired: the duration of the test expired. testRunning: the test is still running. unknown: the test terminated for unknown reasons. internalError: An internal error terminated the test.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER testCountReached(0), testTimeExpired(1), stoppedByOperator(2), neverStarted(3), testRunning(4), error(5), internalError(6), unknown(7)  

fsDiskTestNatureOfError 1.3.6.1.4.1.562.2.4.1.15.2.2.12.1.2
This attribute describes the error found by a test. A logical error can be fixed by a filesystemCheck test followed eventually by a synchronization. A media error indicates that a fault in the disk hardware is suspected. A failedToComplete error indicates that the test was terminated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER logical(0), media(1), noErrorDetected(2), failedToComplete(3)  

fsDiskTestSeverity 1.3.6.1.4.1.562.2.4.1.15.2.2.12.1.3
This attribute describes the severity of the error found by a test. There are three types of severity: no data was lost, data was lost and hardware problem. If the test found no error(s), this will be reported as noError. If the test found error(s) but no data was lost, then noDataLost is reported.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER noDataLost(0), dataLost(1), hardwareProblem(2), noError(3)  

fsDiskTestElapsedTime 1.3.6.1.4.1.562.2.4.1.15.2.2.12.1.4
This attribute records the elapsed time (in minutes) since the test was started.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

fsDiskTestTestExecutionCount 1.3.6.1.4.1.562.2.4.1.15.2.2.12.1.5
The number of times the test had actually run.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

fileSystemGroup 1.3.6.1.4.1.562.2.4.2.16.1
OBJECT IDENTIFIER    

fileSystemGroupBD 1.3.6.1.4.1.562.2.4.2.16.1.4
OBJECT IDENTIFIER    

fileSystemGroupBD00 1.3.6.1.4.1.562.2.4.2.16.1.4.1
OBJECT IDENTIFIER    

fileSystemGroupBD00A 1.3.6.1.4.1.562.2.4.2.16.1.4.1.2
OBJECT IDENTIFIER    

fileSystemCapabilities 1.3.6.1.4.1.562.2.4.2.16.3
OBJECT IDENTIFIER    

fileSystemCapabilitiesBD 1.3.6.1.4.1.562.2.4.2.16.3.4
OBJECT IDENTIFIER    

fileSystemCapabilitiesBD00 1.3.6.1.4.1.562.2.4.2.16.3.4.1
OBJECT IDENTIFIER    

fileSystemCapabilitiesBD00A 1.3.6.1.4.1.562.2.4.2.16.3.4.1.2
OBJECT IDENTIFIER