-- extracted from draft-ietf-rmonmib-raqmon-pdu-02.txt -- at Wed Jun 11 06:13:22 2003 RAQMON-RDS-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises, Unsigned32, MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE FROM SNMPv2-SMI DateAndTime FROM SNMPv2-TC SnmpAdminString FROM SNMP-FRAMEWORK-MIB raqmon, RaqmonDateAndTime FROM RAQMON-MIB Utf8String FROM SYSAPPL-MIB Dscp FROM DIFFSERV-DSCP-TC MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF; raqmonDs MODULE-IDENTITY LAST-UPDATED "200304021150Z" -- April 2, 2003 ORGANIZATION "RMON Working Group" CONTACT-INFO " WG EMail: rmonmib@ietf.org Subscribe: rmonmib-request@ietf.org MIB Editor: Eugene Golovinsky Postal: BMC Software, Inc. 2101 CityWest Blvd, Houston, TX, 77094 USA Tel: +713-918-1816 Email: egolovin@bmc.com " DESCRIPTION "This is RAQMON Data Source notification Module. It provides mapping of RAQMON PDU to SNMP Notification. Ds is for data source. Note that all of the object types defined in this module are accessible-for-notify, and would consequently not be available to a browser using simple Get, GetNext, or GetBulk requests. This is a branch of the RAQMON module. " REVISION "200304021150Z" -- April 2, 2003 ::= { raqmon 3 } raqmonDsEvents OBJECT IDENTIFIER ::= { raqmonDs 0 } raqmonDsMIBObjects OBJECT IDENTIFIER ::= { raqmonDs 1 } raqmonDsConformance OBJECT IDENTIFIER ::= { raqmonDs 2 } raqmonDsNotificationTable OBJECT-TYPE SYNTAX SEQUENCE OF RaqmonRdsNotificationEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This conceptual table provides the SNMP mapping of the RAQMON Basic PDU. Indexed by RAQMON session " ::= { raqmonDsMIBObjects 1 } raqmonDsNotificationEntry OBJECT-TYPE SYNTAX RaqmonRdsNotificationEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The entry (row) is not retrievable and is not kept by RDSs. It serves data organization purpose only. " INDEX { raqmonDSRC } ::= { raqmonDsNotificationTable 1 } RaqmonDsNotificationEntry ::= SEQUENCE { raqmonDSRC Unsigned32 raqmonAppName Utf8String raqmonDataSourceDevicePort Unsigned32 raqmonReceiverDevicePort Unsigned32 raqmonSessionSetupDateTime RaqmonDateAndTime raqmonSessionSetupDelay Unsigned32 raqmonSessionDuration Unsigned32 raqmonSessionSetupStatus Utf8String raqmonRoundTripEndtoEndDelay Unsigned32 raqmonOneWayEndtoEndDelay Unsigned32 raqmonInterArrivalJitter Unsigned32 raqmonTotalPacketsReceived Counter32 raqmonTotalPacketsSent Counter32 raqmonTotalOctetsReceived Counter32 raqmonTotalOctetsSent Counter32 raqmonCumulativePacketLoss Counter32 raqmonPacketLossFraction Unsigned32 raqmonSourcePayloadType Unsigned32 raqmonReceiverPayloadType Unsigned32 raqmonSourceLayer2Priority Unsigned32 raqmonDestinationLayer2Priority Unsigned32 raqmonSourceDscp Dscp raqmonDestinationDscp Dscp raqmonCpuUtilization Unsigned32 raqmonMemoryUtilization Unsigned32 } raqmonDSRC OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Data Source identifier represents a unique session descriptor that points to a specific communication session between communicating entities." ::= { raqmonDsNotificationEntry 1 } raqmonAppName OBJECT-TYPE SYNTAX Utf8String MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This is a text string giving the name and possibly version of the application associated to that session, e.g., --XYZ VoIP Agent 1.2." ::= { raqmonDsNotificationEntry 2 } raqmonDataSourceDevicePort OBJECT-TYPE SYNTAX Unsigned32 (0..65535) MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "The port number from which data for this session was sent." ::= { raqmonDsNotificationEntry 3 } raqmonReceiverDevicePort OBJECT-TYPE SYNTAX Unsigned32 (0..65535) MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "The port number where the data for this session was received." ::= { raqmonDsNotificationEntry 4 } raqmonSessionSetupDateTime OBJECT-TYPE SYNTAX RaqmonDateAndTime MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "The time when session was initiated." ::= { raqmonDsNotificationEntry 5 } raqmonSessionSetupDelay OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Session setup time in milliseconds." ::= { raqmonDsNotificationEntry 6 } raqmonSessionDuration OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Session duration in seconds." ::= { raqmonDsNotificationEntry 7 } raqmonSessionSetupStatus OBJECT-TYPE SYNTAX Utf8String MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Describes appropriate communication session states e.g. Call Established successfully, RSVP reservation failed etc." ::= { raqmonDsNotificationEntry 8 } raqmonRoundTripEndtoEndDelay OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Round trip end to end delay in milliseconds." ::= { raqmonDsNotificationEntry 9} raqmonOneWayEndtoEndDelay OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "One way end to end delay in milliseconds." ::= { raqmonDsNotificationEntry 10} raqmonInterArrivalJitter OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "An estimate of the statistical variance of packets inter-arrival time expressed in milliseconds." ::= { raqmonDsNotificationEntry 11} raqmonTotalPacketsReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "The total number of packets transmitted within a communication session by the receiver since starting transmission up until the time this RAQMON packet was generated." ::= { raqmonDsNotificationEntry 12 } raqmonTotalPacketsSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "The total number of packets transmitted within a communication session by the sender since starting transmission up until the time this RAQMON packet was generated." ::= { raqmonDsNotificationEntry 13 } raqmonTotalOctetsReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "The total number of payload octets (i.e., not including header or padding) transmitted in packets by the receiver within a communication session since starting transmission up until the time this RAQMON packet was generated." ::= { raqmonDsNotificationEntry 14 } raqmonTotalOctetsSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "The total number of payload octets i.e., not including header or padding) transmitted in packets by the sender within a communication session since starting transmission up until the time this RAQMON packet was generated." ::= { raqmonDsNotificationEntry 15 } raqmonCumulativePacketLoss OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "The total number of packets from session that have been lost while this notification was generated. This number is expected to be less the number of packets actually received." ::= { raqmonDsNotificationEntry 16 } raqmonPacketLossFraction OBJECT-TYPE SYNTAX Unsigned32 (0..100) MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "The percentage of lost packets with respect to the overall packets sent. This fraction is defined to be the number of packets lost divided by the number of packets expected." ::= { raqmonDsNotificationEntry 17 } raqmonSourcePayloadType OBJECT-TYPE SYNTAX Unsigned32 (0..127) MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "The payload type of the packet sent by this RD." REFERENCE "RFC 1890" ::= { raqmonDsNotificationEntry 18 } raqmonReceiverPayloadType OBJECT-TYPE SYNTAX Unsigned32 (0..127) MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "The payload type of the packet received by this RD." REFERENCE "RFC 1890" ::= { raqmonDsNotificationEntry 19 } raqmonSourceLayer2Priority OBJECT-TYPE SYNTAX Unsigned32 (0..7) MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Source Layer 2 priorities used to send packets to the receiver by this data source during this communication session." ::= { raqmonDsNotificationEntry 20 } raqmonDestinationLayer2Priority OBJECT-TYPE SYNTAX Unsigned32 (0..7) MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Destination Layer 2 priority." ::= { raqmonDsNotificationEntry 21 } raqmonSourceDscp OBJECT-TYPE SYNTAX Dscp MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Source DSCP value." ::= { raqmonDsNotificationEntry 22 } raqmonDestinationDscp OBJECT-TYPE SYNTAX Dscp MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Destination DSCP value." ::= { raqmonDsNotificationEntry 23 } raqmonCpuUtilization OBJECT-TYPE SYNTAX Unsigned32 (0..100) MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Percentage of total CPU utilization over a time duration." ::= { raqmonDsNotificationEntry 24 } raqmonMemoryUtilization OBJECT-TYPE SYNTAX Unsigned32 (0..100) MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Percentage of total memory utilization over a time duration." ::= { raqmonDsNotificationEntry 25 } -- -- definitions of the notifications -- The object list includes only the OBJECTS that will be send by a -- RD in any notification. -- Other objects from the raqmonDsNotificationTable may be included -- in the varbind. raqmonDsNotification NOTIFICATION-TYPE OBJECTS { raqmonDSRC, raqmonOneWayEndtoEndDelay, raqmonInterArrivalJitter, raqmonPacketLossFraction } STATUS current DESCRIPTION "This notification maps basic RAQMON PDU into SNMP transport." ::= { raqmonDsEvents 1 } -- -- conformance information -- These don't show up on the wire, so they only need to be unique. -- raqmonDsCompliances OBJECT IDENTIFIER ::= { raqmonDsConformance 1 } raqmonDsGroups OBJECT IDENTIFIER ::= { raqmonDsConformance 2 } raqmonDsBasicCompliances MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for SNMP entities which implement this MIB module." MODULE -- this module MANDATORY-GROUPS { raqmonDsNotificationGroup, raqmonDsPayloadGroup } ::= { raqmonDsCompliances 1 } raqmonDsNotificationGroup NOTIFICATION-GROUP NOTIFICATIONS { raqmonDsNotification } STATUS current DESCRIPTION "The notifications implemented by an SNMP entity claiming conformance to this MIB. " ::= { raqmonDsGroups 1 } raqmonDsPayloadGroup OBJECT-GROUP OBJECTS { raqmonDSRC, raqmonAppName, raqmonDataSourceDevicePort, raqmonReceiverDevicePort, raqmonSessionSetupDateTime, raqmonSessionSetupDelay, raqmonSessionDuration, raqmonSessionSetupStatus, raqmonRoundTripEndtoEndDelay, raqmonOneWayEndtoEndDelay, raqmonInterArrivalJitter, raqmonTotalPacketsReceived, raqmonTotalPacketsSent, raqmonTotalOctetsReceived, raqmonTotalOctetsSent, raqmonCumulativePacketLoss, raqmonPacketLossFraction, raqmonSourcePayloadType, raqmonReceiverPayloadType, raqmonSourceLayer2Priority, raqmonDestinationLayer2Priority, raqmonSourceDscp, raqmonDestinationDscp, raqmonCpuUtilization, raqmonMemoryUtilization } STATUS current DESCRIPTION "These objects are required for entities claiming conformance to this MIB. " ::= { raqmonDsGroups 2 } END -- -- This document and translations of it may be copied and furnished to -- others, and derivative works that comment on or otherwise explain it -- or assist in its implementation may be prepared, copied, published -- and distributed, in whole or in part, without restriction of any -- kind, provided that the above copyright notice and this paragraph are -- included on all such copies and derivative works. However, this -- document itself may not be modified in any way, such as by removing -- the copyright notice or references to the Internet Society or other -- Internet organizations, except as needed for the purpose of -- developing Internet standards in which case the procedures for -- copyrights defined in the Internet Standards process must be -- followed, or as required to translate it into languages other than -- English. -- -- The limited permissions granted above are perpetual and will not be -- revoked by the Internet Society or its successors or assigns. -- This document and the information contained herein is provided on an -- "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING -- TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING -- BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION -- HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF -- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.