IPFIX-COLLECTOR-MIB

File: IPFIX-COLLECTOR-MIB.mib (24012 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
INET-ADDRESS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 Gauge32 mib-2
TEXTUAL-CONVENTION RowStatus DateAndTime
MODULE-COMPLIANCE OBJECT-GROUP InetAddressType
InetAddress

Defined Types

IpfixExporterEntry  
SEQUENCE    
  ipfixExporterIndex Integer32
  ipfixExporterIpAddressType InetAddressType
  ipfixExporterIpAddress InetAddress
  ipfixLifeTimeTemplate Integer32

IpfixSessionEntry  
SEQUENCE    
  ipfixSessionId Integer32
  ipfixSessionStatus INTEGER
  ipfixSessionProtocol Integer32
  ipfixSessionDstPort Integer32
  ipfixSessionSrcPort Integer32

IpfixSessionStatsEntry  
SEQUENCE    
  ipfixSessionPackets Counter32
  ipfixSessionBytes Counter32
  ipfixSessionMessages Counter32
  ipfixSessionDiscardMessages Counter32
  ipfixSessionElapsedTime Gauge32

IpfixObdomainStatsEntry  
SEQUENCE    
  ipfixObdomainId Integer32
  ipfixObdomainMessages Counter32
  ipfixObdomainFlows Counter32
  ipfixObdomainTemplates Counter32
  ipfixObdomainLatestSeqNumber Integer32
  ipfixObdomainDisorderdSeqNumbers Counter32

IpfixTemplateEntry  
SEQUENCE    
  ipfixTemplateId Integer32
  ipfixTemplateIndex Integer32
  ipfixTemplateFieldId Integer32
  ipfixTemplateFieldLength Integer32

IpfixTemplateStatsEntry  
SEQUENCE    
  ipfixTempFlows Counter32
  ipfixTempReceivedTime DateAndTime

Defined Values

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.
MODULE-IDENTITY    

ipfixExporter 1.3.6.1.2.1.999.1
OBJECT IDENTIFIER    

ipfixCollector 1.3.6.1.2.1.999.2
OBJECT IDENTIFIER    

ipfixPsampExtension 1.3.6.1.2.1.999.3
OBJECT IDENTIFIER    

ipfixConformance 1.3.6.1.2.1.999.4
OBJECT IDENTIFIER    

ipfixCollectorObjects 1.3.6.1.2.1.999.2.1
OBJECT IDENTIFIER    

ipfixCollectorConformance 1.3.6.1.2.1.999.2.2
OBJECT IDENTIFIER    

ipfixReceiving 1.3.6.1.2.1.999.2.1.1
OBJECT IDENTIFIER    

ipfixExporterTable 1.3.6.1.2.1.999.2.1.1.1
This table lists Exporters that received by collecting process. This process manages them.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpfixExporterEntry

ipfixExporterEntry 1.3.6.1.2.1.999.2.1.1.1.1
Defines an entry in the ipfixExporterTable
Status: current Access: not-accessible
OBJECT-TYPE    
  IpfixExporterEntry  

ipfixExporterIndex 1.3.6.1.2.1.999.2.1.1.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

ipfixExporterIpAddressType 1.3.6.1.2.1.999.2.1.1.1.1.2
The IP address type of the exporter. The value for IPv4 is ipv4(1). The value for IPv6 is ipv6(2).
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ipfixExporterIpAddress 1.3.6.1.2.1.999.2.1.1.1.1.3
The IP address of the Exporter.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ipfixLifeTimeTemplate 1.3.6.1.2.1.999.2.1.1.1.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipfixSessionTable 1.3.6.1.2.1.999.2.1.1.2
This table lists sessions between exporting process and collecting process. This table has now, or has at some time in the past, established session.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpfixSessionEntry

ipfixSessionEntry 1.3.6.1.2.1.999.2.1.1.2.1
Defines an entry in the ipfixSessionTable
Status: current Access: not-accessible
OBJECT-TYPE    
  IpfixSessionEntry  

ipfixSessionId 1.3.6.1.2.1.999.2.1.1.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

ipfixSessionStatus 1.3.6.1.2.1.999.2.1.1.2.1.2
The status of this session.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), up(1), down(2)  

ipfixSessionProtocol 1.3.6.1.2.1.999.2.1.1.2.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..256  

ipfixSessionDstPort 1.3.6.1.2.1.999.2.1.1.2.1.4
The transport protocol port number of exporter which enables exporting process.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

ipfixSessionSrcPort 1.3.6.1.2.1.999.2.1.1.2.1.5
The transport protocol port number of self device which enables collecting Process.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

ipfixSessionStatsTable 1.3.6.1.2.1.999.2.1.1.3
This table lists sessions statistics between exporting process and collecting process. The collecting process manages them.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpfixSessionStatsEntry

ipfixSessionStatsEntry 1.3.6.1.2.1.999.2.1.1.3.1
Defines an entry in the ipfixSessionStatsTable
Status: current Access: not-accessible
OBJECT-TYPE    
  IpfixSessionStatsEntry  

ipfixSessionPackets 1.3.6.1.2.1.999.2.1.1.3.1.3
The number of packets received from the Exporter through this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipfixSessionBytes 1.3.6.1.2.1.999.2.1.1.3.1.4
The number of bytes received from the exporter through this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipfixSessionMessages 1.3.6.1.2.1.999.2.1.1.3.1.5
The number of IPFIX messages received from the exporter through this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipfixSessionDiscardMessages 1.3.6.1.2.1.999.2.1.1.3.1.6
This indicates the number of received IPFIX Message that might be malformed or cant not be encoded.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipfixSessionElapsedTime 1.3.6.1.2.1.999.2.1.1.3.1.9
This timer indicates how long this session has been connected. This elapsed time of the session of IPFIX presents in second.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ipfixObdomainStatsTable 1.3.6.1.2.1.999.2.1.1.4
This table lists statistics objects that have data per observation domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpfixObdomainStatsEntry

ipfixObdomainStatsEntry 1.3.6.1.2.1.999.2.1.1.4.1
Defines an entry in the ipfixObdomainStatsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpfixObdomainStatsEntry  

ipfixObdomainId 1.3.6.1.2.1.999.2.1.1.4.1.1
It uses the observation domain id in the received IPFIX message header.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

ipfixObdomainMessages 1.3.6.1.2.1.999.2.1.1.4.1.3
The number of IPFIX messages received from the Exporter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipfixObdomainFlows 1.3.6.1.2.1.999.2.1.1.4.1.4
The number of flow records received from the Exporter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipfixObdomainTemplates 1.3.6.1.2.1.999.2.1.1.4.1.5
The number of templates received from the Exporter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipfixObdomainLatestSeqNumber 1.3.6.1.2.1.999.2.1.1.4.1.6
The latest sequence number. The collecting process overwrites to this object when it receives IPFIX message.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipfixObdomainDisorderdSeqNumbers 1.3.6.1.2.1.999.2.1.1.4.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipfixTemplateTable 1.3.6.1.2.1.999.2.1.1.5
This table lists templates that are received by the collecting process. This process manages them.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpfixTemplateEntry

ipfixTemplateEntry 1.3.6.1.2.1.999.2.1.1.5.1
Defines an entry in the ipfixTemplateTable
Status: current Access: not-accessible
OBJECT-TYPE    
  IpfixTemplateEntry  

ipfixTemplateId 1.3.6.1.2.1.999.2.1.1.5.1.1
This number indicates the template id in the IPFIX message.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

ipfixTemplateIndex 1.3.6.1.2.1.999.2.1.1.5.1.2
The ipfixTemplateIndex specifies the order in which the information element ids are used in the template record.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

ipfixTemplateFieldId 1.3.6.1.2.1.999.2.1.1.5.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

ipfixTemplateFieldLength 1.3.6.1.2.1.999.2.1.1.5.1.4
This indicates the length of each Information Element Ids. Especially, in variable length type it is specified as 65535.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipfixTemplateStatsTable 1.3.6.1.2.1.999.2.1.1.6
This table lists statistics objects that have data per template.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpfixTemplateStatsEntry

ipfixTemplateStatsEntry 1.3.6.1.2.1.999.2.1.1.6.1
Defines an entry in the ipfixTemplateStatsTable
Status: current Access: not-accessible
OBJECT-TYPE    
  IpfixTemplateStatsEntry  

ipfixTempFlows 1.3.6.1.2.1.999.2.1.1.6.1.2
The number of flow records per template received from Exporter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipfixTempReceivedTime 1.3.6.1.2.1.999.2.1.1.6.1.3
Time that the collecting process received this template. The collecting process overwrites to this object when it receives same template.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ipfixCompliances 1.3.6.1.2.1.999.4.1
OBJECT IDENTIFIER    

ipfixGroups 1.3.6.1.2.1.999.4.2
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
MODULE-COMPLIANCE    

ipfixGroupExporters 1.3.6.1.2.1.999.4.2.1
All objects that are basic for the management function of exporters.
Status: current Access: read-only
OBJECT-GROUP    

ipfixGroupTemplates 1.3.6.1.2.1.999.4.2.2
All objects that are basic for the management function of templates.
Status: current Access: read-only
OBJECT-GROUP    

ipfixGroupStatistics 1.3.6.1.2.1.999.4.2.3
All objects that are basic for the statistics function.
Status: current Access: read-only
OBJECT-GROUP