IPFIX-CONCENTRATOR-MIB

File: IPFIX-CONCENTRATOR-MIB.mib (49955 bytes)

Imported modules

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

Imported symbols

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

Defined Types

ConcFieldModifier  
This field modifier is used by the aggregation process and storing process. This is used as in the following method. method: keep(1) - the field that is specified by this value is distinguished by each process. discard(2) - the field that is specified by this value is discarded by each process.
TEXTUAL-CONVENTION    
  INTEGER keep(1), discard(2)  

ConcExtractEntry  
SEQUENCE    
  concExtractIndex Integer32
  concExtractEtrIpAddrType InetAddressType
  concExtractEtrIpAddr InetAddress
  concExtractStartTime DateAndTime
  concExtractEndTime DateAndTime
  concExtractProcessId Integer32
  concExtractRowStatus RowStatus

ConcSelectMatchParamSetEntry  
SEQUENCE    
  concSelectMatchIndex Integer32
  concSelectMatchInfoEltId Integer32
  concSelectMatchStartValue OCTET STRING
  concSelectMatchEndValue OCTET STRING
  concSelectMatchMask OCTET STRING
  concSelectMatchRowStatus RowStatus

ConcAggrParamSetEntry  
SEQUENCE    
  concAggrIndex Integer32
  concAggrTimeInterval Integer32
  concAggrParamRowStatus RowStatus

ConcAggrFieldSetEntry  
SEQUENCE    
  concAggrFieldSetId Integer32
  concAggrFieldModifier ConcFieldModifier
  concAggrFieldRowStatus RowStatus

ConcAggrAddFieldSetEntry  
SEQUENCE    
  concAggrAddFieldSetId Integer32
  concAggrAddFieldRowStatus RowStatus

ConcReportCtrEntry  
SEQUENCE    
  concReportCtrIndex Integer32
  concReportCtrDstIpAddrType InetAddressType
  concReportCtrDstIpAddr InetAddress
  concReportCtrDstProtocol Integer32
  concReportCtrDstPort Integer32
  concReportCtrReportsSent Integer32
  concReportCtrRowStatus RowStatus

ConcReportCtrGrEntry  
SEQUENCE    
  concReportCtrGrIndex Integer32
  concReportCtrGrRowStatus RowStatus

ConcReportTemplateRcdEntry  
SEQUENCE    
  concReportTemplateRcdId Integer32
  concReportTemplateRcdIndex Integer32
  concReportTemplateRcdInfoEltId Integer32
  concReportTemplateRcdRowStatus RowStatus

ConcStoringParamSetEntry  
SEQUENCE    
  concStoringIndex Integer32
  concStoringSourceidModifier ConcFieldModifier
  concStoringExportTimeModifier ConcFieldModifier
  concStoringProcessId Integer32
  concStoringParamRowStatus RowStatus

ConcStoringFieldSetEntry  
SEQUENCE    
  concStoringInfoEltId Integer32
  concStoringFieldModifier ConcFieldModifier
  concStoringRowStatus RowStatus

ConcBaseAssocEntry  
SEQUENCE    
  concBaseAssocIndex Integer32
  concBaseAssocSelectMatchIndex Integer32
  concBaseAssocAggrIndex Integer32
  concBaseAssocReportCtrGrIndex Integer32
  concBaseAssocReportTemplateRcdId Integer32
  concBaseAssocStoringIndex Integer32
  concBaseAssocMeteringProcessId Integer32
  concBaseAssocExtractIndex Integer32
  concBaseAssocRowStatus RowStatus

ConcExporterListEntry  
SEQUENCE    
  concExporterListIndex Integer32
  concExporterListMethod OBJECT IDENTIFIER
  concExporterListRowStatus RowStatus

Defined Values

ipfixConcentratorMIB 1.3.6.1.2.1.5555
The IPFIX concentrator MIB defines managed objects that are used by each process in IPFIX concentrator. These objects provide information that are instruction rules and supporting parameters of each function. These objects can be configured. By using these objects, the selection process decides which flow records are selected. The storing process decides which fields are stored and the aggregation process decides how to aggregate these flow records. These objects support information to enable these functions. 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    

concentratorObjects 1.3.6.1.2.1.5555.1
OBJECT IDENTIFIER    

concentratorConformance 1.3.6.1.2.1.5555.2
OBJECT IDENTIFIER    

concExtraction 1.3.6.1.2.1.5555.1.1
OBJECT IDENTIFIER    

concExtractIsAvail 1.3.6.1.2.1.5555.1.1.1
This object indicates the availability of the function for extracting flow records from storage database.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

concExtractTable 1.3.6.1.2.1.5555.1.1.2
This table lists parameters that are used by extracting flow records from the storage database.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConcExtractEntry

concExtractEntry 1.3.6.1.2.1.5555.1.1.2.1
Defines an entry in the concExtractTable
Status: current Access: not-accessible
OBJECT-TYPE    
  ConcExtractEntry  

concExtractIndex 1.3.6.1.2.1.5555.1.1.2.1.1
Locally arbitrary, but unique identifier of an entry in concExtractTable. The value is expected to remain constant from a re-initialization of the entity's network management system to the next re-initialization. It is used in entries of the concEtrListTable as reference to concExtractTable table and its associated parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

concExtractEtrIpAddrType 1.3.6.1.2.1.5555.1.1.2.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-create
OBJECT-TYPE    
  InetAddressType  

concExtractEtrIpAddr 1.3.6.1.2.1.5555.1.1.2.1.3
The IP address is the exporter that is stored in the database. The collection process extracts flow records that are exported from this exporter address.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

concExtractStartTime 1.3.6.1.2.1.5555.1.1.2.1.4
This hour is used by extracting flow records. The collection process extracts flow records that are created after this time. Then, these flow-records that belong in the period of time between concExtractStartTime and concExtractEndTime are extracted.
Status: current Access: read-create
OBJECT-TYPE    
  DateAndTime  

concExtractEndTime 1.3.6.1.2.1.5555.1.1.2.1.5
This hour is used by extracting flow records. The collection process does not extract flow records that are created after this hour.
Status: current Access: read-create
OBJECT-TYPE    
  DateAndTime  

concExtractProcessId 1.3.6.1.2.1.5555.1.1.2.1.6
The process id is used by the IPFIX collectng process.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..256  

concExtractRowStatus 1.3.6.1.2.1.5555.1.1.2.1.7
The status of this row of the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

concSelection 1.3.6.1.2.1.5555.1.2
OBJECT IDENTIFIER    

concSelectIsAvail 1.3.6.1.2.1.5555.1.2.1
This object indicates the availability of the selection function.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

concSelectMatchParamSetTable 1.3.6.1.2.1.5555.1.2.2
This table lists configurations of match filtering. The match filtering is based on IPFIX/PSAMP Information Elements. The parameter set contains the Information Element Id, a value or value range, and a mask.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConcSelectMatchParamSetEntry

concSelectMatchParamSetEntry 1.3.6.1.2.1.5555.1.2.2.1
Defines an entry in the concSelectMatchParamSetTable
Status: current Access: not-accessible
OBJECT-TYPE    
  ConcSelectMatchParamSetEntry  

concSelectMatchIndex 1.3.6.1.2.1.5555.1.2.2.1.1
Locally arbitrary, but unique identifier of an entry in this parameter set table. The value is expected to remain constant from a re-initialization of the entity's network management system to the next re-initialization. It is used in entries of the concBaseAssocTable reference to this method and its associated parameter set.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

concSelectMatchInfoEltId 1.3.6.1.2.1.5555.1.2.2.1.2
The id of the information element that is encoded as InfoElementId defined in the IPFIX/PSAMP Information Models.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

concSelectMatchStartValue 1.3.6.1.2.1.5555.1.2.2.1.3
This indicates the value of the information element or the start of the value range. If concSelectMatchEndValue is defined, then the range between the start value and the end value is a value range. If concSelectMatchMask is defined, then concSelectMatchEndValue is ignored. In this case, the flow record is selected if the masked value exactly matches the start value, concSelectMatchStartValue.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

concSelectMatchEndValue 1.3.6.1.2.1.5555.1.2.2.1.4
The final value of a value range. It should be equal to it's default value (''H) if a single value should be encoded. It is ignored if concSelectFilterMatchMask is defined.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

concSelectMatchMask 1.3.6.1.2.1.5555.1.2.2.1.5
The selected value of the given information element is masked with this value. The resulting value is compared to concSelectMatchStartValue and the flow record is selected if they match. If concSelectFilterMatchEndValue and concnetSelectFilterMatchMask are defined at the same time, concSelectFilterMatchEndValue is ignored. Note that a mask is not useful for all information elements and, if it is specified, the mask has the same data type and encoding as the information element referenced by concSelectMatchInfoEltId.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

concSelectMatchRowStatus 1.3.6.1.2.1.5555.1.2.2.1.6
The status of this row of the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

concAggregation 1.3.6.1.2.1.5555.1.3
OBJECT IDENTIFIER    

concAggrIsAvail 1.3.6.1.2.1.5555.1.3.1
This object indicates the availability of the aggregating flow records.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

concAggrParamSetTable 1.3.6.1.2.1.5555.1.3.2
This table lists parameters that are used for aggregating flow records.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConcAggrParamSetEntry

concAggrParamSetEntry 1.3.6.1.2.1.5555.1.3.2.1
Defines an entry in the concAggrParamSetTable
Status: current Access: not-accessible
OBJECT-TYPE    
  ConcAggrParamSetEntry  

concAggrIndex 1.3.6.1.2.1.5555.1.3.2.1.1
Locally arbitrary, but unique identifier of an entry in concAggrParamSetTable. The value is expected to remain constant from a re-initialization of the entity's network management system to the next re-initialization. It is used in entries of the concBaseAssocTable as reference to the concAggrParamSetTable table and its associated parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

concAggrTimeInterval 1.3.6.1.2.1.5555.1.3.2.1.2
This object specifies a time interval that is used by the aggregation process. This process gathers flow records within this time interval and then aggregates flow records that have a common property.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

concAggrParamRowStatus 1.3.6.1.2.1.5555.1.3.2.1.3
The status of this row of the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

concAggrFieldSetTable 1.3.6.1.2.1.5555.1.3.3
This table lists field modifiers that are used for aggregating flow records.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConcAggrFieldSetEntry

concAggrFieldSetEntry 1.3.6.1.2.1.5555.1.3.3.1
Defines an entry in the concAggrParamSetTable
Status: current Access: not-accessible
OBJECT-TYPE    
  ConcAggrFieldSetEntry  

concAggrFieldSetId 1.3.6.1.2.1.5555.1.3.3.1.2
This object specifies the id of the information element. These are encoded as the InfoEltId that is defined in IPFIX/PSAMP Information Models.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

concAggrFieldModifier 1.3.6.1.2.1.5555.1.3.3.1.3
This field modifier is used by the aggregation process. If the keep modifier of this object is specified, the information element of concAggrFieldSetId is distinguished in the aggregated flow record. In addition, if the information element of concAggrFieldSetId is the flow key, this field becomes the key of aggregated flow. If it is not the flow key, this field is merged into a single counter. If the IP address field and prefix field are specified, a significant bit of the IP address field is reduced by the prefix. That means the keep modifier of the mask value of this IP address is specified.
Status: current Access: read-create
OBJECT-TYPE    
  ConcFieldModifier  

concAggrFieldRowStatus 1.3.6.1.2.1.5555.1.3.3.1.4
The status of this row of the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

concAggrAddFieldSetTable 1.3.6.1.2.1.5555.1.3.4
This table lists the information element id that is added to the aggregated flow.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConcAggrAddFieldSetEntry

concAggrAddFieldSetEntry 1.3.6.1.2.1.5555.1.3.4.1
Defines an entry in the concAggrAddFieldSetTable
Status: current Access: not-accessible
OBJECT-TYPE    
  ConcAggrAddFieldSetEntry  

concAggrAddFieldSetId 1.3.6.1.2.1.5555.1.3.4.1.2
This object specifies the Id of the information element. This object is encoded as the InfoEltId that is defined in IPFIX/PSAMP Information Models. This information element complements information that is discarded during the aggregation process. For example, these information elements are the total number of flows in aggregated flow and an average number of packets per-flow in aggregated flow. If this object is specified as an information element, the aggregation process calculates and adds to create this field and this information element is included in the aggregated flow record.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

concAggrAddFieldRowStatus 1.3.6.1.2.1.5555.1.3.4.1.3
The status of this row of the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

concReport 1.3.6.1.2.1.5555.1.4
OBJECT IDENTIFIER    

concReportCtrTable 1.3.6.1.2.1.5555.1.4.1
This table lists collectors to which IPFIX concentrator selected flow records are exported.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConcReportCtrEntry

concReportCtrEntry 1.3.6.1.2.1.5555.1.4.1.1
Defines an entry in the concReportCtrTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  ConcReportCtrEntry  

concReportCtrIndex 1.3.6.1.2.1.5555.1.4.1.1.1
Locally arbitrary, but unique identifier of an entry in this collector table. The value is expected to remain constant from a re-initialization of the entity's network management system to the next re-initialization. It is used in entries of concReportCtrGrTable as reference to this collector and its associated parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

concReportCtrDstIpAddrType 1.3.6.1.2.1.5555.1.4.1.1.2
The IP address type of the collector. The value for IPv4 is ipv4(1). The value for IPv6 is ipv6(2).
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

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

concReportCtrDstProtocol 1.3.6.1.2.1.5555.1.4.1.1.4
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  

concReportCtrDstPort 1.3.6.1.2.1.5555.1.4.1.1.5
Transport protocol port number of the collector.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

concReportCtrReportsSent 1.3.6.1.2.1.5555.1.4.1.1.6
Number of packet reports sent to the collector.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

concReportCtrRowStatus 1.3.6.1.2.1.5555.1.4.1.1.7
Status of this row of the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

concReportCtrGrTable 1.3.6.1.2.1.5555.1.4.2
This table lists groups of collectors to which IPFIX concentrator selected flow records are exported simultaneously. If IPFIX concentrator selected flow records are exported to only one collector, the group consists of exactly one collector.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConcReportCtrGrEntry

concReportCtrGrEntry 1.3.6.1.2.1.5555.1.4.2.1
Defines an entry in the concReportCtrGrTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  ConcReportCtrGrEntry  

concReportCtrGrIndex 1.3.6.1.2.1.5555.1.4.2.1.1
Locally arbitrary, but unique identifier of an entry in this parameter set table. The value is expected to remain constant from a re-initialization of the entity's network management system to the next re-initialization. It is used in entries of the concBaseAssocTable as reference to this collector group and its associated parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

concReportCtrGrRowStatus 1.3.6.1.2.1.5555.1.4.2.1.3
The status of this row of the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

concReportTemplateRcdTable 1.3.6.1.2.1.5555.1.4.3
This table lists templates used by the exporter.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConcReportTemplateRcdEntry

concReportTemplateRcdEntry 1.3.6.1.2.1.5555.1.4.3.1
Defines an entry in the concReportTemplateTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  ConcReportTemplateRcdEntry  

concReportTemplateRcdId 1.3.6.1.2.1.5555.1.4.3.1.1
Locally arbitrary, but unique identifier of an entry in this template record table. The value is expected to remain constant from a re-initialization of the entity's network management system to the next re-initialization. It is used in entries of the concBaseAssocTable as reference to this template record and its associated parameters. It groups the information element ids in a template record.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

concReportTemplateRcdIndex 1.3.6.1.2.1.5555.1.4.3.1.2
Locally arbitrary, but unique identifier of a information element id in the template record identified by concReportTemplateRcdId. The value is expected to remain constant from a re-initialization of the entity's network management system to the next re-initialization. The concReportTemplateRcdIndex 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  

concReportTemplateRcdInfoEltId 1.3.6.1.2.1.5555.1.4.3.1.3
The Information Elt Id at position concReportTemplateRcdIndex in the template concReportTemplateRcdId. This implicitly gives the data type and state values that are exported.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

concReportTemplateRcdRowStatus 1.3.6.1.2.1.5555.1.4.3.1.4
The status of this row of the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

concStoring 1.3.6.1.2.1.5555.1.5
OBJECT IDENTIFIER    

concStoringIsAvail 1.3.6.1.2.1.5555.1.5.1
This object indicates the availability of the storing function.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

concStoringParamSetTable 1.3.6.1.2.1.5555.1.5.2
This table lists the field modifiers that are used for storing IPFIX header information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConcStoringParamSetEntry

concStoringParamSetEntry 1.3.6.1.2.1.5555.1.5.2.1
Defines an entry in the concStoringParamSetTable
Status: current Access: not-accessible
OBJECT-TYPE    
  ConcStoringParamSetEntry  

concStoringIndex 1.3.6.1.2.1.5555.1.5.2.1.1
Locally arbitrary, but unique identifier of an entry in this parameter set table. The value is expected to remain constant from one re-initialization of the entity's network management system to the next re-initialization. It is used in entries as the concBaseAssocTable reference to this method and its associated parameter set.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

concStoringSourceidModifier 1.3.6.1.2.1.5555.1.5.2.1.2
This field modifier is used by the storing process. If the keep modifier of this object is specified, the source Id of IPFIX header information is stored in the storage database. If the discard modifier of this object is specified, it is not stored.
Status: current Access: read-create
OBJECT-TYPE    
  ConcFieldModifier  

concStoringExportTimeModifier 1.3.6.1.2.1.5555.1.5.2.1.3
This field modifier is used by the storing process. If the keep modifier of this object is specified, the Export time of IPFIX header information is stored in the storage database. If the discard modifier of this object is specified, it is not stored.
Status: current Access: read-create
OBJECT-TYPE    
  ConcFieldModifier  

concStoringProcessId 1.3.6.1.2.1.5555.1.5.2.1.4
The process id is used by this storing process.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

concStoringParamRowStatus 1.3.6.1.2.1.5555.1.5.2.1.5
The status of this row of the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

concStoringFieldSetTable 1.3.6.1.2.1.5555.1.5.3
This table lists field modifiers that are used for storing flow records.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConcStoringFieldSetEntry

concStoringFieldSetEntry 1.3.6.1.2.1.5555.1.5.3.1
Defines an entry in concStoringFieldSetTable
Status: current Access: not-accessible
OBJECT-TYPE    
  ConcStoringFieldSetEntry  

concStoringInfoEltId 1.3.6.1.2.1.5555.1.5.3.1.2
This object specifies the id of the information element. These are encoded as the InfoEltId that is defined in the IPFIX/PSAMP Information Models.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

concStoringFieldModifier 1.3.6.1.2.1.5555.1.5.3.1.3
This field modifier is used by the storing process. If the keep modifier of this object is specified, the information element of concStoringInfoEltId is stored in the storage database. If the discard modifier of this object is specified, the information element of concStoringInfoEltId is discarded.
Status: current Access: read-create
OBJECT-TYPE    
  ConcFieldModifier  

concStoringRowStatus 1.3.6.1.2.1.5555.1.5.3.1.4
The status of this row of the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

concBaseAssociations 1.3.6.1.2.1.5555.1.6
OBJECT IDENTIFIER    

concBaseAssocTable 1.3.6.1.2.1.5555.1.6.1
This table lists all Base Associations at the managed node.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConcBaseAssocEntry

concBaseAssocEntry 1.3.6.1.2.1.5555.1.6.1.1
Defines an entry in the concBaseAssocTable
Status: current Access: not-accessible
OBJECT-TYPE    
  ConcBaseAssocEntry  

concBaseAssocIndex 1.3.6.1.2.1.5555.1.6.1.1.1
Locally arbitrary, but unique identifier of an entry in this parameter set table. 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  

concBaseAssocSelectMatchIndex 1.3.6.1.2.1.5555.1.6.1.1.2
This object is the Index of the concSelectMatchIndex object. It links the instance when the identified selection match parameter table is applied to the method of selection that uses the input flow records.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

concBaseAssocAggrIndex 1.3.6.1.2.1.5555.1.6.1.1.3
This object is the Index of the concAggrIndex object. It links the instance when the identified aggregation parameter set table including the associated table is applied to the method of aggregation of selected flow records.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

concBaseAssocReportCtrGrIndex 1.3.6.1.2.1.5555.1.6.1.1.4
This object is the index of the collector group to which packet reports are sent.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

concBaseAssocReportTemplateRcdId 1.3.6.1.2.1.5555.1.6.1.1.5
This object is the Id of a template in the template table. It links the instance, concEtrListTable, and template together. The identified template is applied to the stream of selected/aggregated flow records.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

concBaseAssocStoringIndex 1.3.6.1.2.1.5555.1.6.1.1.6
This object is the index of the concStoringIndex object. It links the instance when the identified storing parameter is applied to the method of storing of input flow records. In addition, if the index of the concBaseAssocExtractIndex is specified, this object SHOULD not be specified.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

concBaseAssocMeteringProcessId 1.3.6.1.2.1.5555.1.6.1.1.7
The process Id of the metering process is used by this Base Association. The metering process means the chain of selection process and aggregation process, and reporting process.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

concBaseAssocExtractIndex 1.3.6.1.2.1.5555.1.6.1.1.8
This object is the Index of the concExtractIndex object. When it is specified, it links the parameters that are used by extracting flow records from the storage database. In addition, if the index of the concBaseAssocStoringIndex or concExporterListIndex is specified, this object SHOULD not be specified.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

concBaseAssocRowStatus 1.3.6.1.2.1.5555.1.6.1.1.9
The status of this row of the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

concExporterListTable 1.3.6.1.2.1.5555.1.6.2
This table lists the concCollectExporterIndexes in the Base Association.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConcExporterListEntry

concExporterListEntry 1.3.6.1.2.1.5555.1.6.2.1
Defines an entry in concExporterListTable
Status: current Access: not-accessible
OBJECT-TYPE    
  ConcExporterListEntry  

concExporterListIndex 1.3.6.1.2.1.5555.1.6.2.1.2
Locally arbitrary, but unique identifier of an entry in this parameter set table. 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  

concExporterListMethod 1.3.6.1.2.1.5555.1.6.2.1.3
The object is represented by a pointer (OID) of the collectExporterIndex in IPFIX collector MIB objects. If the Base Association deals with only flow records from one exporter, the table will hold exactly one entry per Base Association. The concExporterListIndex does not mean the position in the exporter list.
Status: current Access: read-create
OBJECT-TYPE    
  OBJECT IDENTIFIER  

concExporterListRowStatus 1.3.6.1.2.1.5555.1.6.2.1.4
The status of this row of the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

concCompliances 1.3.6.1.2.1.5555.2.1
OBJECT IDENTIFIER    

concGroups 1.3.6.1.2.1.5555.2.2
OBJECT IDENTIFIER    

concCompliance 1.3.6.1.2.1.5555.2.1.1
An implementation that complies to this module must implement the objects defined in the mandatory groups concGroupMetering. The imeplementation of all other objects depends on the imeplementation of the corresponding functionality in the equipment.
Status: current Access: read-create
MODULE-COMPLIANCE    

concGroupMetering 1.3.6.1.2.1.5555.2.2.1
All objects that are basic for the aggregation function and the selection function and reporting function.
Status: current Access: read-create
OBJECT-GROUP    

concGroupExtracting 1.3.6.1.2.1.5555.2.2.2
All objects that are basic for the extraction function. This function is needed for extracting flow records from storage database.
Status: current Access: read-create
OBJECT-GROUP    

concGroupStoring 1.3.6.1.2.1.5555.2.2.3
All objects that are basic for the storing function. This function is needed for storing flow records to storage database.
Status: current Access: read-create
OBJECT-GROUP