Blame mibs/ietf/HOST-RESOURCES-TYPES

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