IPFIX-EXPORTER-MIB

File: IPFIX-EXPORTER-MIB.mib (23734 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 mib-2 TEXTUAL-CONVENTION
DateAndTime DisplayString RowStatus
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
InterfaceIndexOrZero InetAddressType InetAddress
InetAutonomousSystemNumber

Defined Types

PsampMethodAvailability  
Used to report the availability of a selection method: available(1) - the method is supported and can be used notAvailable(2) - the method is not available
TEXTUAL-CONVENTION    
  INTEGER available(1), notAvailable(2)  

IpfixCollectorEntry  
SEQUENCE    
  ipfixCollectorIndex Integer32
  ipfixCollectorDstIpAddressType InetAddressType
  ipfixCollectorDstIpAddress InetAddress
  ipfixCollectorDstProtocol Integer32
  ipfixCollectorDstPort Integer32
  ipfixCollectorReportsSent Integer32

IpfixCollectorGroupEntry  
SEQUENCE    
  ipfixCollectorGroupIndex Integer32

IpfixTemplateEntry  
SEQUENCE    
  ipfixTemplateId Integer32
  ipfixTemplateIndex Integer32
  ipfixTemplateFieldId Integer32
  ipfixTemplateFieldLength Integer32

IpfixObservationDomainEntry  
SEQUENCE    
  ipfixObservationDomainId Integer32
  ipfixInstanceObservationPoint OBJECT IDENTIFIER
  ipfixInstanceStartTime DateAndTime
  ipfixInstanceStopTime DateAndTime

IpfixInstanceEntry  
SEQUENCE    
  ipfixInstanceIndex Integer32
  ipfixInstanceTemplateId Integer32
  ipfixInstanceCollectorGroupIndex Integer32
  ipfixInstancePacketsObserved Integer32
  ipfixInstancePacketsDropped Integer32
  ipfixInstanceProcessId Integer32
  ipfixInstanceReportingProcessId Integer32
  ipfixInstanceReportsSent Integer32

IpfixMethodChainEntry  
SEQUENCE    
  ipfixMethodChainIndex Integer32
  ipfixMethodChainMethod OBJECT IDENTIFIER
  ipfixMethodChainPacketsObserved Integer32
  ipfixMethodChainPacketsDropped Integer32

Defined Values

ipfixMIB 1.3.6.1.2.1.999
The IPFIX MIB defines managed objects for IP flow information export. These objects provide information about managed nodes supporting IP flow information export, including flow information export capabilities, configuration and statistics. They also allow to configure IP flow information export concerning the IP interface at which flow information is gathered, the flow selections methods used, and the collector to which flow information is exported. Copyright (C) The Internet Society (2006). 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    

ipfixExporterObjects 1.3.6.1.2.1.999.1.1
OBJECT IDENTIFIER    

ipfixReporting 1.3.6.1.2.1.999.1.1.1
OBJECT IDENTIFIER    

ipfixCollectorTable 1.3.6.1.2.1.999.1.1.1.1
This table lists collectors to which reports are exported.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpfixCollectorEntry

ipfixCollectorEntry 1.3.6.1.2.1.999.1.1.1.1.1
Defines an entry in the ipfixCollectorTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpfixCollectorEntry  

ipfixCollectorIndex 1.3.6.1.2.1.999.1.1.1.1.1.1
The locally arbitrary, but unique identifier of a collector. The value is expected to remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

ipfixCollectorDstIpAddressType 1.3.6.1.2.1.999.1.1.1.1.1.2
The IP address type of the collector.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

ipfixCollectorDstIpAddress 1.3.6.1.2.1.999.1.1.1.1.1.3
The IP address of the collector.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

ipfixCollectorDstProtocol 1.3.6.1.2.1.999.1.1.1.1.1.4
The transport protocol used for exporting sampled packets to the collector. The recommended protocols are TCP (6), UDP (17) and SCTP (132). The default is SCTP.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..256  

ipfixCollectorDstPort 1.3.6.1.2.1.999.1.1.1.1.1.5
The port number of the collector.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

ipfixCollectorReportsSent 1.3.6.1.2.1.999.1.1.1.1.1.6
The number of reports sent to the collector.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipfixCollectorGroupTable 1.3.6.1.2.1.999.1.1.1.2
This table lists groups of collectors to which flow records packets are exported. If flow records are exported to only one collector the group consists of exactly one collector.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpfixCollectorGroupEntry

ipfixCollectorGroupEntry 1.3.6.1.2.1.999.1.1.1.2.1
Defines an entry in the ipfixCollectorGroupTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpfixCollectorGroupEntry  

ipfixCollectorGroupIndex 1.3.6.1.2.1.999.1.1.1.2.1.1
The locally arbitrary, but unique identifier of a collector group. The value is expected to remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

ipfixTemplateTable 1.3.6.1.2.1.999.1.1.1.3
This table lists templates used by the exporter.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpfixTemplateEntry

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

ipfixTemplateId 1.3.6.1.2.1.999.1.1.1.3.1.1
The unique identifier for the template.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

ipfixTemplateIndex 1.3.6.1.2.1.999.1.1.1.3.1.2
The locally arbitrary, but unique identifier of a field Id in the template identified by ipfixTemplateId. The value is expected to remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

ipfixTemplateFieldId 1.3.6.1.2.1.999.1.1.1.3.1.3
The Field Id at position ipfixTemplateIndex in the template ipfixTemplateId. This implicitly gives the data type and state values that are exported.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipfixTemplateFieldLength 1.3.6.1.2.1.999.1.1.1.3.1.4
The Length of the Field. Used to indicate if reduced encoding or variable length field is used.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipfixInstances 1.3.6.1.2.1.999.1.1.2
OBJECT IDENTIFIER    

ipfixObservationDomainTable 1.3.6.1.2.1.999.1.1.2.1
This table lists the Observation Domains used at the managed node.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpfixObservationDomainEntry

ipfixObservationDomainEntry 1.3.6.1.2.1.999.1.1.2.1.1
Defines an entry in the ipfixObservationDomainTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpfixObservationDomainEntry  

ipfixObservationDomainId 1.3.6.1.2.1.999.1.1.2.1.1.1
The locally arbitrary, but unique identifier of an Observation Domain. The value is expected to remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

ipfixInstanceObservationPoint 1.3.6.1.2.1.999.1.1.2.1.1.2
The point where the packet is observed. If it is e.g, an interface it points to the mib-II object of the interface.
Status: current Access: read-create
OBJECT-TYPE    
  OBJECT IDENTIFIER  

ipfixInstanceStartTime 1.3.6.1.2.1.999.1.1.2.1.1.3
The date and time when exporting for this parameter set should start.
Status: current Access: read-create
OBJECT-TYPE    
  DateAndTime  

ipfixInstanceStopTime 1.3.6.1.2.1.999.1.1.2.1.1.4
The date and time when exporting for this parameter set should stop.
Status: current Access: read-create
OBJECT-TYPE    
  DateAndTime  

ipfixInstanceTable 1.3.6.1.2.1.999.1.1.2.2
This table lists active instances of packet sampling at the managed node.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpfixInstanceEntry

ipfixInstanceEntry 1.3.6.1.2.1.999.1.1.2.2.1
Defines an entry in the ipfixInstanceTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpfixInstanceEntry  

ipfixInstanceIndex 1.3.6.1.2.1.999.1.1.2.2.1.1
The locally arbitrary, but unique identifier of an instance. The value is expected to remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

ipfixInstanceTemplateId 1.3.6.1.2.1.999.1.1.2.2.1.2
The Id of a template in the template table. This implies the knowledge about the method chain from the method chain table. Furthermore it links the instance, method chain (selector) and template together. The identified template is applied to the stream of filtered/sampled packets observed after applying the method chain at the observation point.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

ipfixInstanceCollectorGroupIndex 1.3.6.1.2.1.999.1.1.2.2.1.3
The index of the collector group to which packet reports are sent.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

ipfixInstancePacketsObserved 1.3.6.1.2.1.999.1.1.2.2.1.4
The number of packets observed at the observation point.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipfixInstancePacketsDropped 1.3.6.1.2.1.999.1.1.2.2.1.5
The number of packets dropped while filtering/sampling packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipfixInstanceProcessId 1.3.6.1.2.1.999.1.1.2.2.1.6
The process id of the metering process used by this instance.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipfixInstanceReportingProcessId 1.3.6.1.2.1.999.1.1.2.2.1.7
The process id of the reporting process used by this instance.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipfixInstanceReportsSent 1.3.6.1.2.1.999.1.1.2.2.1.8
The number of reports on sampled packets sent to the collector.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipfixMethodChainTable 1.3.6.1.2.1.999.1.1.2.4
This table contains method chains lists and connects them to the instances where they are applied to different observation points. The filtered/sampled packets are then exported.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpfixMethodChainEntry

ipfixMethodChainEntry 1.3.6.1.2.1.999.1.1.2.4.1
Defines an entry in the ipfixMethodChainTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpfixMethodChainEntry  

ipfixMethodChainIndex 1.3.6.1.2.1.999.1.1.2.4.1.2
The locally arbitrary, but unique identifier of a template. The value is expected to remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

ipfixMethodChainMethod 1.3.6.1.2.1.999.1.1.2.4.1.3
The method used for the template at a certain position in the method chain.
Status: current Access: read-create
OBJECT-TYPE    
  OBJECT IDENTIFIER  

ipfixMethodChainPacketsObserved 1.3.6.1.2.1.999.1.1.2.4.1.4
The number of packets observed at the method entry point.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipfixMethodChainPacketsDropped 1.3.6.1.2.1.999.1.1.2.4.1.5
The number of packets dropped while selecting packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

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 ipfixGroupMetering and ipfixGroupReporting. The implementation of all other objects depends on the implementation of the corresponding functionality in the equipment.
Status: current Access: read-only
MODULE-COMPLIANCE    

ipfixGroupMetering 1.3.6.1.2.1.999.4.2.1
All objects that are basic for the metering process. It contains a basic metering function (ipfixSelectAll), The template definitions needed for the export of data, the method chain that fixes the metering functions applied to the observation point and several parameters concering the export process and the collectors.
Status: current Access: read-only
OBJECT-GROUP    

ipfixGroupReporting 1.3.6.1.2.1.999.4.2.2
These objects define the collectors i.e., the destinations of the exporting process.
Status: current Access: read-only
OBJECT-GROUP    

ipfixGroupStatistics 1.3.6.1.2.1.999.4.2.3
These objects contain statistical values gathered at different points in the metering process.
Status: current Access: read-only
OBJECT-GROUP