IPFIX-COLLECTOR-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: IPFIX-COLLECTOR-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ipfixMIB 1.3.6.1.2.1.999
The IPFIX collector MIB defines managed objects that are maintained by the collecting process in traffic collector or IPFIX concentrator. These objects provide informations that are exporter's profile data and received templates. Exporter's profile has that exporter's ip address and port number. In addition, these object has statistics data per session or per templates. Copyright (C) The Internet Society (2005). This version of this MIB module is part of RFC yyyy; see the RFC itself for full legal notices.
         ipfixExporter 1.3.6.1.2.1.999.1
         ipfixCollector 1.3.6.1.2.1.999.2
             ipfixCollectorObjects 1.3.6.1.2.1.999.2.1
                 ipfixReceiving 1.3.6.1.2.1.999.2.1.1
                     ipfixExporterTable 1.3.6.1.2.1.999.2.1.1.1 no-access
This table lists Exporters that received by collecting process. This process manages them.
                         ipfixExporterEntry 1.3.6.1.2.1.999.2.1.1.1.1 no-access
Defines an entry in the ipfixExporterTable
                             ipfixExporterIndex 1.3.6.1.2.1.999.2.1.1.1.1.1 integer32 no-access
Locally arbitrary, but unique identifier of an entry in ipfixExporterTable. The value is expected to remain constant from a re-initialization of the entity's network management system to the next re-initialization.
                             ipfixExporterIpAddressType 1.3.6.1.2.1.999.2.1.1.1.1.2 inetaddresstype read-only
The IP address type of the exporter. The value for IPv4 is ipv4(1). The value for IPv6 is ipv6(2).
                             ipfixExporterIpAddress 1.3.6.1.2.1.999.2.1.1.1.1.3 inetaddress read-only
The IP address of the Exporter.
                             ipfixLifeTimeTemplate 1.3.6.1.2.1.999.2.1.1.1.1.4 integer32 read-only
This is the time interval in seconds for the Life Time configured for the template with this session. It is only used to manage the received templates, if this protocol is UDP. The collecting process discards the template, if the templates is not refreshed within this life time.
                     ipfixSessionTable 1.3.6.1.2.1.999.2.1.1.2 no-access
This table lists sessions between exporting process and collecting process. This table has now, or has at some time in the past, established session.
                         ipfixSessionEntry 1.3.6.1.2.1.999.2.1.1.2.1 no-access
Defines an entry in the ipfixSessionTable
                             ipfixSessionId 1.3.6.1.2.1.999.2.1.1.2.1.1 integer32 no-access
Locally arbitrary, but unique identifier of an entry in ipfixSessionTable. The value is expected to remain constant from a re-initialization of the entity's network management system to the next re-initialization.
                             ipfixSessionStatus 1.3.6.1.2.1.999.2.1.1.2.1.2 integer read-only
The status of this session. Enumeration: 'down': 2, 'unknown': 0, 'up': 1.
                             ipfixSessionProtocol 1.3.6.1.2.1.999.2.1.1.2.1.3 integer32 read-only
The transport protocol is used for receiving sampled packets from the Exporter. The recommended protocols are TCP (6), UDP (17) and SCTP (132). The default is SCTP.
                             ipfixSessionDstPort 1.3.6.1.2.1.999.2.1.1.2.1.4 integer32 read-only
The transport protocol port number of exporter which enables exporting process.
                             ipfixSessionSrcPort 1.3.6.1.2.1.999.2.1.1.2.1.5 integer32 read-only
The transport protocol port number of self device which enables collecting Process.
                     ipfixSessionStatsTable 1.3.6.1.2.1.999.2.1.1.3 no-access
This table lists sessions statistics between exporting process and collecting process. The collecting process manages them.
                         ipfixSessionStatsEntry 1.3.6.1.2.1.999.2.1.1.3.1 no-access
Defines an entry in the ipfixSessionStatsTable
                             ipfixSessionPackets 1.3.6.1.2.1.999.2.1.1.3.1.3 counter32 read-only
The number of packets received from the Exporter through this session.
                             ipfixSessionBytes 1.3.6.1.2.1.999.2.1.1.3.1.4 counter32 read-only
The number of bytes received from the exporter through this session.
                             ipfixSessionMessages 1.3.6.1.2.1.999.2.1.1.3.1.5 counter32 read-only
The number of IPFIX messages received from the exporter through this session.
                             ipfixSessionDiscardMessages 1.3.6.1.2.1.999.2.1.1.3.1.6 counter32 read-only
This indicates the number of received IPFIX Message that might be malformed or cant not be encoded.
                             ipfixSessionElapsedTime 1.3.6.1.2.1.999.2.1.1.3.1.9 gauge32 read-only
This timer indicates how long this session has been connected. This elapsed time of the session of IPFIX presents in second.
                     ipfixObdomainStatsTable 1.3.6.1.2.1.999.2.1.1.4 no-access
This table lists statistics objects that have data per observation domain.
                         ipfixObdomainStatsEntry 1.3.6.1.2.1.999.2.1.1.4.1 no-access
Defines an entry in the ipfixObdomainStatsTable.
                             ipfixObdomainId 1.3.6.1.2.1.999.2.1.1.4.1.1 integer32 no-access
It uses the observation domain id in the received IPFIX message header.
                             ipfixObdomainMessages 1.3.6.1.2.1.999.2.1.1.4.1.3 counter32 read-only
The number of IPFIX messages received from the Exporter.
                             ipfixObdomainFlows 1.3.6.1.2.1.999.2.1.1.4.1.4 counter32 read-only
The number of flow records received from the Exporter.
                             ipfixObdomainTemplates 1.3.6.1.2.1.999.2.1.1.4.1.5 counter32 read-only
The number of templates received from the Exporter.
                             ipfixObdomainLatestSeqNumber 1.3.6.1.2.1.999.2.1.1.4.1.6 integer32 read-only
The latest sequence number. The collecting process overwrites to this object when it receives IPFIX message.
                             ipfixObdomainDisorderdSeqNumbers 1.3.6.1.2.1.999.2.1.1.4.1.7 counter32 read-only
This counter indicates inconformable numbers of sequence number. The collecting process check consistency between received sequence number and received data flows. This counter is added up this inclement, if it recognize there are some flows that have not been received.
                     ipfixTemplateTable 1.3.6.1.2.1.999.2.1.1.5 no-access
This table lists templates that are received by the collecting process. This process manages them.
                         ipfixTemplateEntry 1.3.6.1.2.1.999.2.1.1.5.1 no-access
Defines an entry in the ipfixTemplateTable
                             ipfixTemplateId 1.3.6.1.2.1.999.2.1.1.5.1.1 integer32 no-access
This number indicates the template id in the IPFIX message.
                             ipfixTemplateIndex 1.3.6.1.2.1.999.2.1.1.5.1.2 integer32 no-access
The ipfixTemplateIndex specifies the order in which the information element ids are used in the template record.
                             ipfixTemplateFieldId 1.3.6.1.2.1.999.2.1.1.5.1.3 integer32 read-only
This indicates the Information Element Id at position ipfixTemplateIndex in the template ipfixTemplateId. This implicitly gives the data type and state values that are received.
                             ipfixTemplateFieldLength 1.3.6.1.2.1.999.2.1.1.5.1.4 integer32 read-only
This indicates the length of each Information Element Ids. Especially, in variable length type it is specified as 65535.
                     ipfixTemplateStatsTable 1.3.6.1.2.1.999.2.1.1.6 no-access
This table lists statistics objects that have data per template.
                         ipfixTemplateStatsEntry 1.3.6.1.2.1.999.2.1.1.6.1 no-access
Defines an entry in the ipfixTemplateStatsTable
                             ipfixTempFlows 1.3.6.1.2.1.999.2.1.1.6.1.2 counter32 read-only
The number of flow records per template received from Exporter.
                             ipfixTempReceivedTime 1.3.6.1.2.1.999.2.1.1.6.1.3 dateandtime read-only
Time that the collecting process received this template. The collecting process overwrites to this object when it receives same template.
             ipfixCollectorConformance 1.3.6.1.2.1.999.2.2
         ipfixPsampExtension 1.3.6.1.2.1.999.3
         ipfixConformance 1.3.6.1.2.1.999.4
             ipfixCompliances 1.3.6.1.2.1.999.4.1
                 ipfixCompliance 1.3.6.1.2.1.999.4.1.1
An implementation that complies to this module must implement the objects defined in the mandatory groups collectGroupExporters, collectGroupTemplates. The imeplementation of all other objects depends on the imeplementation of the corresponding functionality in the equipment.
             ipfixGroups 1.3.6.1.2.1.999.4.2
                 ipfixGroupExporters 1.3.6.1.2.1.999.4.2.1
All objects that are basic for the management function of exporters.
                 ipfixGroupTemplates 1.3.6.1.2.1.999.4.2.2
All objects that are basic for the management function of templates.
                 ipfixGroupStatistics 1.3.6.1.2.1.999.4.2.3
All objects that are basic for the statistics function.