Difference between revisions of "MIB files"

From IPLOG
Jump to: navigation, search
(Created page with "A '''management information base''' ('''MIB''') is a database used for managing the entities in a communication network. Most often associated with the Simple Network Manageme...")
 
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
A '''management information base''' ('''MIB''') is a database used for managing the entities in a communication network. Most often associated with the Simple Network Management Protocol (SNMP), the term is also used more generically in contexts such as in OSI/ISO Network management model. While intended to refer to the complete collection of management information available on an entity, it is often used to refer to a particular subset, more correctly referred to as MIB-module.
+
<font color="red" size="+1">This page is beign temporarily revised with the newest updates.</font>
 +
 
 +
== About MIB Files ==
 +
'''Management information base''' ('''MIB''') is a database used for managing the entities in the communication network. Most often associated with the Simple Network Management Protocol (SNMP), the term is also used more generically in contexts such as in OSI/ISO Network management model. While intended to refer to the complete collection of management information available on an entity, it is often used to refer to a particular subset, more correctly referred to as MIB-module.
  
 
Objects in the MIB are defined using a subset of Abstract Syntax Notation One (ASN.1) called "Structure of Management Information Version 2 (SMIv2)" RFC [[rfc:2578|2578]]. The software that performs the parsing is a MIB compiler.
 
Objects in the MIB are defined using a subset of Abstract Syntax Notation One (ASN.1) called "Structure of Management Information Version 2 (SMIv2)" RFC [[rfc:2578|2578]]. The software that performs the parsing is a MIB compiler.
  
The database is hierarchical (tree-structured) and each entry is addressed through an object identifier (OID). Internet documentation RFCs discuss MIBs, notably RFC [[rfc:1155|1155]], "Structure and Identification of Management Information for TCP/IP based internets", and its two companions, RFC [[rfc:1213|1213]], "Management Information Base for Network Management of TCP/IP-based internets", and RFC [[rfc:1157|1157]], "A Simple Network Management Protocol".
+
The database is a hierarchical (tree-structured) and each entry is addressed through an object identifier (OID). Internet documentation RFCs discuss MIBs, notably RFC [[rfc:1155|1155]], "Structure and Identification of Management Information for TCP/IP based internets", and its two companions, RFC [[rfc:1213|1213]], "Management Information Base for Network Management of TCP/IP-based internets", and RFC [[rfc:1157|1157]], "A Simple Network Management Protocol".
 +
 
 +
 
 +
'''More information:''' [https://en.wikipedia.org/wiki/Management_information_base Management information base]
 +
 
 +
 
 +
IPLOG-GAMA supports SNMP version: '''SNMPv1, SNMPv2c, SNMPv3'''.
 +
 
 +
'''Download:''' {{DownloadIPLOG-GAMA-MIB-ALL}}
 +
 
 +
{{Tip|TipText=
 +
In a Critical Infrastructure is always recommended to use SNMPv3 protocol.
 +
}}
 +
 
 +
 
 +
 
 +
== IPLOG-GAMA Default SNMP Configuration ==
 +
Version: '''SNMPv3'''
 +
 
 +
User: '''master'''
 +
 
 +
Security Level: '''Authentication and Privacy'''
  
 +
Authentication Algorithm: '''SHA'''
  
'''More informations:'''[https://en.wikipedia.org/wiki/Management_information_base Management information base]
+
Authentication Password: '''mastermaster'''
  
 +
Privacy Algorithm: '''AES'''
  
=== Common ===
+
Privacy Password: '''mastermaster'''
* [[Media:METEL-MIB.mib|METEL-MIB]] - .1.3.6.1.4.1.38616
 
  
=== IPLOG-GAMA ===
+
{{Note|NoteText=
* [[Media:METEL-IPLOG-INPUTS-MIB.mib|METEL-IPLOG-INPUTS-MIB]] - .1.3.6.1.4.1.38616.20.2
+
To change SNMP parameters go to IPLOG-GAMA '''Web page''' or use BASH '''"/etc/snmp/snmpd.conf"'''.
 +
}}

Latest revision as of 16:20, 27 January 2020

This page is beign temporarily revised with the newest updates.

About MIB Files

Management information base (MIB) is a database used for managing the entities in the communication network. Most often associated with the Simple Network Management Protocol (SNMP), the term is also used more generically in contexts such as in OSI/ISO Network management model. While intended to refer to the complete collection of management information available on an entity, it is often used to refer to a particular subset, more correctly referred to as MIB-module.

Objects in the MIB are defined using a subset of Abstract Syntax Notation One (ASN.1) called "Structure of Management Information Version 2 (SMIv2)" RFC 2578. The software that performs the parsing is a MIB compiler.

The database is a hierarchical (tree-structured) and each entry is addressed through an object identifier (OID). Internet documentation RFCs discuss MIBs, notably RFC 1155, "Structure and Identification of Management Information for TCP/IP based internets", and its two companions, RFC 1213, "Management Information Base for Network Management of TCP/IP-based internets", and RFC 1157, "A Simple Network Management Protocol".


More information: Management information base


IPLOG-GAMA supports SNMP version: SNMPv1, SNMPv2c, SNMPv3.

Download: IPLOG-GAMA-MIB-Files

Tip: In a Critical Infrastructure is always recommended to use SNMPv3 protocol.



IPLOG-GAMA Default SNMP Configuration

Version: SNMPv3

User: master

Security Level: Authentication and Privacy

Authentication Algorithm: SHA

Authentication Password: mastermaster

Privacy Algorithm: AES

Privacy Password: mastermaster

Note: To change SNMP parameters go to IPLOG-GAMA Web page or use BASH "/etc/snmp/snmpd.conf".