CISCO-FLOW-CLONE-MIB
47 objects
This MIB module defines objects that manages flow cloning feature. A flow cloning can be described as a hardware or software entity, that is responsible to clone (or duplicate) flows to the specified destination port in the device. These cloned packets will be sent to an external device for a more fine-grained analysis of the flows. A typical application of this MIB module will facilitate cloning media flows. However, by no means does the definition of this MIB module prevents other applications from using it. CLONE PROFILE: ============== At the top level, this MIB module describes the notion of flow cloning. Further descriptive texts in this MIB will use clone profile to describe flow cloning. We can think of clone profile as a container for the traffic flows for which it will clone packets and send out on the specified egress interface. Because a device can support more than one clone profile, this MIB defines cfcCloneProfileTable. TRAFFIC FLOW: ============= At the next level, this MIB module describes the notion of a traffic flow associated with the clone profile. A traffic flow is a unidirectional stream of packets conforming to a classifier.For example, packets having a particular source IP address, destination IP address, protocol type, source port number, and destination port number. CLONE TARGET: ============= A clone target may represent an entity that the system provisions with a clone profile. Clone targets include, but are not necessarily limited to, the system, nodes (i.e., an instance of an operating system), interfaces, VRF instances, and bridge domains. IMPLEMENTATION GUIDANCE ======================= It might seem that the concepts presented by this MIB module lend themselves to a profile-based approach. However, this approach provides the most general abstraction and lends itself to implementations that can fall under two categories: global and per-interface. A global level clone profile will clone the specified flows that are monitored in the whole device. Per interface clone profile will clone the specified flows that are monitored on the specified interface. This MIB module can represent the global level clone profile using the following procedure: o Create a row in the cfcCloneProfileTable having the following attributes. Allocate a value for cfcCloneProfileId and a name for cfcCloneProfileName. For sake of discussion, let's say the value is <X> and the name is 'XYZ'. cfcCloneProfileId = <X> cfcCloneProfileName = <XYZ> . . cfcCloneTargetType = 'system' o Similarly per interface level clone profile implementation can be represented as follows. Create a row in the cfcCloneProfileTable having the following attributes. Allocate a value for cfcCloneProfileId and a name for cfcCloneProfileName. For sake of discussion, let's say the value is <Y> and the name is 'ABC'. cfcCloneProfileId = <Y> cfcCloneProfileName = <ABC> . . cfcCloneTargetType = 'interface' cfcCloneTargetIfIndex = <ifindex> While this example illustrates how an implementation may represent global and per-interface configuration data, it is understood that an implementation may have other requirements. In these cases, use this example as a guide in satisfying these requirements.
Imported Objects
| CISCO-SMI | ciscoMgmt |
| IF-MIB | InterfaceIndexOrZero |
| INET-ADDRESS-MIB | InetAddress InetAddressType |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | Counter64 Gauge32 Integer32 MODULE-IDENTITY OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | RowStatus StorageType TEXTUAL-CONVENTION TimeStamp |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.9.9.765 | IdentityciscoFlowCloneMIB | This MIB module defines objects that manages flow cloning feature. A flow cloning can be described as a hardware or software entity, that is responsible to clo… | ||
| 1.3.6.1.4.1.9.9.765.0 | NodeciscoFlowCloneMIBNotifications | |||
| 1.3.6.1.4.1.9.9.765.1 | NodeciscoFlowCloneMIBObjects | |||
| 1.3.6.1.4.1.9.9.765.1.1 | NodecfcCloneProfiles | |||
| 1.3.6.1.4.1.9.9.765.1.1.1 | ScalarcfcCloneProfileIdNext | read-only | current | This object specifies a value which is used as an index value for a new clone profile entry in cfcCloneProfileTable. Whenever read, the agent will get the next… |
| 1.3.6.1.4.1.9.9.765.1.1.2 | TablecfcCloneProfileTable | not-accessible | current | This table lists the clone profiles contained by the device. |
| 1.3.6.1.4.1.9.9.765.1.1.2.1 | RowcfcCloneProfileEntry | not-accessible | current | A peer SNMP entity may create a clone profile by setting an instance of cfcCloneProfileId to the value that is read from cfcCloneProfileIdNext, cfcCloneProfile… |
| 1.3.6.1.4.1.9.9.765.1.1.2.1.1 | ColumncfcCloneProfileId | not-accessible | current | This object indicates an arbitrary integer-value that uniquely identifies a clone profile. An application using this MIB is responsible for making sure these a… |
| 1.3.6.1.4.1.9.9.765.1.1.2.1.2 | ColumncfcCloneProfileStatus | read-create | current | The status of this conceptual row. This object manages creation, modification, and deletion of rows in this table. The following columns must be valid before a… |
| 1.3.6.1.4.1.9.9.765.1.1.2.1.3 | ColumncfcCloneProfileStorageType | read-create | current | This object specifies the memory realization of the row. |
| 1.3.6.1.4.1.9.9.765.1.1.2.1.4 | ColumncfcCloneProfileName | read-create | current | This object specifies an arbitrary name that uniquely identifies the clone profile. |
| 1.3.6.1.4.1.9.9.765.1.1.2.1.5 | ColumncfcCloneProfileDescription | read-create | current | This object specifies a human-readable description configured to the clone profile. This object is optional while creating a row in this table and specifies a … |
| 1.3.6.1.4.1.9.9.765.1.1.2.1.6 | ColumncfcCloneProfileCreateTime | read-only | current | This object provides the value of sysUpTime when the row was created. |
| 1.3.6.1.4.1.9.9.765.1.1.2.1.7 | ColumncfcCloneProfileFlowCount | read-only | current | This object provides the number of traffic flows currently associated with the clone profile. |
| 1.3.6.1.4.1.9.9.765.1.1.2.1.8 | ColumncfcCloneProfileFlowType | read-create | current | Identifies the type of flows associated with the clone profile. Based on type the corresponding flow table will represent the traffic flows associated with the… |
| 1.3.6.1.4.1.9.9.765.1.1.2.1.9 | ColumncfcCloneTargetType | read-create | current | This object specifies the clone profile target. Following targets are supported today 'other' The implementation of the MIB module using this textual conventio… |
| 1.3.6.1.4.1.9.9.765.1.1.2.1.10 | ColumncfcCloneTargetIfIndex | read-create | current | This object specifies the ifindex of an interface over which traffic flow to be cloned is received or transmitted. The interface may be physical or virtual. Th… |
| 1.3.6.1.4.1.9.9.765.1.1.2.1.11 | ColumncfcCloneProfileEgressIfType | read-create | current | This object specifies the type of port/interface configured to the clone profile. |
| 1.3.6.1.4.1.9.9.765.1.1.2.1.12 | ColumncfcCloneProfileEgressIf | read-create | current | This object specifies the ifindex of an interface that is configured to the corresponding clone profile. All the flows configured within this profile set will … |
| 1.3.6.1.4.1.9.9.765.1.1.3 | ScalarcfcCloneProfileTableChanged | read-only | current | This object provides the value of sysUpTime the last time the device created or destroyed a row in cfcCloneProfileTable. |
| 1.3.6.1.4.1.9.9.765.1.2 | NodecfcFlows | |||
| 1.3.6.1.4.1.9.9.765.1.2.1 | TablecfcFlowIpTable | not-accessible | current | |
| 1.3.6.1.4.1.9.9.765.1.2.1.1 | RowcfcFlowIpEntry | not-accessible | current | An entry describes a IP traffic flow that are cloned by the corresponding clone profile. The device creates a row in the cfcFlowIpTable when a IP flow is assoc… |
| 1.3.6.1.4.1.9.9.765.1.2.1.1.1 | ColumncfcFlowIndex | not-accessible | current | This object indicates an arbitrary integer-value that uniquely identifies a configured traffic flow within a clone profile. While adding an entry in this table… |
| 1.3.6.1.4.1.9.9.765.1.2.1.1.2 | ColumncfcFlowIpStatus | read-create | current | The status of this conceptual row. This object manages creation, and deletion of rows in this table. The following columns must be valid before activating a ro… |
| 1.3.6.1.4.1.9.9.765.1.2.1.1.3 | ColumncfcFlowIpStorageType | read-create | current | This object specifies the memory realization of the row. |
| 1.3.6.1.4.1.9.9.765.1.2.1.1.4 | ColumncfcFlowIpAddrSrcType | read-create | current | This object specifies the type of IP address indicated by the corresponding instances of cfcFlowIpAddrSrc. |
| 1.3.6.1.4.1.9.9.765.1.2.1.1.5 | ColumncfcFlowIpAddrSrc | read-create | current | This object specifies the source IP address of the corresponding traffic flow. This address will be of the type specified in cfcFlowIpAddrSrcType. |
| 1.3.6.1.4.1.9.9.765.1.2.1.1.6 | ColumncfcFlowIpAddrDstType | read-create | current | This object specifies the type of IP address indicated by the corresponding instances of cfcFlowIpAddrDst. |
| 1.3.6.1.4.1.9.9.765.1.2.1.1.7 | ColumncfcFlowIpAddrDst | read-create | current | This object specifies the destination IP address of the corresponding traffic flow. This address will be of the type specified in cfcFlowIpAddrDstType. |
| 1.3.6.1.4.1.9.9.765.1.2.1.1.8 | ColumncfcFlowIpCreateTime | read-only | current | This object provides the value of sysUpTime when the row was created. |
| 1.3.6.1.4.1.9.9.765.1.3 | NodecfcFlowStats | |||
| 1.3.6.1.4.1.9.9.765.1.3.1 | TablecfcFlowStatsTable | not-accessible | current | This table contains data relating to the collection of statistics for the flows cloned by the corresponding clone profiles supported by the device. This table … |
| 1.3.6.1.4.1.9.9.765.1.3.1.1 | RowcfcFlowStatsEntry | not-accessible | current | An entry contains collection of statistics for a corresponding traffic flow. The device creates a row in the cfcFlowStatsTable when a clone profile is configur… |
| 1.3.6.1.4.1.9.9.765.1.3.1.1.1 | ColumncfcFlowPkts | read-only | current | This object provides the total number of packets that are cloned for a traffic flow by the corresponding clone profile. |
| 1.3.6.1.4.1.9.9.765.1.3.1.1.2 | ColumncfcFlowOctets | read-only | current | This object provides the total number of octets contained by the packets that are cloned for a traffic flow by the corresponding clone profile. |
| 1.3.6.1.4.1.9.9.765.2 | NodeciscoFlowCloneMIBConformance | |||
| 1.3.6.1.4.1.9.9.765.2.1 | NodeciscoFlowCloneMIBCompliances | |||
| 1.3.6.1.4.1.9.9.765.2.1.1 | ComplianceciscoCloneFlowCompliance01 | current | This compliance statement specifies the minimal requirements an implementation must meet in order to claim full compliance with the definition of the CISCO-FLO… | |
| 1.3.6.1.4.1.9.9.765.2.2 | NodeciscoFlowCloneMIBGroups | |||
| 1.3.6.1.4.1.9.9.765.2.2.1 | GroupcfcCloneProfileGroup | current | This group contains objects describing clone profiles. | |
| 1.3.6.1.4.1.9.9.765.2.2.2 | GroupcfcFlowGroup | current | This group contains objects describing traffic flows. | |
| 1.3.6.1.4.1.9.9.765.2.2.3 | GroupcfcFlowStatsGroup | current | This group contains objects describing traffic flow metrics. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| CloneFlowIdentifier | Unsigned32 (1..4294967295) | current | This textual convention denotes an arbitrary integer-value that uniquely identifies a traffic flow which is associated to a corresponding clone profile. |
| CloneProfileIdentifier | Unsigned32 (1..4294967295) | current | This textual convention denotes an arbitrary integer-value that uniquely identifies a clone profile. |
| CloneProfilePointIdentifier | InterfaceIndexOrZero | current | This textual convention specifies an ifindex value that identifies a point at which a clone profile sends out the cloned flows. Implementations must ensure that a CloneProfilePointIdentifier object remains consistent wi… |
| CloneProfilePointType | INTEGER { other(1), unknown(2), none(3), interface(4) } | current | This textual convention represents a point at which a clone profile sends out the cloned flows: 'other' The implementation of the MIB module using this textual convention does not recognize the profile point. 'unknown' … |