CISCO-NDE-MIB

File: CISCO-NDE-MIB.mib (7479 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF CISCO-SMI
INET-ADDRESS-MIB SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 MODULE-COMPLIANCE OBJECT-GROUP
ciscoMgmt InetAddressType InetAddress
RowStatus

Defined Types

CndeCollectorEntry  
SEQUENCE    
  cndeCollectorAddressType InetAddressType
  cndeCollectorAddress InetAddress
  cndeCollectorPort Integer32
  cndeCollectorStatus RowStatus

Defined Values

ciscoNDEMIB 1.3.6.1.4.1.9.9.226
The Netflow Data Export (NDE) MIB provides instrumentation for configuration and operation of the Netflow Data Export feature. A network flow is defined as an 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 Data Export refers to the export of Netflow Data using UDP packets to Netflow Data Collector(s). A NetFlow Data Collector (NDC) captures, filters, aggregates, and stores the data from multiple NetFlow enabled devices. NDCs provide fast, scalable, and economical Netflow data.
MODULE-IDENTITY    

ciscoNDEMIBObjects 1.3.6.1.4.1.9.9.226.1
OBJECT IDENTIFIER    

cndeCollectorConfiguration 1.3.6.1.4.1.9.9.226.1.1
OBJECT IDENTIFIER    

cndeMaxCollectors 1.3.6.1.4.1.9.9.226.1.1.1
Maximum number of entries allowed in the cndeCollectorTable. A zero indicates unlimitted number of entries. The agent should set this value during initialization, and the vaule for this object cannot be changed during the system's operation
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cndeCollectorTable 1.3.6.1.4.1.9.9.226.1.1.2
A control table to configure the NDE collectors. The maximum number of entries is limited by cndeMaxCollectors. The agent sends the NDE packets to each address configured in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CndeCollectorEntry

cndeCollectorEntry 1.3.6.1.4.1.9.9.226.1.1.2.1
A conceptual row in the cndeCollectorEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  CndeCollectorEntry  

cndeCollectorAddressType 1.3.6.1.4.1.9.9.226.1.1.2.1.1
The type of Internet address used by this entry
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cndeCollectorAddress 1.3.6.1.4.1.9.9.226.1.1.2.1.2
The Internet address of the collector. This is the address which the Netflow data is exported to.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(1..64)  

cndeCollectorPort 1.3.6.1.4.1.9.9.226.1.1.2.1.3
The transport port of the collector which the Netflow data is exported to.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

cndeCollectorStatus 1.3.6.1.4.1.9.9.226.1.1.2.1.4
The status object used to manage the rows in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cndeMIBNotifications 1.3.6.1.4.1.9.9.226.2
OBJECT IDENTIFIER    

cndeMIBNotifs 1.3.6.1.4.1.9.9.226.0
OBJECT IDENTIFIER    

cndeMIBConformance 1.3.6.1.4.1.9.9.226.3
OBJECT IDENTIFIER    

cndeMIBCompliances 1.3.6.1.4.1.9.9.226.3.1
OBJECT IDENTIFIER    

cndeMIBGroups 1.3.6.1.4.1.9.9.226.3.2
OBJECT IDENTIFIER    

cndeMIBCompliance 1.3.6.1.4.1.9.9.226.3.1.1
The compliance statement for the CISCO-NDE-MIB. Objects used in an INDEX clause normally have a MAX-ACCESS of 'not-accessible', and the SMIv2 does not allow 'not-accessible' objects to be included in a GROUP clause. Consequently, a minimum syntax cannot be specified for them in an OBJECT clause. So, the following minimum compliance is specified within this DESCRIPTION clause: --OBJECT cndeCollectorAddressType --SYNTAX InetAddressType { ipv4(1) } --DESCRIPTION -- An implementation is only required to support IPv4 -- addresses. --OBJECT cndeCollectorAddress --SYNTAX InetAddress { SIZE(4) } --DESCRIPTION -- An implementation is only required to support IPv4 -- addresses.
Status: current Access: read-create
MODULE-COMPLIANCE    

cndeCollectorConfigurationGroup 1.3.6.1.4.1.9.9.226.3.2.1
A collection of objects for configuring the Netflow Data Export Collectors and ports.
Status: current Access: read-create
OBJECT-GROUP