CISCO-NDE-MIB

        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.
    
Source file
CISCO-NDE-MIB
Last revised
Identity
ciscoNDEMIB
Base OID
1.3.6.1.4.1.9.9.226
Imported Objects
CISCO-SMI ciscoMgmt
INET-ADDRESS-MIB InetAddress InetAddressType
SNMPv2-CONF MODULE-COMPLIANCE (no object page) OBJECT-GROUP (no object page)
SNMPv2-SMI Integer32 MODULE-IDENTITY (no object page) OBJECT-TYPE (no object page) Unsigned32
SNMPv2-TC RowStatus
Net-SNMP examples using the cisco MIB directory Show commands

These commands use the standard Observium installation path and load the selected MIB variant before the RFC and Net-SNMP directories.

Translate the module identity
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-NDE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-NDE-MIB::ciscoNDEMIB'
Walk the MIB subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-NDE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-NDE-MIB::ciscoNDEMIB'
How SNMP, Net-SNMP, MIB paths, and variants work
Objects (15)
.1.3.6.1.4.1.9.9.226
.1.3.6.1.4.1.9.9.226.0
.1.3.6.1.4.1.9.9.226.1
.1.3.6.1.4.1.9.9.226.1.1
.1.3.6.1.4.1.9.9.226.1.1.1
.1.3.6.1.4.1.9.9.226.1.1.2
.1.3.6.1.4.1.9.9.226.1.1.2.1
.1.3.6.1.4.1.9.9.226.1.1.2.1.1
OctetString
.1.3.6.1.4.1.9.9.226.1.1.2.1.2
Integer32
.1.3.6.1.4.1.9.9.226.1.1.2.1.3
.1.3.6.1.4.1.9.9.226.1.1.2.1.4
.1.3.6.1.4.1.9.9.226.2
.1.3.6.1.4.1.9.9.226.3
.1.3.6.1.4.1.9.9.226.3.1
.1.3.6.1.4.1.9.9.226.3.2
Dependencies (5) 5 direct Show tree and compile order Hide dependency details

Each imported module is resolved in the importing module's source directory first, then through the normal default-variant rules.

Dependency tree
Dependency-first compile order
  1. SNMPv2-SMIrfc
  2. CISCO-SMIcisco
  3. SNMPv2-TCrfc
  4. INET-ADDRESS-MIBrfc
  5. SNMPv2-CONFrfc
  6. CISCO-NDE-MIBciscoselected
Conformance Groups (1)
A collection of objects for configuring the Netflow Data
Export Collectors and ports.
.1.3.6.1.4.1.9.9.226.3.2.1
Compliance Statements (1)

OID .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.
Required groups
Object refinements
ObjectAccessSyntaxDescription
cndeCollectorStatus
active(1), createAndGo(4), destroy(6)
Support for 'createAndWait' is not required.