CISCO-FLOW-METADATA-MIB: View SNMP OID List / Download MIB
VENDOR: CISCO
Home | MIB: CISCO-FLOW-METADATA-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 |
ciscoFlowMetadataMIB | 1.3.6.1.4.1.9.9.789 |
The MIB module for managing Cisco medianet flow metadata. Metadata, in the simplest form, is data that qualifies other data. Flow metadata is data that describes a flow in the network. Metadata plays an important role in providing a framework, that makes data from one component available to another component on the same network element as well as across other network elements. MIB Table Overview: =================== This MIB consists of two tables: 1) cfmMetadataFlowTable 2) cfmMetadataFlowAttrTable cfmMetadataFlowTable provides the details about the six tuple which can uniquely identify a network traffic flow. cfmMetadataFlowAttrTable will specify flow attributes carried in the metadata flow. Flow attribute values are represented in 'Type-Value' format. cfmMetadataFlowAttrType - Represent the type of flow attribute. cfmMetadataFlowAttrValue - Represent corresponding flow attribute value. cfmMetadataFlowTable and cfmMetadataFlowAttrTable are linked together using flow ID which will map respective metadata flow attributes with the corresponding flow key. |
||
cFlowMetadataMIBNotifs | 1.3.6.1.4.1.9.9.789.0 | |||
cFlowMetadataMIBObjects | 1.3.6.1.4.1.9.9.789.1 | |||
cfmMetadataFlowTable | 1.3.6.1.4.1.9.9.789.1.1 | no-access |
A list of 6-tuple and flow id that is used to identify the metadata flows. |
|
1.3.6.1.4.1.9.9.789.1.1.1 | no-access |
An entry containing the flow id and the 6-tuple which is used as a key to uniquely identify a metadata flow . |
||
cfmMetadataFlowId | 1.3.6.1.4.1.9.9.789.1.1.1.1 | unsigned32 | no-access |
ID that uniquely identifies this metadata flow. It is dynamically generated once the flow key information is available and assigned to the flow. |
cfmMetadataFlowProtocolType | 1.3.6.1.4.1.9.9.789.1.1.1.2 | integer | read-only |
The protocol type of this metadata flow. Enumeration: 'udp': 2, 'tcp': 1. |
cfmMetadataFlowDestAddrType | 1.3.6.1.4.1.9.9.789.1.1.1.3 | inetaddresstype | read-only |
The type of destination Internet address of this metadata flow. |
cfmMetadataFlowDestAddr | 1.3.6.1.4.1.9.9.789.1.1.1.4 | inetaddress | read-only |
The destination Internet address of this metadata flow. The type of this address is determined by the value of cfmMetadataFlowDestAddrType. |
cfmMetadataFlowDestPort | 1.3.6.1.4.1.9.9.789.1.1.1.5 | inetportnumber | read-only |
The destination port of this metadata flow. |
cfmMetadataFlowSrcAddrType | 1.3.6.1.4.1.9.9.789.1.1.1.6 | inetaddresstype | read-only |
The type of source Internet address of this metadata flow. |
cfmMetadataFlowSrcAddr | 1.3.6.1.4.1.9.9.789.1.1.1.7 | inetaddress | read-only |
The source Internet address of this metadata flow. The type of this address is determined by the value of cfmMetadataFlowSrcAddrType. |
cfmMetadataFlowSrcPort | 1.3.6.1.4.1.9.9.789.1.1.1.8 | inetportnumber | read-only |
The source port of this metadata flow. |
cfmMetadataFlowSSRC | 1.3.6.1.4.1.9.9.789.1.1.1.9 | unsigned32 | read-only |
The Synchronization Source Identifier (SSRC) of this metadata flow. |
cfmMetadataFlowAttrTable | 1.3.6.1.4.1.9.9.789.1.2 | no-access |
A list of metadata flows and their additional attribute parameters. cfmMetadataFlowAttrTable object is superseded by cfmMetadataFlowAttribTable. |
|
1.3.6.1.4.1.9.9.789.1.2.1 | no-access |
An entry containing additional attribute parameter for a particular metadata flow. cfmMetadataFlowAttrEntry object is superseded by cfmMetadataFlowAttribEntry. |
||
cfmMetadataFlowAttrType | 1.3.6.1.4.1.9.9.789.1.2.1.1 | cfmmetadataflowattributetype | read-only |
The attribute type applicable to a given metadata flow. The attribute types are explained in CfmMetadataFlowAttrType. cfmMetadataFlowAttrType object is superseded by cfmMetadataIpFixIeId. |
cfmMetadataFlowAttrValue | 1.3.6.1.4.1.9.9.789.1.2.1.2 | cfmmetadataflowattrval | read-only |
The attribute value associated with the attribute type of a given metadata flow. cfmMetadataFlowAttrValue object is superseded by cfmMetadataFlowAttribValue. |
cfmMetadataFlowAllAttrTable | 1.3.6.1.4.1.9.9.789.1.3 | no-access |
A list of metadata flows and their additional attribute parameters. |
|
1.3.6.1.4.1.9.9.789.1.3.1 | no-access |
An entry containing additional attribute parameter for a particular metadata flow. |
||
cfmMetadataIpFixIeId | 1.3.6.1.4.1.9.9.789.1.3.1.1 | unsigned32 | no-access |
The attribute IPFix IE-ID associated with the attribute of a given metadata flow. Logically, IE-ID is only 15 bits, but in existing transports, such as the actual IPFIX transport protocol, and Cisco metadata signaling in RSVP, the IE-ID is encoded as a uint16. If the high-order bit is 0, then it indicates that VendorID is 0 (IANA = IETF standardized attributes). |
cfmMetadataFlowAllAttrInstanceId | 1.3.6.1.4.1.9.9.789.1.3.1.2 | unsigned32 | no-access |
The attribute arbitrary instance, assigned locally by the implementation, associated with the attribute IPFix IE-ID of a given metadata flow. |
cfmMetadataFlowAllAttrValue | 1.3.6.1.4.1.9.9.789.1.3.1.3 | octet string | read-only |
The attribute value associated with the attribute IPFix IE-ID of a given metadata flow. |
cfmMetadataFlowAllAttrPen | 1.3.6.1.4.1.9.9.789.1.3.1.4 | unsigned32 | read-only |
The attribute IANA Private Enterprise Number associated with vendor for the attribute IPFix IE-ID of a given metadata flow. |
cFlowMetadataMIBConform | 1.3.6.1.4.1.9.9.789.2 | |||
cfmMetadataMIBCompliances | 1.3.6.1.4.1.9.9.789.2.1 | |||
cfmMetadataMIBCompliance | 1.3.6.1.4.1.9.9.789.2.1.1 |
The compliance statement for the CISCO-FLOW-METADATA-MIB. |
||
cfmMetadataMIBComplianceV2 | 1.3.6.1.4.1.9.9.789.2.1.2 |
The compliance statement for the CISCO-FLOW-METADATA-MIB. |
||
cfmMetadataMIBGroups | 1.3.6.1.4.1.9.9.789.2.2 | |||
cfmMetadateFlowInfoGroup | 1.3.6.1.4.1.9.9.789.2.2.1 |
A collection of objects which provide metadata flow information. cfmMetadateFlowInfoGroup object is superseded by cfmMetadateFlowInfoGroupV2. |
||
cfmMetadateFlowInfoGroupV2 | 1.3.6.1.4.1.9.9.789.2.2.2 |
A collection of objects which provide metadata flow information. |