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
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| CISCO-TC | CiscoVrfName, Layer2Cos |
| DIFFSERV-DSCP-TC | Dscp |
| IF-MIB | ifIndex |
| INET-ADDRESS-MIB | InetAddress, InetAddressType, InetPortNumber |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter64, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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.1 | Unsigned32 | read-only | current |
| 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.2 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | SnmpAdminString (SIZE(1..32)) | not-accessible | current |
| 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.2 | InetAddressType | read-create | current |
| 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.3 | InetAddress | read-create | current |
| 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.4 | InetPortNumber | read-create | current |
| 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.5 | Unsigned32 (1..16) | read-create | current |
| 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.6 | InetAddress | read-create | current |
| 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.7 | InetPortNumber | read-create | current |
| 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.8 | CiscoVrfName | read-create | current |
| 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.9 | Unsigned32 (1..254) | read-create | current |
| 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.10 | Layer2Cos | read-create | current |
| 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.11 | Dscp | read-create | current |
| 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.12 | Unsigned32 | read-create | current |
| 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.13 | Unsigned32 | read-create | current |
| 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.14 | Unsigned32 | read-create | current |
| 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.15 | INTEGER {ipFix(1), netflowV9(2)} | read-create | current |
| 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.16 | Counter64 | read-only | current |
| cnlExporterStorageType OBJECT-TYPE Specifies the storage type for this conceptual row. | 1.3.6.1.4.1.9.9.776.1.1.2.1.17 | StorageType | read-create | current |
| 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.18 | RowStatus | read-create | current |
| 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.1 | Unsigned32 | read-only | current |
| 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.2 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | SnmpAdminString (SIZE(1..32)) | not-accessible | current |
| 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.2 | Unsigned32 | read-create | current |
| 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.3 | Unsigned32 | read-create | current |
| 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.4 | Unsigned32 | read-create | current |
| cnlSamplerStorageType OBJECT-TYPE Specifies the storage type for this conceptual row. | 1.3.6.1.4.1.9.9.776.1.2.2.1.5 | StorageType | read-create | current |
| 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.6 | RowStatus | read-create | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | SnmpAdminString (SIZE(1..32)) | not-accessible | current |
| 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.2 | INTEGER {active(1), inactive(2)} | read-only | current |
| 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.3 | SnmpAdminString | read-create | current |
| 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.4 | SnmpAdminString | read-create | current |
| 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.5 | Unsigned32 | read-create | current |
| 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.6 | Unsigned32 | read-only | current |
| 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.7 | Unsigned32 | read-only | current |
| 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.8 | Counter64 | read-only | current |
| 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.9 | Counter64 | read-only | current |
| 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.10 | Counter64 | read-only | current |
| cnlIfMonitorStorageType OBJECT-TYPE Specifies the storage type for this conceptual row. | 1.3.6.1.4.1.9.9.776.1.3.1.1.11 | StorageType | read-create | current |
| 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.12 | RowStatus | read-create | current |
| 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
| Name | OID | Status |
|---|---|---|
| ciscoNetflowLiteMIBCompliance MODULE-COMPLIANCE This is a default module-compliance containing default object groups. | 1.3.6.1.4.1.9.9.776.2.1.1 | current |
| 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.1 | current |
| 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.2 | current |
| 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.3 | current |