Blame mibs/ietf/HOST-RESOURCES-TYPES

Packit 022b05
HOST-RESOURCES-TYPES DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
IMPORTS
Packit 022b05
  MODULE-IDENTITY, OBJECT-IDENTITY        FROM SNMPv2-SMI
Packit 022b05
  hrMIBAdminInfo, hrStorage, hrDevice     FROM HOST-RESOURCES-MIB;
Packit 022b05
Packit 022b05
hostResourcesTypesModule MODULE-IDENTITY
Packit 022b05
  LAST-UPDATED "200003060000Z"    -- 6 March, 2000
Packit 022b05
  ORGANIZATION "IETF Host Resources MIB Working Group"
Packit 022b05
  CONTACT-INFO
Packit 022b05
      "Steve Waldbusser
Packit 022b05
      Postal: Lucent Technologies, Inc.
Packit 022b05
              1213 Innsbruck Dr.
Packit 022b05
              Sunnyvale, CA 94089
Packit 022b05
              USA
Packit 022b05
      Phone: 650-318-1251
Packit 022b05
      Fax:   650-318-1633
Packit 022b05
      Email: waldbusser@ins.com
Packit 022b05
Packit 022b05
      In addition, the Host Resources MIB mailing list is dedicated
Packit 022b05
      to discussion of this MIB. To join the mailing list, send a
Packit 022b05
      request message to hostmib-request@andrew.cmu.edu. The mailing
Packit 022b05
      list address is hostmib@andrew.cmu.edu."
Packit 022b05
  DESCRIPTION
Packit 022b05
      "This MIB module registers type definitions for
Packit 022b05
      storage types, device types, and file system types.
Packit 022b05
      After the initial revision, this module will be
Packit 022b05
      maintained by IANA."
Packit 022b05
  REVISION "200003060000Z"    -- 6 March 2000
Packit 022b05
  DESCRIPTION
Packit 022b05
      "The original version of this module, published as RFC
Packit 022b05
      2790."
Packit 022b05
  ::= { hrMIBAdminInfo 4 }
Packit 022b05
Packit 022b05
-- Registrations for some storage types, for use with hrStorageType
Packit 022b05
hrStorageTypes          OBJECT IDENTIFIER ::= { hrStorage 1 }
Packit 022b05
Packit 022b05
hrStorageOther OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The storage type identifier used when no other defined
Packit 022b05
        type is appropriate."
Packit 022b05
    ::= { hrStorageTypes 1 }
Packit 022b05
Packit 022b05
hrStorageRam OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The storage type identifier used for RAM."
Packit 022b05
    ::= { hrStorageTypes 2 }
Packit 022b05
Packit 022b05
hrStorageVirtualMemory OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The storage type identifier used for virtual memory,
Packit 022b05
        temporary storage of swapped or paged memory."
Packit 022b05
    ::= { hrStorageTypes 3 }
Packit 022b05
Packit 022b05
hrStorageFixedDisk OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The storage type identifier used for non-removable
Packit 022b05
        rigid rotating magnetic storage devices."
Packit 022b05
    ::= { hrStorageTypes 4 }
Packit 022b05
Packit 022b05
hrStorageRemovableDisk OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The storage type identifier used for removable rigid
Packit 022b05
        rotating magnetic storage devices."
Packit 022b05
    ::= { hrStorageTypes 5 }
Packit 022b05
Packit 022b05
hrStorageFloppyDisk OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The storage type identifier used for non-rigid rotating
Packit 022b05
        magnetic storage devices."
Packit 022b05
    ::= { hrStorageTypes 6 }
Packit 022b05
Packit 022b05
hrStorageCompactDisc OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The storage type identifier used for read-only rotating
Packit 022b05
        optical storage devices."
Packit 022b05
    ::= { hrStorageTypes 7 }
Packit 022b05
Packit 022b05
hrStorageRamDisk OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The storage type identifier used for a file system that
Packit 022b05
        is stored in RAM."
Packit 022b05
    ::= { hrStorageTypes 8 }
Packit 022b05
Packit 022b05
hrStorageFlashMemory OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The storage type identifier used for flash memory."
Packit 022b05
    ::= { hrStorageTypes 9 }
Packit 022b05
Packit 022b05
hrStorageNetworkDisk OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The storage type identifier used for a
Packit 022b05
        networked file system."
Packit 022b05
    ::= { hrStorageTypes 10 }
Packit 022b05
Packit 022b05
-- Registrations for some device types, for use with hrDeviceType
Packit 022b05
hrDeviceTypes             OBJECT IDENTIFIER ::= { hrDevice 1 }
Packit 022b05
Packit 022b05
hrDeviceOther OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The device type identifier used when no other defined
Packit 022b05
        type is appropriate."
Packit 022b05
    ::= { hrDeviceTypes 1 }
Packit 022b05
Packit 022b05
hrDeviceUnknown OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The device type identifier used when the device type is
Packit 022b05
        unknown."
Packit 022b05
    ::= { hrDeviceTypes 2 }
Packit 022b05
Packit 022b05
hrDeviceProcessor OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The device type identifier used for a CPU."
Packit 022b05
    ::= { hrDeviceTypes 3 }
Packit 022b05
Packit 022b05
hrDeviceNetwork OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The device type identifier used for a network interface."
Packit 022b05
    ::= { hrDeviceTypes 4 }
Packit 022b05
Packit 022b05
hrDevicePrinter OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The device type identifier used for a printer."
Packit 022b05
    ::= { hrDeviceTypes 5 }
Packit 022b05
Packit 022b05
hrDeviceDiskStorage OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The device type identifier used for a disk drive."
Packit 022b05
    ::= { hrDeviceTypes 6 }
Packit 022b05
Packit 022b05
hrDeviceVideo OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The device type identifier used for a video device."
Packit 022b05
    ::= { hrDeviceTypes 10 }
Packit 022b05
Packit 022b05
hrDeviceAudio OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The device type identifier used for an audio device."
Packit 022b05
    ::= { hrDeviceTypes 11 }
Packit 022b05
Packit 022b05
hrDeviceCoprocessor OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The device type identifier used for a co-processor."
Packit 022b05
    ::= { hrDeviceTypes 12 }
Packit 022b05
Packit 022b05
hrDeviceKeyboard OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The device type identifier used for a keyboard device."
Packit 022b05
    ::= { hrDeviceTypes 13 }
Packit 022b05
Packit 022b05
hrDeviceModem OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The device type identifier used for a modem."
Packit 022b05
    ::= { hrDeviceTypes 14 }
Packit 022b05
Packit 022b05
hrDeviceParallelPort OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The device type identifier used for a parallel port."
Packit 022b05
    ::= { hrDeviceTypes 15 }
Packit 022b05
Packit 022b05
hrDevicePointing OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The device type identifier used for a pointing device
Packit 022b05
        (e.g., a mouse)."
Packit 022b05
    ::= { hrDeviceTypes 16 }
Packit 022b05
Packit 022b05
hrDeviceSerialPort OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The device type identifier used for a serial port."
Packit 022b05
    ::= { hrDeviceTypes 17 }
Packit 022b05
Packit 022b05
hrDeviceTape OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The device type identifier used for a tape storage device."
Packit 022b05
    ::= { hrDeviceTypes 18 }
Packit 022b05
Packit 022b05
hrDeviceClock OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The device type identifier used for a clock device."
Packit 022b05
    ::= { hrDeviceTypes 19 }
Packit 022b05
Packit 022b05
hrDeviceVolatileMemory OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The device type identifier used for a volatile memory
Packit 022b05
        storage device."
Packit 022b05
    ::= { hrDeviceTypes 20 }
Packit 022b05
Packit 022b05
hrDeviceNonVolatileMemory OBJECT-IDENTITY
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The device type identifier used for a non-volatile memory
Packit 022b05
        storage device."
Packit 022b05
    ::= { hrDeviceTypes 21 }
Packit 022b05
Packit 022b05
-- Registrations for some popular File System types,
Packit 022b05
-- for use with hrFSType.
Packit 022b05
hrFSTypes               OBJECT IDENTIFIER ::= { hrDevice 9 }
Packit 022b05
Packit 022b05
hrFSOther OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used when no other
Packit 022b05
        defined type is appropriate."
Packit 022b05
    ::= { hrFSTypes 1 }
Packit 022b05
Packit 022b05
hrFSUnknown OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used when the type of
Packit 022b05
        file system is unknown."
Packit 022b05
    ::= { hrFSTypes 2 }
Packit 022b05
Packit 022b05
hrFSBerkeleyFFS OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for the
Packit 022b05
        Berkeley Fast File System."
Packit 022b05
    ::= { hrFSTypes 3 }
Packit 022b05
Packit 022b05
hrFSSys5FS OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for the
Packit 022b05
        System V File System."
Packit 022b05
    ::= { hrFSTypes 4 }
Packit 022b05
Packit 022b05
hrFSFat OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for
Packit 022b05
        DOS's FAT file system."
Packit 022b05
    ::= { hrFSTypes 5 }
Packit 022b05
Packit 022b05
hrFSHPFS OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for OS/2's
Packit 022b05
        High Performance File System."
Packit 022b05
    ::= { hrFSTypes 6 }
Packit 022b05
Packit 022b05
hrFSHFS OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for the
Packit 022b05
        Macintosh Hierarchical File System."
Packit 022b05
    ::= { hrFSTypes 7 }
Packit 022b05
Packit 022b05
hrFSMFS OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for the
Packit 022b05
        Macintosh File System."
Packit 022b05
    ::= { hrFSTypes 8 }
Packit 022b05
Packit 022b05
hrFSNTFS OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for the
Packit 022b05
        Windows NT File System."
Packit 022b05
    ::= { hrFSTypes 9 }
Packit 022b05
Packit 022b05
hrFSVNode OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for the
Packit 022b05
        VNode File System."
Packit 022b05
    ::= { hrFSTypes 10 }
Packit 022b05
Packit 022b05
hrFSJournaled OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for the
Packit 022b05
        Journaled File System."
Packit 022b05
    ::= { hrFSTypes 11 }
Packit 022b05
Packit 022b05
hrFSiso9660 OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for the
Packit 022b05
        ISO 9660 File System for CD's."
Packit 022b05
    ::= { hrFSTypes 12 }
Packit 022b05
Packit 022b05
hrFSRockRidge OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for the
Packit 022b05
        RockRidge File System for CD's."
Packit 022b05
    ::= { hrFSTypes 13 }
Packit 022b05
Packit 022b05
hrFSNFS OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for the
Packit 022b05
        NFS File System."
Packit 022b05
    ::= { hrFSTypes 14 }
Packit 022b05
Packit 022b05
hrFSNetware OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for the
Packit 022b05
        Netware File System."
Packit 022b05
    ::= { hrFSTypes 15 }
Packit 022b05
Packit 022b05
hrFSAFS OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for the
Packit 022b05
        Andrew File System."
Packit 022b05
    ::= { hrFSTypes 16 }
Packit 022b05
Packit 022b05
hrFSDFS OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for the
Packit 022b05
        OSF DCE Distributed File System."
Packit 022b05
    ::= { hrFSTypes 17 }
Packit 022b05
Packit 022b05
hrFSAppleshare OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for the
Packit 022b05
        AppleShare File System."
Packit 022b05
    ::= { hrFSTypes 18 }
Packit 022b05
Packit 022b05
hrFSRFS OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for the
Packit 022b05
        RFS File System."
Packit 022b05
    ::= { hrFSTypes 19 }
Packit 022b05
Packit 022b05
hrFSDGCFS OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for the
Packit 022b05
        Data General DGCFS."
Packit 022b05
    ::= { hrFSTypes 20 }
Packit 022b05
Packit 022b05
hrFSBFS OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for the
Packit 022b05
        SVR4 Boot File System."
Packit 022b05
    ::= { hrFSTypes 21 }
Packit 022b05
Packit 022b05
hrFSFAT32 OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for the
Packit 022b05
        Windows FAT32 File System."
Packit 022b05
    ::= { hrFSTypes 22 }
Packit 022b05
Packit 022b05
hrFSLinuxExt2 OBJECT-IDENTITY
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The file system type identifier used for the
Packit 022b05
        Linux EXT2 File System."
Packit 022b05
    ::= { hrFSTypes 23 }
Packit 022b05
Packit 022b05
END