MIBs Depot

CISCO-NETFLOW-LITE-MIB

Registered at
1.3.6.1.4.1.9.9.776
Last updated
2011-09-14 00:00
Organization
Cisco Systems, Inc.
Revisions
2011-09-14 00:00
Namespace
cisco
Source file
CISCO-NETFLOW-LITE-MIB
Digest
sha256:e42ff0d491f8df551f287b043d2077ba5fca890aaae016452ba8b5145ad04600

Description

This MIB provides a method to configure Netflow-lite feature and get information in these areas: 1. Exporter config information and statistics. 2. Sampler config information. 3. Monitor config information and statistics. The following terms are used throughout this MIB: Flow A flow is defined as a unidirectional sequence of packets between a given source and destination endpoints. Network flows are highly granular; flow endpoints are identified both by IP address as well as by transport layer application port numbers. Netflow also utilizes the IP Protocol type, Type of Service (ToS) and the input interface identifier to uniquely identify flows. Netflow Netflow is a network protocol developed by Cisco to run on Cisco equipment for collecting IP traffic flow. With the Netflow feature enabled, Netflow records are generated, then exported in User Datagram Protocol(UDP) or Stream Control Transmission Protocol(SCTP) packets and collected using a Netflow collector. Netflow-lite A basic packet sampling Netflow based implementation. Exporter A device (for example, a router or a switch) with Netflow services enabled. The exporter monitors packets entering an observation point and creates flows out of these packets. The information from these flows are exported in the form of Flow Records to the collector. Template Netflow Version 9 Export format is template based. Version 9 record format consists of a packet header followed by at least one or more template or data FlowSets. A template FlowSet (collection of one or more template) provides a description of the fields that will be present in future data FlowSets. Templates provide an extensible design to the record format, a feature that should allow future enhancements to Netflow services without requiring concurrent changes to the basic flow-record format.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-lan-switch-snmp@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
CISCO-TCCiscoVrfName, Layer2Cos
DIFFSERV-DSCP-TCDscp
IF-MIBifIndex
INET-ADDRESS-MIBInetAddress, InetAddressType, InetPortNumber
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter64, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, RowStatus, StorageType, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-NETFLOW-LITE-MIB
CISCO-SMI
CISCO-TC
DIFFSERV-DSCP-TC
IANAifType-MIB
IF-MIB
INET-ADDRESS-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
ciscoNetflowLiteMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.776.0
ciscoNetflowLiteMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.776.1
cnlExporter
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.776.1.1
cnlMaxExporterAllowed
OBJECT-TYPE
Indicates the maximum number of entries that can be configured in cnlExporterTable. A value of zero indicates no limit on the numbers of entries in the cnlExporterTable.
1.3.6.1.4.1.9.9.776.1.1.1Unsigned32read-onlycurrent
cnlExporterTable
OBJECT-TYPE
Contains Netflow-lite exporter entries. A row is created for each Netflow-lite exporter configured in a device. A row cannot be removed when it's being used in cnlIfMonitorEntry.
1.3.6.1.4.1.9.9.776.1.1.2not-accessiblecurrent
cnlExporterEntry
OBJECT-TYPE
An entry containing the management information of Netflow-lite exporter.
1.3.6.1.4.1.9.9.776.1.1.2.1not-accessiblecurrent
cnlExporterName
OBJECT-TYPE
Exporter name identifying a particular Netflow-lite exporter configuration.
1.3.6.1.4.1.9.9.776.1.1.2.1.1SnmpAdminString (SIZE(1..32))not-accessiblecurrent
cnlExportAddrType
OBJECT-TYPE
Specifies the type of IP address used by cnlExportDestinationAddr and cnlExportSourceAddr.
1.3.6.1.4.1.9.9.776.1.1.2.1.2InetAddressTyperead-createcurrent
cnlExportDestinationAddr
OBJECT-TYPE
Specifies the Netflow-lite collector's IP address, used to construct the L3 header of export packet. The type of this address is determined by the cnlExportAddrType object.
1.3.6.1.4.1.9.9.776.1.1.2.1.3InetAddressread-createcurrent
cnlExportDestinationUdpPort
OBJECT-TYPE
Specifies the collector's UDP port, on which the remote collector can listen for export packets.
1.3.6.1.4.1.9.9.776.1.1.2.1.4InetPortNumberread-createcurrent
cnlExportDestinationUdpLoadShare
OBJECT-TYPE
Specifies the number of destination UDP ports used for load sharing. The export datagrams will use a UDP destination port number that round robins between a set of consecutive destination UDP port numbers starting with based UDP port specified by cnlExportDestinationUdpPort.
1.3.6.1.4.1.9.9.776.1.1.2.1.5Unsigned32 (1..16)read-createcurrent
cnlExportSourceAddr
OBJECT-TYPE
Specifies the source IP address used in export packet L3 header. The type of this address is determined by the cnlExportAddrType object.
1.3.6.1.4.1.9.9.776.1.1.2.1.6InetAddressread-createcurrent
cnlExportSourceUdpPort
OBJECT-TYPE
Specifies the source UDP port used in export packets.
1.3.6.1.4.1.9.9.776.1.1.2.1.7InetPortNumberread-createcurrent
cnlExportVrf
OBJECT-TYPE
Specifies the Virtual Routing and Forwarding (VRF) domain of the collector. A zero length string indicates that there is no VRF domain configured and the default VRF domain is used.
1.3.6.1.4.1.9.9.776.1.1.2.1.8CiscoVrfNameread-createcurrent
cnlExportTtl
OBJECT-TYPE
Specifies the Time To Live (TTL) value to be used in the export packet header.
1.3.6.1.4.1.9.9.776.1.1.2.1.9Unsigned32 (1..254)read-createcurrent
cnlExportCos
OBJECT-TYPE
Specifies the Class of Service (CoS) value of the export packet header.
1.3.6.1.4.1.9.9.776.1.1.2.1.10Layer2Cosread-createcurrent
cnlExportDscp
OBJECT-TYPE
Specifies the Differentiated Services Code-Point (DSCP) value of the export packet header.
1.3.6.1.4.1.9.9.776.1.1.2.1.11Dscpread-createcurrent
cnlExportTemplateTimeout
OBJECT-TYPE
The maximum time the template data can exist in queue before it's exported out.
1.3.6.1.4.1.9.9.776.1.1.2.1.12Unsigned32read-createcurrent
cnlExportSamplerTableTimeout
OBJECT-TYPE
The maximum time the sampler table data can exist in queue before it's exported out.
1.3.6.1.4.1.9.9.776.1.1.2.1.13Unsigned32read-createcurrent
cnlExportInterfaceTableTimeout
OBJECT-TYPE
The maximum time the interface table data can exist in queue table before it's exported out.
1.3.6.1.4.1.9.9.776.1.1.2.1.14Unsigned32read-createcurrent
cnlExportProtocol
OBJECT-TYPE
Specifies the Netflow data export protocol. ipFix: The IP Flow Information Export protocol. netflowV9: Netflow services export protocol version 9.
1.3.6.1.4.1.9.9.776.1.1.2.1.15INTEGER {ipFix(1), netflowV9(2)}read-createcurrent
cnlPacketExported
OBJECT-TYPE
The total number of packets which have been exported.
1.3.6.1.4.1.9.9.776.1.1.2.1.16Counter64read-onlycurrent
cnlExporterStorageType
OBJECT-TYPE
Specifies the storage type for this conceptual row.
1.3.6.1.4.1.9.9.776.1.1.2.1.17StorageTyperead-createcurrent
cnlExporterRowStatus
OBJECT-TYPE
The status of this conceptual row. The new entry can be created by setting this object value to 'createAndGo'. The entry may not be deleted via by setting its value to 'destroy' if the value of cnlExporterName is used in cnlIfExporterName. When rows in 'active', all writable objects can be modified.
1.3.6.1.4.1.9.9.776.1.1.2.1.18RowStatusread-createcurrent
cnlSampler
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.776.1.2
cnlMaxSamplerAllowed
OBJECT-TYPE
Indicates the maximum number of entries that can be configured in cnlSamplerTable. A value of zero indicates no limit on the numbers of entries in the cnlSamplerTable.
1.3.6.1.4.1.9.9.776.1.2.1Unsigned32read-onlycurrent
cnlSamplerTable
OBJECT-TYPE
Contains Netflow-lite sampler entries. A row is created for each Netflow-lite sampler configured in a device. A row cannot be removed when it's being used in cnlIfMonitorEntry.
1.3.6.1.4.1.9.9.776.1.2.2not-accessiblecurrent
cnlSamplerEntry
OBJECT-TYPE
An entry containing the management information of Netflow-lite sampler.
1.3.6.1.4.1.9.9.776.1.2.2.1not-accessiblecurrent
cnlSamplerName
OBJECT-TYPE
Sampler name identifying a particular Netflow-lite sampler configuration.
1.3.6.1.4.1.9.9.776.1.2.2.1.1SnmpAdminString (SIZE(1..32))not-accessiblecurrent
cnlSamplerPacketRate
OBJECT-TYPE
Specifies packet being sampled at 1-in-N packets rate in powers of 2, for example, 1-in-64.
1.3.6.1.4.1.9.9.776.1.2.2.1.2Unsigned32read-createcurrent
cnlSamplerPacketSectionSize
OBJECT-TYPE
Specifies length of packet section that was extracted for export.
1.3.6.1.4.1.9.9.776.1.2.2.1.3Unsigned32read-createcurrent
cnlSamplerPacketOffset
OBJECT-TYPE
Specifies the starting offset of packet section that was extracted for export.
1.3.6.1.4.1.9.9.776.1.2.2.1.4Unsigned32read-createcurrent
cnlSamplerStorageType
OBJECT-TYPE
Specifies the storage type for this conceptual row.
1.3.6.1.4.1.9.9.776.1.2.2.1.5StorageTyperead-createcurrent
cnlSamplerRowStatus
OBJECT-TYPE
The status of this conceptual row. The new entry can be created by setting this object value to 'createAndGo'. The entry may not be deleted via by setting its value to 'destroy' if this sampler is used in cnlIfSamplerName. When rows in 'active', all writable objects can be modified.
1.3.6.1.4.1.9.9.776.1.2.2.1.6RowStatusread-createcurrent
cnlMonitor
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.776.1.3
cnlIfMonitorTable
OBJECT-TYPE
Contains Netflow-lite monitor entries. A row is created to activate traffic sampling on the interface.
1.3.6.1.4.1.9.9.776.1.3.1not-accessiblecurrent
cnlIfMonitorEntry
OBJECT-TYPE
An entry containing the management information of Netflow-lite monitor.
1.3.6.1.4.1.9.9.776.1.3.1.1not-accessiblecurrent
cnlIfMonitorSessionName
OBJECT-TYPE
Monitor session name identifying a particular Netflow-lite monitor configuration.
1.3.6.1.4.1.9.9.776.1.3.1.1.1SnmpAdminString (SIZE(1..32))not-accessiblecurrent
cnlIfMonitorActiveStatus
OBJECT-TYPE
Indicates current monitor is in active status or not. active(1) : means monitor parameters meet mandatory requirement, it is in active mode. inactive(2): means monitor is not in active mode.
1.3.6.1.4.1.9.9.776.1.3.1.1.2INTEGER {active(1), inactive(2)}read-onlycurrent
cnlIfSamplerName
OBJECT-TYPE
Specifies one existing Sampler entry by name, the sampler object value will be used to configure interface sampling parameters.
1.3.6.1.4.1.9.9.776.1.3.1.1.3SnmpAdminStringread-createcurrent
cnlIfExporterName
OBJECT-TYPE
Specifies one existing Exporter entry by name, the exporter object value will be used to construct export packet header
1.3.6.1.4.1.9.9.776.1.3.1.1.4SnmpAdminStringread-createcurrent
cnlIfAveragePacketSize
OBJECT-TYPE
Specifies average packet size expected at the observation point. Used in tuning the time based sampling interval. Default value 0, indicates system automatically calculate the average packet size at the interface.
1.3.6.1.4.1.9.9.776.1.3.1.1.5Unsigned32read-createcurrent
cnlIfAveragePacketSizeObserved
OBJECT-TYPE
The average packet size calculated at the interface. Used in tuning the time based sampling interval.
1.3.6.1.4.1.9.9.776.1.3.1.1.6Unsigned32read-onlycurrent
cnlIfAveragePacketSizeUsed
OBJECT-TYPE
The average packet size used in tuning the time based in tuning sampling performance.
1.3.6.1.4.1.9.9.776.1.3.1.1.7Unsigned32read-onlycurrent
cnlIfMonitorPktsObserved
OBJECT-TYPE
The total number of packets is observed at the interface.
1.3.6.1.4.1.9.9.776.1.3.1.1.8Counter64read-onlycurrent
cnlIfMonitorPktsExported
OBJECT-TYPE
The total number of exported packets for this monitor session.
1.3.6.1.4.1.9.9.776.1.3.1.1.9Counter64read-onlycurrent
cnlIfMonitorPktsDropped
OBJECT-TYPE
The total number of dropped packets for this monitor session.
1.3.6.1.4.1.9.9.776.1.3.1.1.10Counter64read-onlycurrent
cnlIfMonitorStorageType
OBJECT-TYPE
Specifies the storage type for this conceptual row.
1.3.6.1.4.1.9.9.776.1.3.1.1.11StorageTyperead-createcurrent
cnlIfMonitorRowStatus
OBJECT-TYPE
The status of this conceptual row. The new entry can be created by setting this object value to 'createAndGo'. The entry can be deleted via by setting its value to 'destroy'. When rows in 'active', all writable objects can be modified.
1.3.6.1.4.1.9.9.776.1.3.1.1.12RowStatusread-createcurrent
ciscoNetflowLiteMIBConform
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.776.2
ciscoNetflowLiteMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.776.2.1
ciscoNetflowLiteMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.776.2.2

Conformance

NameOIDStatus
ciscoNetflowLiteMIBCompliance
MODULE-COMPLIANCE
This is a default module-compliance containing default object groups.
1.3.6.1.4.1.9.9.776.2.1.1current
cnlExporterInfoGroup
OBJECT-GROUP
A collection of objects providing information and configuration of the Netflow-lite Exporter.
1.3.6.1.4.1.9.9.776.2.2.1current
cnlSamplerInfoGroup
OBJECT-GROUP
A collection of objects providing information and configuration of the Netflow-lite Sampler.
1.3.6.1.4.1.9.9.776.2.2.2current
cnlIfMonitorInfoGroup
OBJECT-GROUP
A collection of objects providing information and configuration of the Netflow-lite Monitor.
1.3.6.1.4.1.9.9.776.2.2.3current