CISCO-NBAR-PROTOCOL-DISCOVERY-MIB

CISCO-NBAR-PROTOCOL-DISCOVERY-MIB Download

MIBs list

Cisco NBAR Protocol Discovery MIB NBAR - Network Based Application Recognition is an intelligent classification engine that recognizes applications that are static (which use fixed TCP or UDP port numbers), and stateful (which dynamically assign TCP or UDP port numbers). Protocol Discovery - uses NBAR to show you the mix of applications currently running on the network. Key statistics are associated with each protocol. These statistics can be used to define traffic classes and QoS policies.

IPHost Network Monitor offer an easy way of SNMP monitoring your Cisco Servers, Routers, Switches, Bridges, Firewalls, Repeaters.

OID list for CISCO-NBAR-PROTOCOL-DISCOVERY-MIB

cnpdSupportedProtocolsTable
The Supported Protocols table lists all the protocols and applications which NBAR is currently capable of recognizing.
cnpdSupportedProtocolsEntry
A entry in the Supported Protocols table reflecting key information about a protocol.
cnpdSupportedProtocolsIndex
A unique identifier of a row in this table. Thus it also represents a unique identifier for a protocol or application which NBAR currently recognizes.
cnpdSupportedProtocolsName
This object reflects the valid string of a protocol or application which NBAR currently recognizes.
cnpdStatusTable
The cnpdStatusTable is used to enable and disable Protocol Discovery on an interface.
cnpdStatusEntry
An entry in the cnpdStatusTable contains objects for enabling or disabling Protocol Discovery on a per interface basis.
cnpdStatusPdEnable
This object is used to enable or disable Protocol Discovery on an interface. If set to 'true' - Protocol Discovery is enabled on this Interface. If set to 'false' - Protocol Discovery is disabled on this Interface.
cnpdStatusLastUpdateTime
The value of sysUpTime at the time Protocol Discovery was last enabled on an interface. If the interface does not have Protocol Discovery enabled this value is zero.
cnpdAllStatsTable
The cnpdAllStatsTable contains all the statistics available for all the protocols/applications currently recognized by NBAR Protocol Discovery for a particular interface. In the event of an overflow, the 32 bit counters are not valid. There is no overflow ...
cnpdAllStatsEntry
An entry in the cnpdAllStatsTable table. This entry contains the statistics collected on all the protocols which NBAR classifies for a particular interface.
cnpdAllStatsProtocolsIndex
An object which represents a unique identifier for a protocol or application which NBAR currently recognizes. This object is an index into the SupportedProtocolsTable where details of the protocol can be found.
cnpdAllStatsProtocolName
Name of the application or protocol, a unique textual string, assigned in the cnpdSupportedProtocolsTable.
cnpdAllStatsInPkts
The packet count of inbound packets as determined by Protocol Discovery.
cnpdAllStatsOutPkts
The packet count of outbound packets as determined by Protocol Discovery.
cnpdAllStatsInBytes
The byte count of inbound octets as determined by Protocol Discovery.
cnpdAllStatsOutBytes
The byte count of outbound octets as determined by Protocol Discovery.
cnpdAllStatsHCInPkts
The packet count of inbound packets as determined by Protocol Discovery. This is the 64-bit (High Capacity) version of cnpdAllStatsInPkts.
cnpdAllStatsHCOutPkts
The packet count of outbound packets as determined by Protocol Discovery. This is the 64-bit (High Capacity) version of cnpdAllStatsOutPkts.
cnpdAllStatsHCInBytes
The byte count of inbound octets as determined by Protocol Discovery. This is the 64-bit (High Capacity) version of cnpdAllStatsInBytes.
cnpdAllStatsHCOutBytes
The byte count of outbound octets as determined by Protocol Discovery. This is the 64-bit (High Capacity) version of cnpdAllStatsOutBytes.
cnpdAllStatsInBitRate
The inbound bit rate as determined by Protocol Discovery.
cnpdAllStatsOutBitRate
The outbound bit rate as determined by Protocol Discovery.
cnpdTopNConfigTable
The cnpdTopNConfigTable is used to configure cnpdTopNStatsTable's.
cnpdTopNConfigEntry
This entry provides the objects to configure and thus initiate the generation of a cnpdTopNStatsTable..
cnpdTopNConfigIndex
A monotonically increasing integer which uniquely identifies a cnpdTopNConfigEntry in the cnpdTopNConfigTable.
cnpdTopNConfigIfIndex
This object allows the management station to select the interface, which Protocol Discovery is running on, to be used to create this cnpdTopNConfigEntry.
cnpdTopNConfigStatsSelect
This object allows the management station to select the statistic used to base the order of the top-n table on. For example: a cnpdTopNConfigStatsSelect of bitRateSum means order this table based on each applications/protocols combined in and out bitrate.
cnpdTopNConfigSampleTime
If the cnpdTopNConfigStatsSelect is bitRateIn, bitRateOut or bitRateSum, then this value is the interval in seconds that the bitrate is sampled. This has no effect if the cnpdTopNConfigStatsSelect is byte or packet based. When this object is modified by t ...
cnpdTopNConfigRequestedSize
The requested size of the associated cnpdTopNStatsTable entry. For example a cnpdTopNConfigRequestedSize of 20 indicates the management station wants to create an associated cnpdTopNStatsTable entry of 20 protocol/application's
cnpdTopNConfigGrantedSize
The actual size of the associated cnpdTopNStatsTable entry. The reason this may differ from cnpdTopNConfigRequestedSize is because a management station may request a number of protocols that is greater than the number of protocols actually found by Protoc ...
cnpdTopNConfigTime
The value of sysUpTime when the associated cnpdTopNStatsTable entry was created.
cnpdTopNConfigStatus
This object is used to create or delete the row entry in cnpdTopNConfigTable. When creating a row entry the management station is required to specify a value for cnpdTopNConfigIfIndex only. 'notReady' means that a row exists but either it has no valid IfI ...
cnpdTopNStatsTable
A cnpdTopNStatsTable describes an ordered list of protocols.
cnpdTopNStatsEntry
This entry is used to store a set of objects which describe a cnpdTopNStatsTable. A cnpdTopNStatsTable is a number of protocols and statistics sorted according to the criteria in the associated cnpdTopNConfigEntry. Therefore a cnpdTopNStatsTable can diffe ...
cnpdTopNStatsIndex
A monotonically increasing integer which uniquely identifies a cnpdTopNStatsEntry in the cnpdTopNStatsTable.
cnpdTopNStatsProtocolName
Name of the application or protocol, a unique textual string, assigned in the cnpdSupportedProtocolsTable.
cnpdTopNStatsRate
The amount of change in the selected statistic during this sampling interval. The selected statistic is the cnpdTopNConfigStatsSelect from the associated cnpdTopNConfigStatsEntry.
cnpdTopNStatsHCRate
The amount of change in the selected statistic during this sampling interval. The selected statistic is the cnpdTopNConfigStatsSelect from the associated cnpdTopNConfigStatsEntry. This is the 64-bit (High Capacity) version of cnpdTopNStatsRate.
cnpdThresholdConfigTable
The cnpdThresholdConfigTable allows the management station to create thresholds for the purpose of sending notifications if breached, and creating a history of breached thresholds.
cnpdThresholdConfigEntry
This entry contains configuration information to set thresholds for the purpose of notifications. The management station is allowed to set thresholds on individual statistics for individual protocols on an interface. If the threshold is breached by the pr ...
cnpdThresholdConfigIndex
A monotonically increasing integer which uniquely identifies an entry in the cnpdThresholdConfigTable.
cnpdThresholdConfigIfIndex
This object allows the management station to select the interface, which Protocol Discovery is running on, to be used to create this cnpdThresholdConfigTable entry.
cnpdThresholdConfigInterval
The interval in seconds over which the data is sampled and compared with cnpdThresholdConfigRising and cnpdThresholdConfigFalling thresholds.
cnpdThresholdConfigSampleType
The method of sampling the selected statistic and calculating the value to be compared against cnpdThresholdConfigRising or cnpdThresholdConfigFalling thresholds. If the value of this object is absoluteValue(1), the value at the end of the sampling interv ...
cnpdThresholdConfigProtocol
The application or protocol which the management station wishes to configure a threshold on. This object is an index into the SupportedProtocolsTable where details of the protocol can be found. If cnpdThresholdConfigProtocolAny is set to TRUE this value w ...
cnpdThresholdConfigProtocolAny
If set to 'true' - this threshold is configured to check for any protocol which meets the threshold criteria. This means that multiple protocols can generate ThresholdHistoryTable entries. Each protocol is subject to the hysterisis mechanism. If set to 'f ...
cnpdThresholdConfigStatsSelect
This object allows the management station to select the statistic used to base the threshold on. For example a cnpdThresholdConfigStatsSelect of bitRateSum means cnpdThresholdConfigRising and cnpdThresholdConfigFalling are values based on the combined val ...
cnpdThresholdConfigStartup
This controls the type of notification that is sent when this threshold entry is first enabled. Because there is no previous sampling history, choosing one of these options determines the type of notification generated - Rising or Falling. If the first sa ...
cnpdThresholdConfigRising
This is the threshold object which the managment station sets to determine if it gets breached. It indicates the statistic being sampled was rising. When the current sample is greater than or equal to this object, and the value at the last sampling interv ...
cnpdThresholdConfigFalling
This is the threshold object which the management station sets to determine if it gets breached. It indicates the statistic being sampled was falling. When current sample is less than or equal to this object, and the value at the last sampling interval wa ...
cnpdThresholdConfigStatus
This object is used to create or delete the row entry in cnpdThresholdConfigTable. When creating a row entry the management station is required to specify a value for cnpdThresholdConfigIfIndex, cnpdThresholdConfigRising and cnpdThresholdConfigFalling. 'a ...
cnpdThresholdHistoryTable
The Threshold History table. Notifications are unreliable so this table provides a history of the last 5000 threshold breached events. A notification can be traced back to its cnpdThresholdHistoryEntry.
cnpdThresholdHistoryEntry
This entry is created each time a threshold is breached. Thus there is not necessarily a one to one relationship to cnpdThresholdConfigTable as not every Threshold configured will be breached.
cnpdThresholdHistoryIndex
A monotonically increasing integer which uniquely identifies this cnpdThresholdHistoryEntry in the cnpdThresholdHistory table.
cnpdThresholdHistoryConfigIndex
The cnpdThresholdConfigTable entry which generated this entry. Using this object the management station can backtrack to the appropriate cnpdThresholdConfigEntry.
cnpdThresholdHistoryValue
The actual value of the statistic when the sampling was made.
cnpdThresholdHistoryType
Describes whether this is an event caused by a rising or falling threshold breach.
cnpdThresholdHistoryTime
The value of sysUpTime of the running configuration when the event occurred.
cnpdThresholdHistoryProtocol
The application or protocol which the management station configured a threshold on. This object is an index into the SupportedProtocolsTable where details of the protocol can be found.
cnpdThresholdHistoryStatsSelect
This is the statistic used to base the threshold on.
cnpdNotificationsEnable
This object is used to enable or disable Notifications on a global basis. If set to 'true' - Notifications are enabled. If set to 'false' - Notifications are disabled.
cnpdStatsGroup
Required objects to provide protocol application discovery info.
cnpdTopNGroup
The set of objects supported to record notification events.
cnpdThresholdGroup
The set of objects supported to record notification events.
cnpdMIBNotificationsConfigGroup
The set of notification configuration events.
cnpdSupportedProtocolsGroup
The set of objects describing a protocol or application.

Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring network devices right now.

MIBs list