⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc2790.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
       hrStorageGroup OBJECT-GROUP           OBJECTS {               hrMemorySize, hrStorageIndex, hrStorageType,               hrStorageDescr, hrStorageAllocationUnits,               hrStorageSize, hrStorageUsed,               hrStorageAllocationFailures           }           STATUS current           DESCRIPTION               "The Host Resources Storage Group."           ::= { hrMIBGroups 2 }       hrDeviceGroup OBJECT-GROUP           OBJECTS {               hrDeviceIndex, hrDeviceType, hrDeviceDescr,               hrDeviceID, hrDeviceStatus, hrDeviceErrors,               hrProcessorFrwID, hrProcessorLoad,               hrNetworkIfIndex, hrPrinterStatus,               hrPrinterDetectedErrorState,               hrDiskStorageAccess, hrDiskStorageMedia,               hrDiskStorageRemoveble, hrDiskStorageCapacity,               hrPartitionIndex, hrPartitionLabel,               hrPartitionID, hrPartitionSize,               hrPartitionFSIndex, hrFSIndex, hrFSMountPoint,               hrFSRemoteMountPoint, hrFSType, hrFSAccess,               hrFSBootable, hrFSStorageIndex,               hrFSLastFullBackupDate,               hrFSLastPartialBackupDate           }           STATUS current           DESCRIPTION               "The Host Resources Device Group."           ::= { hrMIBGroups 3 }       hrSWRunGroup OBJECT-GROUP           OBJECTS {               hrSWOSIndex, hrSWRunIndex, hrSWRunName,               hrSWRunID, hrSWRunPath, hrSWRunParameters,               hrSWRunType, hrSWRunStatus           }           STATUS current           DESCRIPTION               "The Host Resources Running Software Group."           ::= { hrMIBGroups 4 }       hrSWRunPerfGroup OBJECT-GROUP           OBJECTS { hrSWRunPerfCPU, hrSWRunPerfMem }           STATUS current           DESCRIPTION               "The Host Resources Running Software               Performance Group."           ::= { hrMIBGroups 5 }       hrSWInstalledGroup OBJECT-GROUP           OBJECTS {               hrSWInstalledLastChange,               hrSWInstalledLastUpdateTime,               hrSWInstalledIndex, hrSWInstalledName,               hrSWInstalledID, hrSWInstalledType,               hrSWInstalledDate           }           STATUS current           DESCRIPTION               "The Host Resources Installed Software Group."           ::= { hrMIBGroups 6 }   END   HOST-RESOURCES-TYPES DEFINITIONS ::= BEGIN   IMPORTS     MODULE-IDENTITY, OBJECT-IDENTITY        FROM SNMPv2-SMI     hrMIBAdminInfo, hrStorage, hrDevice     FROM HOST-RESOURCES-MIB;   hostResourcesTypesModule MODULE-IDENTITY     LAST-UPDATED "200003060000Z"    -- 6 March, 2000     ORGANIZATION "IETF Host Resources MIB Working Group"     CONTACT-INFO         "Steve Waldbusser         Postal: Lucent Technologies, Inc.                 1213 Innsbruck Dr.                 Sunnyvale, CA 94089                 USA         Phone: 650-318-1251         Fax:   650-318-1633         Email: waldbusser@ins.com         In addition, the Host Resources MIB mailing list is dedicated         to discussion of this MIB. To join the mailing list, send a         request message to hostmib-request@andrew.cmu.edu. The mailing         list address is hostmib@andrew.cmu.edu."     DESCRIPTION         "This MIB module registers type definitions for         storage types, device types, and file system types.         After the initial revision, this module will be         maintained by IANA."     REVISION "200003060000Z"    -- 6 March 2000     DESCRIPTION         "The original version of this module, published as RFC         2790."     ::= { hrMIBAdminInfo 4 }   -- Registrations for some storage types, for use with hrStorageType   hrStorageTypes          OBJECT IDENTIFIER ::= { hrStorage 1 }   hrStorageOther OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The storage type identifier used when no other defined           type is appropriate."       ::= { hrStorageTypes 1 }   hrStorageRam OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The storage type identifier used for RAM."       ::= { hrStorageTypes 2 }   hrStorageVirtualMemory OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The storage type identifier used for virtual memory,           temporary storage of swapped or paged memory."       ::= { hrStorageTypes 3 }   hrStorageFixedDisk OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The storage type identifier used for non-removable           rigid rotating magnetic storage devices."       ::= { hrStorageTypes 4 }   hrStorageRemovableDisk OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The storage type identifier used for removable rigid           rotating magnetic storage devices."       ::= { hrStorageTypes 5 }   hrStorageFloppyDisk OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The storage type identifier used for non-rigid rotating           magnetic storage devices."       ::= { hrStorageTypes 6 }   hrStorageCompactDisc OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The storage type identifier used for read-only rotating           optical storage devices."       ::= { hrStorageTypes 7 }   hrStorageRamDisk OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The storage type identifier used for a file system that           is stored in RAM."       ::= { hrStorageTypes 8 }   hrStorageFlashMemory OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The storage type identifier used for flash memory."       ::= { hrStorageTypes 9 }   hrStorageNetworkDisk OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The storage type identifier used for a           networked file system."       ::= { hrStorageTypes 10 }   -- Registrations for some device types, for use with hrDeviceType   hrDeviceTypes             OBJECT IDENTIFIER ::= { hrDevice 1 }   hrDeviceOther OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The device type identifier used when no other defined           type is appropriate."       ::= { hrDeviceTypes 1 }   hrDeviceUnknown OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The device type identifier used when the device type is           unknown."       ::= { hrDeviceTypes 2 }   hrDeviceProcessor OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The device type identifier used for a CPU."       ::= { hrDeviceTypes 3 }   hrDeviceNetwork OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The device type identifier used for a network interface."       ::= { hrDeviceTypes 4 }   hrDevicePrinter OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The device type identifier used for a printer."       ::= { hrDeviceTypes 5 }   hrDeviceDiskStorage OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The device type identifier used for a disk drive."       ::= { hrDeviceTypes 6 }   hrDeviceVideo OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The device type identifier used for a video device."       ::= { hrDeviceTypes 10 }   hrDeviceAudio OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The device type identifier used for an audio device."       ::= { hrDeviceTypes 11 }   hrDeviceCoprocessor OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The device type identifier used for a co-processor."       ::= { hrDeviceTypes 12 }   hrDeviceKeyboard OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The device type identifier used for a keyboard device."       ::= { hrDeviceTypes 13 }   hrDeviceModem OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The device type identifier used for a modem."       ::= { hrDeviceTypes 14 }   hrDeviceParallelPort OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The device type identifier used for a parallel port."       ::= { hrDeviceTypes 15 }   hrDevicePointing OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The device type identifier used for a pointing device           (e.g., a mouse)."       ::= { hrDeviceTypes 16 }   hrDeviceSerialPort OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The device type identifier used for a serial port."       ::= { hrDeviceTypes 17 }   hrDeviceTape OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The device type identifier used for a tape storage device."       ::= { hrDeviceTypes 18 }   hrDeviceClock OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The device type identifier used for a clock device."       ::= { hrDeviceTypes 19 }   hrDeviceVolatileMemory OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The device type identifier used for a volatile memory           storage device."       ::= { hrDeviceTypes 20 }   hrDeviceNonVolatileMemory OBJECT-IDENTITY       STATUS current       DESCRIPTION           "The device type identifier used for a non-volatile memory           storage device."       ::= { hrDeviceTypes 21 }   -- Registrations for some popular File System types,   -- for use with hrFSType.   hrFSTypes               OBJECT IDENTIFIER ::= { hrDevice 9 }   hrFSOther OBJECT-IDENTITY       STATUS  current       DESCRIPTION           "The file system type identifier used when no other           defined type is appropriate."       ::= { hrFSTypes 1 }   hrFSUnknown OBJECT-IDENTITY       STATUS  current       DESCRIPTION           "The file system type identifier used when the type of           file system is unknown."       ::= { hrFSTypes 2 }   hrFSBerkeleyFFS OBJECT-IDENTITY       STATUS  current       DESCRIPTION           "The file system type identifier used for the           Berkeley Fast File System."       ::= { hrFSTypes 3 }   hrFSSys5FS OBJECT-IDENTITY       STATUS  current       DESCRIPTION           "The file system type identifier used for the           System V File System."       ::= { hrFSTypes 4 }   hrFSFat OBJECT-IDENTITY       STATUS  current       DESCRIPTION           "The file system type identifier used for           DOS's FAT file system."       ::= { hrFSTypes 5 }   hrFSHPFS OBJECT-IDENTITY       STATUS  current       DESCRIPTION           "The file system type identifier used for OS/2's           High Performance File System."       ::= { hrFSTypes 6 }   hrFSHFS OBJECT-IDENTITY       STATUS  current       DESCRIPTION           "The file system type identifier used for the           Macintosh Hierarchical File System."       ::= { hrFSTypes 7 }   hrFSMFS OBJECT-IDENTITY       STATUS  current       DESCRIPTION           "The file system type identifier used for the           Macintosh File System."       ::= { hrFSTypes 8 }   hrFSNTFS OBJECT-IDENTITY       STATUS  current       DESCRIPTION           "The file system type identifier used for the           Windows NT File System."       ::= { hrFSTypes 9 }   hrFSVNode OBJECT-IDENTITY       STATUS  current       DESCRIPTION

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -