CISCO-NDE-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-NDE-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
         cndeMIBNotifs 1.3.6.1.4.1.9.9.226.0
         ciscoNDEMIBObjects 1.3.6.1.4.1.9.9.226.1
             cndeCollectorConfiguration 1.3.6.1.4.1.9.9.226.1.1
                 cndeMaxCollectors 1.3.6.1.4.1.9.9.226.1.1.1 unsigned32 read-only
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
                 cndeCollectorTable 1.3.6.1.4.1.9.9.226.1.1.2 no-access
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.
                     cndeCollectorEntry 1.3.6.1.4.1.9.9.226.1.1.2.1 no-access
A conceptual row in the cndeCollectorEntry.
                         cndeCollectorAddressType 1.3.6.1.4.1.9.9.226.1.1.2.1.1 inetaddresstype no-access
The type of Internet address used by this entry
                         cndeCollectorAddress 1.3.6.1.4.1.9.9.226.1.1.2.1.2 inetaddress no-access
The Internet address of the collector. This is the address which the Netflow data is exported to.
                         cndeCollectorPort 1.3.6.1.4.1.9.9.226.1.1.2.1.3 integer32 no-access
The transport port of the collector which the Netflow data is exported to.
                         cndeCollectorStatus 1.3.6.1.4.1.9.9.226.1.1.2.1.4 rowstatus read-only
The status object used to manage the rows in this table.
         cndeMIBNotifications 1.3.6.1.4.1.9.9.226.2
         cndeMIBConformance 1.3.6.1.4.1.9.9.226.3
             cndeMIBCompliances 1.3.6.1.4.1.9.9.226.3.1
                 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.
             cndeMIBGroups 1.3.6.1.4.1.9.9.226.3.2
                 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.