CISCO-NETFLOW-LITE-MIB

File: CISCO-NETFLOW-LITE-MIB.mib (28536 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Counter64 MODULE-COMPLIANCE OBJECT-GROUP
RowStatus StorageType ifIndex
InetAddressType InetAddress InetPortNumber
SnmpAdminString Dscp Layer2Cos
CiscoVrfName ciscoMgmt

Defined Types

CnlExporterEntry  
SEQUENCE    
  cnlExporterName SnmpAdminString
  cnlExportAddrType InetAddressType
  cnlExportDestinationAddr InetAddress
  cnlExportDestinationUdpPort InetPortNumber
  cnlExportDestinationUdpLoadShare Unsigned32
  cnlExportSourceAddr InetAddress
  cnlExportSourceUdpPort InetPortNumber
  cnlExportVrf CiscoVrfName
  cnlExportTtl Unsigned32
  cnlExportCos Layer2Cos
  cnlExportDscp Dscp
  cnlExportTemplateTimeout Unsigned32
  cnlExportSamplerTableTimeout Unsigned32
  cnlExportInterfaceTableTimeout Unsigned32
  cnlExportProtocol INTEGER
  cnlPacketExported Counter64
  cnlExporterStorageType StorageType
  cnlExporterRowStatus RowStatus

CnlSamplerEntry  
SEQUENCE    
  cnlSamplerName SnmpAdminString
  cnlSamplerPacketRate Unsigned32
  cnlSamplerPacketSectionSize Unsigned32
  cnlSamplerPacketOffset Unsigned32
  cnlSamplerStorageType StorageType
  cnlSamplerRowStatus RowStatus

CnlIfMonitorEntry  
SEQUENCE    
  cnlIfMonitorSessionName SnmpAdminString
  cnlIfMonitorActiveStatus INTEGER
  cnlIfSamplerName SnmpAdminString
  cnlIfExporterName SnmpAdminString
  cnlIfAveragePacketSize Unsigned32
  cnlIfAveragePacketSizeObserved Unsigned32
  cnlIfAveragePacketSizeUsed Unsigned32
  cnlIfMonitorPktsObserved Counter64
  cnlIfMonitorPktsExported Counter64
  cnlIfMonitorPktsDropped Counter64
  cnlIfMonitorStorageType StorageType
  cnlIfMonitorRowStatus RowStatus

Defined Values

ciscoNetflowLiteMIB 1.3.6.1.4.1.9.9.776
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.
MODULE-IDENTITY    

ciscoNetflowLiteMIBNotifs 1.3.6.1.4.1.9.9.776.0
OBJECT IDENTIFIER    

ciscoNetflowLiteMIBObjects 1.3.6.1.4.1.9.9.776.1
OBJECT IDENTIFIER    

ciscoNetflowLiteMIBConform 1.3.6.1.4.1.9.9.776.2
OBJECT IDENTIFIER    

cnlExporter 1.3.6.1.4.1.9.9.776.1.1
OBJECT IDENTIFIER    

cnlSampler 1.3.6.1.4.1.9.9.776.1.2
OBJECT IDENTIFIER    

cnlMonitor 1.3.6.1.4.1.9.9.776.1.3
OBJECT IDENTIFIER    

cnlMaxExporterAllowed 1.3.6.1.4.1.9.9.776.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cnlExporterTable 1.3.6.1.4.1.9.9.776.1.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CnlExporterEntry

cnlExporterEntry 1.3.6.1.4.1.9.9.776.1.1.2.1
An entry containing the management information of Netflow-lite exporter.
Status: current Access: not-accessible
OBJECT-TYPE    
  CnlExporterEntry  

cnlExporterName 1.3.6.1.4.1.9.9.776.1.1.2.1.1
Exporter name identifying a particular Netflow-lite exporter configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

cnlExportAddrType 1.3.6.1.4.1.9.9.776.1.1.2.1.2
Specifies the type of IP address used by cnlExportDestinationAddr and cnlExportSourceAddr.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cnlExportDestinationAddr 1.3.6.1.4.1.9.9.776.1.1.2.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cnlExportDestinationUdpPort 1.3.6.1.4.1.9.9.776.1.1.2.1.4
Specifies the collector's UDP port, on which the remote collector can listen for export packets.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

cnlExportDestinationUdpLoadShare 1.3.6.1.4.1.9.9.776.1.1.2.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..16  

cnlExportSourceAddr 1.3.6.1.4.1.9.9.776.1.1.2.1.6
Specifies the source IP address used in export packet L3 header. The type of this address is determined by the cnlExportAddrType object.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cnlExportSourceUdpPort 1.3.6.1.4.1.9.9.776.1.1.2.1.7
Specifies the source UDP port used in export packets.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

cnlExportVrf 1.3.6.1.4.1.9.9.776.1.1.2.1.8
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.
Status: current Access: read-create
OBJECT-TYPE    
  CiscoVrfName  

cnlExportTtl 1.3.6.1.4.1.9.9.776.1.1.2.1.9
Specifies the Time To Live (TTL) value to be used in the export packet header.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..254  

cnlExportCos 1.3.6.1.4.1.9.9.776.1.1.2.1.10
Specifies the Class of Service (CoS) value of the export packet header.
Status: current Access: read-create
OBJECT-TYPE    
  Layer2Cos  

cnlExportDscp 1.3.6.1.4.1.9.9.776.1.1.2.1.11
Specifies the Differentiated Services Code-Point (DSCP) value of the export packet header.
Status: current Access: read-create
OBJECT-TYPE    
  Dscp  

cnlExportTemplateTimeout 1.3.6.1.4.1.9.9.776.1.1.2.1.12
The maximum time the template data can exist in queue before it's exported out.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cnlExportSamplerTableTimeout 1.3.6.1.4.1.9.9.776.1.1.2.1.13
The maximum time the sampler table data can exist in queue before it's exported out.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cnlExportInterfaceTableTimeout 1.3.6.1.4.1.9.9.776.1.1.2.1.14
The maximum time the interface table data can exist in queue table before it's exported out.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cnlExportProtocol 1.3.6.1.4.1.9.9.776.1.1.2.1.15
Specifies the Netflow data export protocol. ipFix: The IP Flow Information Export protocol. netflowV9: Netflow services export protocol version 9.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ipFix(1), netflowV9(2)  

cnlPacketExported 1.3.6.1.4.1.9.9.776.1.1.2.1.16
The total number of packets which have been exported.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cnlExporterStorageType 1.3.6.1.4.1.9.9.776.1.1.2.1.17
Specifies the storage type for this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cnlExporterRowStatus 1.3.6.1.4.1.9.9.776.1.1.2.1.18
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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cnlMaxSamplerAllowed 1.3.6.1.4.1.9.9.776.1.2.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cnlSamplerTable 1.3.6.1.4.1.9.9.776.1.2.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CnlSamplerEntry

cnlSamplerEntry 1.3.6.1.4.1.9.9.776.1.2.2.1
An entry containing the management information of Netflow-lite sampler.
Status: current Access: not-accessible
OBJECT-TYPE    
  CnlSamplerEntry  

cnlSamplerName 1.3.6.1.4.1.9.9.776.1.2.2.1.1
Sampler name identifying a particular Netflow-lite sampler configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

cnlSamplerPacketRate 1.3.6.1.4.1.9.9.776.1.2.2.1.2
Specifies packet being sampled at 1-in-N packets rate in powers of 2, for example, 1-in-64.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cnlSamplerPacketSectionSize 1.3.6.1.4.1.9.9.776.1.2.2.1.3
Specifies length of packet section that was extracted for export.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cnlSamplerPacketOffset 1.3.6.1.4.1.9.9.776.1.2.2.1.4
Specifies the starting offset of packet section that was extracted for export.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cnlSamplerStorageType 1.3.6.1.4.1.9.9.776.1.2.2.1.5
Specifies the storage type for this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cnlSamplerRowStatus 1.3.6.1.4.1.9.9.776.1.2.2.1.6
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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cnlIfMonitorTable 1.3.6.1.4.1.9.9.776.1.3.1
Contains Netflow-lite monitor entries. A row is created to activate traffic sampling on the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CnlIfMonitorEntry

cnlIfMonitorEntry 1.3.6.1.4.1.9.9.776.1.3.1.1
An entry containing the management information of Netflow-lite monitor.
Status: current Access: not-accessible
OBJECT-TYPE    
  CnlIfMonitorEntry  

cnlIfMonitorSessionName 1.3.6.1.4.1.9.9.776.1.3.1.1.1
Monitor session name identifying a particular Netflow-lite monitor configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

cnlIfMonitorActiveStatus 1.3.6.1.4.1.9.9.776.1.3.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

cnlIfSamplerName 1.3.6.1.4.1.9.9.776.1.3.1.1.3
Specifies one existing Sampler entry by name, the sampler object value will be used to configure interface sampling parameters.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

cnlIfExporterName 1.3.6.1.4.1.9.9.776.1.3.1.1.4
Specifies one existing Exporter entry by name, the exporter object value will be used to construct export packet header
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

cnlIfAveragePacketSize 1.3.6.1.4.1.9.9.776.1.3.1.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cnlIfAveragePacketSizeObserved 1.3.6.1.4.1.9.9.776.1.3.1.1.6
The average packet size calculated at the interface. Used in tuning the time based sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cnlIfAveragePacketSizeUsed 1.3.6.1.4.1.9.9.776.1.3.1.1.7
The average packet size used in tuning the time based in tuning sampling performance.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cnlIfMonitorPktsObserved 1.3.6.1.4.1.9.9.776.1.3.1.1.8
The total number of packets is observed at the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cnlIfMonitorPktsExported 1.3.6.1.4.1.9.9.776.1.3.1.1.9
The total number of exported packets for this monitor session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cnlIfMonitorPktsDropped 1.3.6.1.4.1.9.9.776.1.3.1.1.10
The total number of dropped packets for this monitor session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cnlIfMonitorStorageType 1.3.6.1.4.1.9.9.776.1.3.1.1.11
Specifies the storage type for this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cnlIfMonitorRowStatus 1.3.6.1.4.1.9.9.776.1.3.1.1.12
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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoNetflowLiteMIBCompliances 1.3.6.1.4.1.9.9.776.2.1
OBJECT IDENTIFIER    

ciscoNetflowLiteMIBGroups 1.3.6.1.4.1.9.9.776.2.2
OBJECT IDENTIFIER    

ciscoNetflowLiteMIBCompliance 1.3.6.1.4.1.9.9.776.2.1.1
This is a default module-compliance containing default object groups.
Status: current Access: read-only
MODULE-COMPLIANCE    

cnlExporterInfoGroup 1.3.6.1.4.1.9.9.776.2.2.1
A collection of objects providing information and configuration of the Netflow-lite Exporter.
Status: current Access: read-only
OBJECT-GROUP    

cnlSamplerInfoGroup 1.3.6.1.4.1.9.9.776.2.2.2
A collection of objects providing information and configuration of the Netflow-lite Sampler.
Status: current Access: read-only
OBJECT-GROUP    

cnlIfMonitorInfoGroup 1.3.6.1.4.1.9.9.776.2.2.3
A collection of objects providing information and configuration of the Netflow-lite Monitor.
Status: current Access: read-only
OBJECT-GROUP