MIB Viewer

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.
OIDNameAccessStatusDescription
1.3.6.1.4.1.9.9.765IdentityciscoFlowCloneMIBThis 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.0NodeciscoFlowCloneMIBNotifications
1.3.6.1.4.1.9.9.765.1NodeciscoFlowCloneMIBObjects
1.3.6.1.4.1.9.9.765.1.1NodecfcCloneProfiles
1.3.6.1.4.1.9.9.765.1.1.1ScalarcfcCloneProfileIdNextread-onlycurrentThis 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.2TablecfcCloneProfileTablenot-accessiblecurrentThis table lists the clone profiles contained by the device.
1.3.6.1.4.1.9.9.765.1.1.2.1RowcfcCloneProfileEntrynot-accessiblecurrentA 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.1ColumncfcCloneProfileIdnot-accessiblecurrentThis 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.2ColumncfcCloneProfileStatusread-createcurrentThe 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.3ColumncfcCloneProfileStorageTyperead-createcurrentThis object specifies the memory realization of the row.
1.3.6.1.4.1.9.9.765.1.1.2.1.4ColumncfcCloneProfileNameread-createcurrentThis object specifies an arbitrary name that uniquely identifies the clone profile.
1.3.6.1.4.1.9.9.765.1.1.2.1.5ColumncfcCloneProfileDescriptionread-createcurrentThis 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.6ColumncfcCloneProfileCreateTimeread-onlycurrentThis object provides the value of sysUpTime when the row was created.
1.3.6.1.4.1.9.9.765.1.1.2.1.7ColumncfcCloneProfileFlowCountread-onlycurrentThis 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.8ColumncfcCloneProfileFlowTyperead-createcurrentIdentifies 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.9ColumncfcCloneTargetTyperead-createcurrentThis 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.10ColumncfcCloneTargetIfIndexread-createcurrentThis 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.11ColumncfcCloneProfileEgressIfTyperead-createcurrentThis 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.12ColumncfcCloneProfileEgressIfread-createcurrentThis 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.3ScalarcfcCloneProfileTableChangedread-onlycurrentThis 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.2NodecfcFlows
1.3.6.1.4.1.9.9.765.1.2.1TablecfcFlowIpTablenot-accessiblecurrent
1.3.6.1.4.1.9.9.765.1.2.1.1RowcfcFlowIpEntrynot-accessiblecurrentAn 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.1ColumncfcFlowIndexnot-accessiblecurrentThis 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.2ColumncfcFlowIpStatusread-createcurrentThe 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.3ColumncfcFlowIpStorageTyperead-createcurrentThis object specifies the memory realization of the row.
1.3.6.1.4.1.9.9.765.1.2.1.1.4ColumncfcFlowIpAddrSrcTyperead-createcurrentThis 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.5ColumncfcFlowIpAddrSrcread-createcurrentThis 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.6ColumncfcFlowIpAddrDstTyperead-createcurrentThis 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.7ColumncfcFlowIpAddrDstread-createcurrentThis 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.8ColumncfcFlowIpCreateTimeread-onlycurrentThis object provides the value of sysUpTime when the row was created.
1.3.6.1.4.1.9.9.765.1.3NodecfcFlowStats
1.3.6.1.4.1.9.9.765.1.3.1TablecfcFlowStatsTablenot-accessiblecurrentThis 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.1RowcfcFlowStatsEntrynot-accessiblecurrentAn 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.1ColumncfcFlowPktsread-onlycurrentThis 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.2ColumncfcFlowOctetsread-onlycurrentThis 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.2NodeciscoFlowCloneMIBConformance
1.3.6.1.4.1.9.9.765.2.1NodeciscoFlowCloneMIBCompliances
1.3.6.1.4.1.9.9.765.2.1.1ComplianceciscoCloneFlowCompliance01currentThis 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.2NodeciscoFlowCloneMIBGroups
1.3.6.1.4.1.9.9.765.2.2.1GroupcfcCloneProfileGroupcurrentThis group contains objects describing clone profiles.
1.3.6.1.4.1.9.9.765.2.2.2GroupcfcFlowGroupcurrentThis group contains objects describing traffic flows.
1.3.6.1.4.1.9.9.765.2.2.3GroupcfcFlowStatsGroupcurrentThis group contains objects describing traffic flow metrics.
Type Definitions
NameSyntaxStatusDescription
CloneFlowIdentifierUnsigned32 (1..4294967295)currentThis textual convention denotes an arbitrary integer-value that uniquely identifies a traffic flow which is associated to a corresponding clone profile.
CloneProfileIdentifierUnsigned32 (1..4294967295)currentThis textual convention denotes an arbitrary integer-value that uniquely identifies a clone profile.
CloneProfilePointIdentifierInterfaceIndexOrZerocurrentThis 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…
CloneProfilePointTypeINTEGER { other(1), unknown(2), none(3), interface(4) }currentThis 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' …