Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.MIB - File Extension for Management Information Base
What is MIB? MIB, short name for Management Information Base, is used as the file extension for Management Information Base files. .MIB files are text files that are used to store a set of definitions for each managed SNMP object. See the sample .MIB file included below.
✍: FYIcenter.com
File Extension: .MIB
MIME Type: text/plain
File Content: Management Information Base
.MIB files are Management Information Base files, that are used to store a set of definitions for each managed SNMP object. Here is a sample .MIB Management Information Base file, ftp.mib:
FTPSERVER-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises,
OBJECT-TYPE,
Counter
FROM RFC1155-SMI
internetServer
FROM INTERNETSERVER-MIB;
-- microsoft OBJECT IDENTIFIER ::= { enterprises 311 }
-- software OBJECT IDENTIFIER ::= { microsoft 1 }
-- internetServer OBJECT IDENTIFIER ::= { software 7 }
ftpServer OBJECT IDENTIFIER ::= { internetServer 2 }
ftpStatistics OBJECT IDENTIFIER ::= { ftpServer 1 }
-- FTP Server Statistics
totalBytesSentHighWord OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the high 32-bits of the total number of
of BYTEs sent by the FTP Server"
::= { ftpStatistics 1 }
...
.MIB Management Information Base file sample: Click sample.mib to download.
Since .MIB files are in text format, you can use Notepad or any text editor to create or modify them. No special software is needed.
For for information on how to use .MIB Management Information Base files, see links below:
2012-11-02, 8464👍, 0💬
Popular Posts:
What is BMP? BMP, short name for Bitmap, is used as the file extension for bitmap image files. .BMP ...
What is SCR? SCR, short name for Screen Saver, is used as the file extension for Screen Saver files....
File extension DAT is used for multimedia files stored on VCD disks. A DAT sample file is provided. ...
What is TIF or TIFF? TIFF, short name for Tagged Image File Format, is used as the file extension fo...
What is WMF or EMF? WMF stands for Windows Metafile. EMF stands for Enhanced Windows Metafile WMF or...