Cisco Network Module Enhanced Application Performance Assurance MIB Reference Guide
CISCO-SERVICE-CONTROL-RDR-MIB

Table Of Contents

CISCO-SERVICE-CONTROL-RDR-MIB

Information about the RDR Formatter

CISCO-SERVICE-CONTROL-RDR-MIB Objects

cscRdrFormatterTable

cscRdrFormatterEnable (integer)

cscRdrFormatterNumSentReports (counter32)

cscRdrFormatterNumDiscardedReports (counter32)

cscRdrFormatterReportRate (gauge32)

cscRdrFormatterReportRatePeak (gauge32)

cscRdrFormatterReportRatePeakTime (TimeTicks)

cscRdrFormatterProtocol (integer)

cscRdrFormatterForwardingMode (integer)

cscRdrDestTable

cscRdrDestIndex (unsigned32 )

cscRdrDestInetAddressType (integer)

cscRdrDestInetAddress (InetAddress)

cscRdrDestPort (unsigned32)

cscRdrDestPriority (integer32)

cscRdrDestStatus (integer)

cscRdrDestConnectionStatus (integer)

cscRdrDestNumSentReports (counter32)

cscRdrDestNumDiscardedReports (counter32)

cscRdrDestReportRate (gauge32)

cscRdrCategoryTable

cscRdrCategoryIndex (unsigned32)

cscRdrCategoryID (unsigned32)

cscRdrCategoryName (SnmpAdminString)

cscRdrCategoryNumSentReports (counter32)

cscRdrCategoryNumDiscardedReports (counter32)

cscRdrCategoryReportRate (gauge32)

cscRdrCategoryNumQueuedReports (gauge32)

cscRdrCategoryDestTable

cscRdrCategoryDestPriority (integer32)

cscRdrCategoryDestStatus (integer)

cscRdrNotifsConfig Group

cscRdrReportsEnableNotifs (integer)

cscRdrCounterDiscontinuityTime (TimeStamp)

CISCO-SERVICE-CONTROL-RDR-MIB Notifications

cscRdrCategoryStoppedDiscardingReportsTrap

cscRdrCategoryDiscardingReportsTrap

cscRdrNoActiveConnectionTrap

cscRdrConnectionStatusDownTrap

cscRdrActiveConnectionTrap

cscRdrConnectionStatusUpTrap


CISCO-SERVICE-CONTROL-RDR-MIB


The CISCO-SERVICE-CONTROL-RDR-MIB defines objects describing statistics and configuration relating to the Raw Data Record Formatter running on a service control entity.

The service control entity is identified in the entPhysicalTable of the IDENTITY-MIB by having one of the following values assigned to entPhysicalVendorType :

cevChassisSCE2000

cevChassisSCE1000

cevNmeApaModule

A specific service control entity is identified by the value of the entPhysicalIndex of the corresponding entry in the entPhysicalTable .

Information about the RDR Formatter

CISCO-SERVICE-CONTROL-RDR-MIB Objects

CISCO-SERVICE-CONTROL-RDR-MIB Notifications

Information about the RDR Formatter

The Raw Data Record (RDR) formatter is a component implemented by the service control entity that gathers raw data records produced by the entity and delivers them to external entities as reports. The external entities are called RDR destinations or RDR collectors. The RDR formatter can be configured to send reports to one or multiple destinations.

The RDR formatter can group RDRs into a maximum of four categories. RDR mapping to the categories is done by the client application or the user and reflects different logical destinations or purposes. For example, the application may map Quota related RDRs to category 1, and Transaction related RDRs to category 2. The user can configure these categories to different destinations and assign different priorities to them. Each category has a separate queue for forwarding the RDRs and has seperate counters for gathering of statistics (sent, dropped, queued etc.). An RDR can be assigned to any category, as chosen by the user or client application.

The RDR formatter supports multiple destinations, each identified by IP address and port number. Each destination is assigned a priority for each of the categories. Priority is a number in the range of 1-100, with 100 being the highest priority. The priorities are configured during destination configuration (while assigning categories to the destination). Take, for example, the following configuration:

destination A configured with category 1, which is configured with priority 100

destination B configured with category 1 and priority 80

destination C with category 1 and priority 90

When in redundancy mode, the formatter will set the active destination for a category to be the destination with the highest priority. For category 1, the active destination will be A. If destination A goes down then the next active destination selected by the formatter is destination C.

(Note that priority is effective only when the formatter is in the 'Redundancy' forwarding mode.)

CISCO-SERVICE-CONTROL-RDR-MIB Objects

The CISCO-SERVICE-CONTROL-RDR-MIB contains the following objects:

cscRdrFormatterTable

cscRdrFormatterEnable

cscRdrFormatterNumSentReports

cscRdrFormatterNumDiscardedReports

cscRdrFormatterReportRate

cscRdrFormatterReportRatePeak

cscRdrFormatterReportRatePeakTime

cscRdrFormatterProtocol

cscRdrFormatterForwardingMode

cscRdrDestTable

cscRdrDestIndex

cscRdrDestInetAddressType

cscRdrDestInetAddress

cscRdrDestPort

cscRdrDestPriority

cscRdrDestStatus

cscRdrDestConnectionStatus

cscRdrDestNumSentReports

cscRdrDestNumDiscardedReports

cscRdrDestReportRate

cscRdrCategoryTable

cscRdrCategoryIndex

cscRdrCategoryID

cscRdrCategoryName

cscRdrCategoryNumSentReports

cscRdrCategoryNumDiscardedReports

cscRdrCategoryReportRate

cscRdrCategoryNumQueuedReports

cscRdrCategoryDestTable

cscRdrCategoryDestPriority

cscRdrCategoryDestStatus

cscRdrNotifsConfig Group

cscRdrReportsEnableNotifs

cscRdrCounterDiscontinuityTime

cscRdrFormatterTable

This table lists the operational information and aggregated statistics for the RDR formatter of a service control entity .

One entry exists for each service control entity identified by its assigned entPhysicalIndex . Each entry contains the operational data and global counters for the RDR formatter associated with the specific service control entity.

INDEX

entPhysicalIndex of the service control entity in the entPhysicalTable . (See the ENTITY-MIB).

OBJECTS

cscRdrFormatterEnable (integer)

cscRdrFormatterNumSentReports (counter32)

cscRdrFormatterNumDiscardedReports (counter32)

cscRdrFormatterReportRate (gauge32)

cscRdrFormatterReportRatePeak (gauge32)

cscRdrFormatterReportRatePeakTime (TimeTicks)

cscRdrFormatterProtocol (integer)

cscRdrFormatterForwardingMode (integer)

cscRdrFormatterEnable (integer)

Specifies whether the RDR formatter is enabled or disabled. When the RDR formatter is enabled, it sends the records it gets from the traffic processors to the RDR destination as defined in the cscRdrDestTable .

Access : read-only

Valid Values

true (1)

false (2)

cscRdrFormatterNumSentReports (counter32)

The number of reports sent by the RDR formatter.

Discontinuities in the value of this counter can occur upon disabling or enabling of the RDR formatter, and at other times as indicated by the value of cscRdrCounterDiscontinuityTime .

Access : read-only

Units : reports

cscRdrFormatterNumDiscardedReports (counter32)

The number of reports discarded by the RDR formatter due to insufficient resources or unavailibility of the destination.

Discontinuities in the value of this counter can occur upon disabling or enabling of the RDR formatter, and at other times as indicated by the value of cscRdrCounterDiscontinuityTime .

Access : read-only

Units : reports

cscRdrFormatterReportRate (gauge32)

The rate at which the RDR formatter is currently sending reports to all of the destinations.

Access : read-only

Units : reports per second

cscRdrFormatterReportRatePeak (gauge32)

The maximum rate at which the RDR formatter sent reports to all of the destinations since sysUpTime , if cscRdrCounterDiscontinuityTime is zero.

If cscRdrCounterDiscontinuityTime has a non zero value, the maximum rate is determined from this value.

Access : read-only

Units : reports per second

cscRdrFormatterReportRatePeakTime (TimeTicks)

The time elapsed since the occurence of cscRdrFormatterReportRatePeak .

Access : read-only

cscRdrFormatterProtocol (integer)

Specifies the RDR protocol currently used by the RDR formatter

Access : read-write

Valid Values :

other (1): The RDR formatter is using a protocol not recognized by this revision of the MIB.

rdrv1 (2): RDR protocol version 1

netflowV9 (3): NetFlow ver 9

cscRdrFormatterForwardingMode (integer)

Specifies the mode by which the RDR formatter sends the reports to its destinations.

Access : read-write

Valid Values :

other (1): The RDR formatter is using a mode not recognized by this revision of the MIB.

redundancy (2): The reports are sent to the primary (active destination) and all other destinations are in standby.

simpleLoadBalancing (3): The reports are sent to one destination at a time in a round robin manner.

multicast (4: ) The reports are sent to all destinations.

Default Value : redundancy

cscRdrDestTable

This table lists the addresses of the configured RDR destination servers and the corresponding connection status for each destination. The RDR formatter sends reports to one or more configured destinations that have a connection to the RDR formatter.

This table also shows the current connection status of each destination.

One entry exists for each service control entity identified by its assigned entPhysicalIndex . Each entry contains the operational data and global counters for a connection between the RDR formatter destination and the RDR formatter associated with the service control entity . Each connection between RDR formatter and RDR destination is uniquely identified by cscRdrDestIndex (unsigned32 ).

INDEX

entPhysicalIndex of the service control entity in the entPhysicalTable . (See the ENTITY-MIB).

cscRdrDestIndex

OBJECTS

cscRdrDestIndex (unsigned32 )

cscRdrDestInetAddressType (integer)

cscRdrDestInetAddress (InetAddress)

cscRdrDestPort (unsigned32)

cscRdrDestPriority (integer32)

cscRdrDestStatus (integer)

cscRdrDestConnectionStatus (integer)

cscRdrDestNumSentReports (counter32)

cscRdrDestNumDiscardedReports (counter32)

cscRdrDestReportRate (gauge32)

cscRdrDestIndex (unsigned32 )

A monotonically increasing integer for the sole purpose of indexing RDR destinations. When it reaches the maximum value, the agent flushes the table and wraps the value back to 1.

Access : unaccessible

Valid Values : 1..4294967295

cscRdrDestInetAddressType (integer)

The type of Internet address by which the RDR destination server is reachable.

Access : read-only

Valid Values :

unknown (0)

ipv4 (1)

ipv6 (2)

ipv4z (3)

ipv6z (4)

dns (16)

cscRdrDestInetAddress (InetAddress)

The RDR destination server IP Address

Access : read-only

cscRdrDestPort (unsigned32)

The number of the port on which the RDR destination server listens.

Access : read-only

Valid Values : 0..65535

cscRdrDestPriority (integer32)

The priority given to the RDR destination server.

The RDR formatter determines the priority of a destination by the value of entPhysicalIndex and the RDR category of the destination. The RDR formatter assigns the highest priority to the destination that has the same value of entPhysicalIndex and RDR category as that of the RDR formatter. The RDR formatter activates the destination server that is reachable and with the highest priority.

Access : read-only

Valid Values : 0..100

cscRdrDestStatus (integer)

The status of this RDR destination.

Only one RDR destination can be 'active' if the cscRdrFormatterForwardingMode is set to either 'redundancy' or 'simpleLoadBalancing'.

Multiple RDR destinations can be in 'active' state when cscRdrFormatterForwardingMode is set to 'multicast' .

Access : read-only

Valid Values :

other (1)

active (2): The reports are sent to this destination.

standby (3): This destination is a backup.

cscRdrDestConnectionStatus (integer)

The status of the connection between the RDR formatter and this destination.

Access : read-only

Valid Values :

other (1)

up (2): The RDR formatter can reach this destination.

down (3): The RDR formatter cannot reach this destination.

cscRdrDestNumSentReports (counter32)

The number of reports sent by the RDR formatter to this destination.

Discontinuities in the value of this counter can occur upon disabling or enabling of the RDR formatter, and at other times as indicated by the value of cscRdrCounterDiscontinuityTime .

Access : read-only

Units : reports

cscRdrDestNumDiscardedReports (counter32)

The number of reports dropped by the RDR formatter for this destination.

Discontinuities in the value of this counter can occur upon disabling or enabling of the RDR formatter, and at other times as indicated by the value of cscRdrCounterDiscontinuityTime .

Access : read-only

Units : reports

cscRdrDestReportRate (gauge32)

The rate at which the RDR formatter is currently sending reports to this destination.

Access : read-only

Units : reports per second

cscRdrCategoryTable

This table describes the operational values and aggregated statistics of the different categories of the RDR Formatter.

One entry exists for each service control entity identified by its assigned entPhysicalIndex . Each entry contains the operational data and global counters for a category configured on a RDR formatter of that service control entity. Each RDR formatter category is uniquely identified by cscRdrCategoryIndex (unsigned32).

INDEX

entPhysicalIndex of the service control entity in the entPhysicalTable . (See the ENTITY-MIB).

cscRdrCategoryIndex

OBJECTS

cscRdrCategoryIndex (unsigned32)

cscRdrCategoryID (unsigned32)

cscRdrCategoryName (SnmpAdminString)

cscRdrCategoryNumSentReports (counter32)

cscRdrCategoryNumDiscardedReports (counter32)

cscRdrCategoryReportRate (gauge32)

cscRdrCategoryNumQueuedReports (gauge32)

cscRdrCategoryIndex (unsigned32)

The category number and index to the table.

Access : unaccessible

Valid Values : 1..4

cscRdrCategoryID (unsigned32)

The unique ID assigned to this RDR category by the RDR formatter.

Access : read-only

cscRdrCategoryName (SnmpAdminString)

The user-readable name assigned to this RDR category by the RDR formatter. The client application provides the RDR formatter with the value of this object.

Access : read-only

cscRdrCategoryNumSentReports (counter32)

The number of RDR reports sent over this category.

Discontinuities in the value of this counter can occur upon disabling or enabling of the RDR formatter, and at other times as indicated by the value of cscRdrCounterDiscontinuityTime .

Access : read-only

Units : reports

cscRdrCategoryNumDiscardedReports (counter32)

The number of RDR reports dropped for this category.

Discontinuities in the value of this counter can occur upon disabling or enabling of the RDR formatter, and at other times as indicated by the value of cscRdrCounterDiscontinuityTime .

Access : read-only

Units : reports

cscRdrCategoryReportRate (gauge32)

The rate at which the RDR formatter is currently sending reports over this category.

Access : read-only

Units : reports per second

cscRdrCategoryNumQueuedReports (gauge32)

The number of pending RDR reports within this category.

Access : read-only

Units : reports

cscRdrCategoryDestTable

This table lists the operational data for RDR destination servers for each RDR category for a service control entity.

One entry exists for each service control entity identified by its assigned entPhysicalIndex . Each entry contains the operational data for a category of RDR formatter for a destination server of the service control entity.

INDEX

entPhysicalIndex of the service control entity in the entPhysicalTable . (See the ENTITY-MIB).

cscRdrCategoryIndex

cscRdrDestPort

cscRdrDestInetAddress

OBJECTS

cscRdrCategoryDestPriority (integer32)

cscRdrCategoryDestStatus (integer)

cscRdrCategoryDestPriority (integer32)

The priority configured for this category on the RDR destination server. The priority is determined by entPhysicalIndex and the category of the destination server.

Access : read-only

Valid Values : 1..100

cscRdrCategoryDestStatus (integer)

The status of this RDR destination for this category.

Only one RDR destination can be 'active' if the cscRdrFormatterForwardingMode is set to either 'redundancy' or 'simpleLoadBalancing'.

Multiple RDR destinations can be in 'active' state when cscRdrFormatterForwardingMode is set to 'multicast' .

Access : read-only

Valid Values :

other (1)

active (2): The reports are sent to this destination.

standby (3): This destination is a backup.

cscRdrNotifsConfig Group

OBJECTS

cscRdrReportsEnableNotifs (integer)

cscRdrReportsEnableNotifs (integer)

Controls whether the system produces the notifications defined in the MIB. A 'false' value prevents the notifications from being generated.

Access : read-write

Valid Values

true (1)

false (2)

cscRdrCounterDiscontinuityTime (TimeStamp)

The value of service up time on the most recent occasion when any of the RDR counters suffered a discontinuity. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.

Access : read-only

CISCO-SERVICE-CONTROL-RDR-MIB Notifications

The CISCO-SERVICE-CONTROL-RDR-MIB contains the following notifications:

cscRdrCategoryStoppedDiscardingReportsTrap

cscRdrCategoryDiscardingReportsTrap

cscRdrNoActiveConnectionTrap

cscRdrConnectionStatusDownTrap

cscRdrActiveConnectionTrap

cscRdrConnectionStatusUpTrap

cscRdrCategoryStoppedDiscardingReportsTrap

Indicates that the system has recovered from congestion or unavailibility of the RDR collector identified by the value of cscRdrCategoryID and has stopped discarding reports being sent to this RDR collector.

cscRdrCategoryDiscardingReportsTrap

Indicates that the system has either encountered congestion or unavailibility of the RDR collector with the category identified by the value of cscRdrCategoryID and has started discarding reports destined to this collector. The value of cscRdrCategoryNumReportsDiscarded indicates the number of discarded reports

cscRdrNoActiveConnectionTrap

Indicates that there is no active connection between the RDR formatter and any collector.

cscRdrConnectionStatusDownTrap

Indicates that a connection to destination has transitioned to the 'down' state.

cscRdrActiveConnectionTrap

Indicates that a connection to the destination address cscRdrDestInetAddress has become active on TCP port cscRdrDestPort .

cscRdrConnectionStatusUpTrap

Indicates that a connection to the destination address cscRdrDestInetAddress has become transitioned to 'up' state on TCP port cscRdrDestPort .