IPFIX-CONCENTRATOR-MIB: View SNMP OID List / Download MIB
VENDOR: INTERNET-STANDARD
Home | MIB: IPFIX-CONCENTRATOR-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).
|
|||
Object Name | OID | Type | Access | Info |
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. |
||
concentratorObjects | 1.3.6.1.2.1.5555.1 | |||
concExtraction | 1.3.6.1.2.1.5555.1.1 | |||
concExtractIsAvail | 1.3.6.1.2.1.5555.1.1.1 | truthvalue | read-only |
This object indicates the availability of the function for extracting flow records from storage database. |
concExtractTable | 1.3.6.1.2.1.5555.1.1.2 | no-access |
This table lists parameters that are used by extracting flow records from the storage database. |
|
1.3.6.1.2.1.5555.1.1.2.1 | no-access |
Defines an entry in the concExtractTable |
||
concExtractIndex | 1.3.6.1.2.1.5555.1.1.2.1.1 | integer32 | no-access |
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. |
concExtractEtrIpAddrType | 1.3.6.1.2.1.5555.1.1.2.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). |
concExtractEtrIpAddr | 1.3.6.1.2.1.5555.1.1.2.1.3 | inetaddress | read-only |
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. |
concExtractStartTime | 1.3.6.1.2.1.5555.1.1.2.1.4 | dateandtime | read-only |
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. |
concExtractEndTime | 1.3.6.1.2.1.5555.1.1.2.1.5 | dateandtime | read-only |
This hour is used by extracting flow records. The collection process does not extract flow records that are created after this hour. |
concExtractProcessId | 1.3.6.1.2.1.5555.1.1.2.1.6 | integer32 | read-only |
The process id is used by the IPFIX collectng process. |
concExtractRowStatus | 1.3.6.1.2.1.5555.1.1.2.1.7 | rowstatus | read-only |
The status of this row of the table. |
concSelection | 1.3.6.1.2.1.5555.1.2 | |||
concSelectIsAvail | 1.3.6.1.2.1.5555.1.2.1 | truthvalue | read-only |
This object indicates the availability of the selection function. |
concSelectMatchParamSetTable | 1.3.6.1.2.1.5555.1.2.2 | no-access |
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. |
|
1.3.6.1.2.1.5555.1.2.2.1 | no-access |
Defines an entry in the concSelectMatchParamSetTable |
||
concSelectMatchIndex | 1.3.6.1.2.1.5555.1.2.2.1.1 | integer32 | no-access |
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. |
concSelectMatchInfoEltId | 1.3.6.1.2.1.5555.1.2.2.1.2 | integer32 | read-only |
The id of the information element that is encoded as InfoElementId defined in the IPFIX/PSAMP Information Models. |
concSelectMatchStartValue | 1.3.6.1.2.1.5555.1.2.2.1.3 | octet string | read-only |
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. |
concSelectMatchEndValue | 1.3.6.1.2.1.5555.1.2.2.1.4 | octet string | read-only |
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. |
concSelectMatchMask | 1.3.6.1.2.1.5555.1.2.2.1.5 | octet string | read-only |
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. |
concSelectMatchRowStatus | 1.3.6.1.2.1.5555.1.2.2.1.6 | rowstatus | read-only |
The status of this row of the table. |
concAggregation | 1.3.6.1.2.1.5555.1.3 | |||
concAggrIsAvail | 1.3.6.1.2.1.5555.1.3.1 | truthvalue | read-only |
This object indicates the availability of the aggregating flow records. |
concAggrParamSetTable | 1.3.6.1.2.1.5555.1.3.2 | no-access |
This table lists parameters that are used for aggregating flow records. |
|
1.3.6.1.2.1.5555.1.3.2.1 | no-access |
Defines an entry in the concAggrParamSetTable |
||
concAggrIndex | 1.3.6.1.2.1.5555.1.3.2.1.1 | integer32 | no-access |
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. |
concAggrTimeInterval | 1.3.6.1.2.1.5555.1.3.2.1.2 | integer32 | read-only |
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. |
concAggrParamRowStatus | 1.3.6.1.2.1.5555.1.3.2.1.3 | rowstatus | read-only |
The status of this row of the table. |
concAggrFieldSetTable | 1.3.6.1.2.1.5555.1.3.3 | no-access |
This table lists field modifiers that are used for aggregating flow records. |
|
1.3.6.1.2.1.5555.1.3.3.1 | no-access |
Defines an entry in the concAggrParamSetTable |
||
concAggrFieldSetId | 1.3.6.1.2.1.5555.1.3.3.1.2 | integer32 | read-only |
This object specifies the id of the information element. These are encoded as the InfoEltId that is defined in IPFIX/PSAMP Information Models. |
concAggrFieldModifier | 1.3.6.1.2.1.5555.1.3.3.1.3 | concfieldmodifier | read-only |
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. |
concAggrFieldRowStatus | 1.3.6.1.2.1.5555.1.3.3.1.4 | rowstatus | read-only |
The status of this row of the table. |
concAggrAddFieldSetTable | 1.3.6.1.2.1.5555.1.3.4 | no-access |
This table lists the information element id that is added to the aggregated flow. |
|
1.3.6.1.2.1.5555.1.3.4.1 | no-access |
Defines an entry in the concAggrAddFieldSetTable |
||
concAggrAddFieldSetId | 1.3.6.1.2.1.5555.1.3.4.1.2 | integer32 | read-only |
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. |
concAggrAddFieldRowStatus | 1.3.6.1.2.1.5555.1.3.4.1.3 | rowstatus | read-only |
The status of this row of the table. |
concReport | 1.3.6.1.2.1.5555.1.4 | |||
concReportCtrTable | 1.3.6.1.2.1.5555.1.4.1 | no-access |
This table lists collectors to which IPFIX concentrator selected flow records are exported. |
|
1.3.6.1.2.1.5555.1.4.1.1 | no-access |
Defines an entry in the concReportCtrTable. |
||
concReportCtrIndex | 1.3.6.1.2.1.5555.1.4.1.1.1 | integer32 | no-access |
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. |
concReportCtrDstIpAddrType | 1.3.6.1.2.1.5555.1.4.1.1.2 | inetaddresstype | read-only |
The IP address type of the collector. The value for IPv4 is ipv4(1). The value for IPv6 is ipv6(2). |
concReportCtrDstIpAddr | 1.3.6.1.2.1.5555.1.4.1.1.3 | inetaddress | read-only |
The IP address of the collector. |
concReportCtrDstProtocol | 1.3.6.1.2.1.5555.1.4.1.1.4 | integer32 | read-only |
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. |
concReportCtrDstPort | 1.3.6.1.2.1.5555.1.4.1.1.5 | integer32 | read-only |
Transport protocol port number of the collector. |
concReportCtrReportsSent | 1.3.6.1.2.1.5555.1.4.1.1.6 | integer32 | read-only |
Number of packet reports sent to the collector. |
concReportCtrRowStatus | 1.3.6.1.2.1.5555.1.4.1.1.7 | rowstatus | read-only |
Status of this row of the table. |
concReportCtrGrTable | 1.3.6.1.2.1.5555.1.4.2 | no-access |
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. |
|
1.3.6.1.2.1.5555.1.4.2.1 | no-access |
Defines an entry in the concReportCtrGrTable. |
||
concReportCtrGrIndex | 1.3.6.1.2.1.5555.1.4.2.1.1 | integer32 | no-access |
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. |
concReportCtrGrRowStatus | 1.3.6.1.2.1.5555.1.4.2.1.3 | rowstatus | read-only |
The status of this row of the table. |
concReportTemplateRcdTable | 1.3.6.1.2.1.5555.1.4.3 | no-access |
This table lists templates used by the exporter. |
|
1.3.6.1.2.1.5555.1.4.3.1 | no-access |
Defines an entry in the concReportTemplateTable. |
||
concReportTemplateRcdId | 1.3.6.1.2.1.5555.1.4.3.1.1 | integer32 | no-access |
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. |
concReportTemplateRcdIndex | 1.3.6.1.2.1.5555.1.4.3.1.2 | integer32 | no-access |
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. |
concReportTemplateRcdInfoEltId | 1.3.6.1.2.1.5555.1.4.3.1.3 | integer32 | read-only |
The Information Elt Id at position concReportTemplateRcdIndex in the template concReportTemplateRcdId. This implicitly gives the data type and state values that are exported. |
concReportTemplateRcdRowStatus | 1.3.6.1.2.1.5555.1.4.3.1.4 | rowstatus | read-only |
The status of this row of the table. |
concStoring | 1.3.6.1.2.1.5555.1.5 | |||
concStoringIsAvail | 1.3.6.1.2.1.5555.1.5.1 | truthvalue | read-only |
This object indicates the availability of the storing function. |
concStoringParamSetTable | 1.3.6.1.2.1.5555.1.5.2 | no-access |
This table lists the field modifiers that are used for storing IPFIX header information. |
|
1.3.6.1.2.1.5555.1.5.2.1 | no-access |
Defines an entry in the concStoringParamSetTable |
||
concStoringIndex | 1.3.6.1.2.1.5555.1.5.2.1.1 | integer32 | no-access |
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. |
concStoringSourceidModifier | 1.3.6.1.2.1.5555.1.5.2.1.2 | concfieldmodifier | read-only |
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. |
concStoringExportTimeModifier | 1.3.6.1.2.1.5555.1.5.2.1.3 | concfieldmodifier | read-only |
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. |
concStoringProcessId | 1.3.6.1.2.1.5555.1.5.2.1.4 | integer32 | read-only |
The process id is used by this storing process. |
concStoringParamRowStatus | 1.3.6.1.2.1.5555.1.5.2.1.5 | rowstatus | read-only |
The status of this row of the table. |
concStoringFieldSetTable | 1.3.6.1.2.1.5555.1.5.3 | no-access |
This table lists field modifiers that are used for storing flow records. |
|
1.3.6.1.2.1.5555.1.5.3.1 | no-access |
Defines an entry in concStoringFieldSetTable |
||
concStoringInfoEltId | 1.3.6.1.2.1.5555.1.5.3.1.2 | integer32 | read-only |
This object specifies the id of the information element. These are encoded as the InfoEltId that is defined in the IPFIX/PSAMP Information Models. |
concStoringFieldModifier | 1.3.6.1.2.1.5555.1.5.3.1.3 | concfieldmodifier | read-only |
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. |
concStoringRowStatus | 1.3.6.1.2.1.5555.1.5.3.1.4 | rowstatus | read-only |
The status of this row of the table. |
concBaseAssociations | 1.3.6.1.2.1.5555.1.6 | |||
concBaseAssocTable | 1.3.6.1.2.1.5555.1.6.1 | no-access |
This table lists all Base Associations at the managed node. |
|
1.3.6.1.2.1.5555.1.6.1.1 | no-access |
Defines an entry in the concBaseAssocTable |
||
concBaseAssocIndex | 1.3.6.1.2.1.5555.1.6.1.1.1 | integer32 | no-access |
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. |
concBaseAssocSelectMatchIndex | 1.3.6.1.2.1.5555.1.6.1.1.2 | integer32 | read-only |
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. |
concBaseAssocAggrIndex | 1.3.6.1.2.1.5555.1.6.1.1.3 | integer32 | read-only |
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. |
concBaseAssocReportCtrGrIndex | 1.3.6.1.2.1.5555.1.6.1.1.4 | integer32 | read-only |
This object is the index of the collector group to which packet reports are sent. |
concBaseAssocReportTemplateRcdId | 1.3.6.1.2.1.5555.1.6.1.1.5 | integer32 | read-only |
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. |
concBaseAssocStoringIndex | 1.3.6.1.2.1.5555.1.6.1.1.6 | integer32 | read-only |
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. |
concBaseAssocMeteringProcessId | 1.3.6.1.2.1.5555.1.6.1.1.7 | integer32 | read-only |
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. |
concBaseAssocExtractIndex | 1.3.6.1.2.1.5555.1.6.1.1.8 | integer32 | read-only |
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. |
concBaseAssocRowStatus | 1.3.6.1.2.1.5555.1.6.1.1.9 | rowstatus | read-only |
The status of this row of the table. |
concExporterListTable | 1.3.6.1.2.1.5555.1.6.2 | no-access |
This table lists the concCollectExporterIndexes in the Base Association. |
|
1.3.6.1.2.1.5555.1.6.2.1 | no-access |
Defines an entry in concExporterListTable |
||
concExporterListIndex | 1.3.6.1.2.1.5555.1.6.2.1.2 | integer32 | no-access |
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. |
concExporterListMethod | 1.3.6.1.2.1.5555.1.6.2.1.3 | object identifier | read-only |
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. |
concExporterListRowStatus | 1.3.6.1.2.1.5555.1.6.2.1.4 | rowstatus | read-only |
The status of this row of the table. |
concentratorConformance | 1.3.6.1.2.1.5555.2 | |||
concCompliances | 1.3.6.1.2.1.5555.2.1 | |||
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. |
||
concGroups | 1.3.6.1.2.1.5555.2.2 | |||
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. |
||
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. |
||
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. |