-- extracted from draft-steinberger-frmrelay-service-00.txt -- at Mon Nov 15 17:11:11 1999 FRSLD-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Counter32, Gauge32, Integer32, TimeTicks FROM SNMPv2-SMI transmission FROM RFC1213-MIB TEXTUAL-CONVENTION, RowStatus FROM SNMPv2-TC MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF ifIndex FROM IF-MIB; frsldMIB MODULE-IDENTITY LAST-UPDATED "9906230000Z" ORGANIZATION "IETF TBD Working Group" CONTACT-INFO "Robert Steinberger Postal: Paradyne Corporation Mailstop: LG-132 8545 126th Avenue North Largo, FL USA 33773 TEL: +1 813 530 2395 FAX +1 813 532 5244 E-mail: rsteinberger@paradyne.com Orly Nicklass, Ph.D Postal: RAD Data Commincations Ltd. 12 Hanechoshet Street Tel Aviv, Israel 69710 TEL: +972 3 6459588 FAX: +972 3 6472675 E-mail: orly@radmail.rad.co.il" DESCRIPTION "The MIB module to describe generic objects for Frame Relay Service Level Definitions." ::= { transmission xxx } FrsldLocation ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The location at which the calucations occur." SYNTAX INTEGER { source(1), -- Calculations occur at the -- source device. destination(2), -- Calculations occur at the -- destination device. intermediate(3), -- Calculations occur at some -- intermediate device such as -- a probe. distributed(4) -- Calculations are distributed -- between source and destination -- devices. } FrsldRP ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Reference points for calculation of service level defintions." SYNTAX INTEGER { srcRP(1), -- Source Reference Point ingRP(2), -- Ingress Reference Point tpRP(3), -- Traffic Policing Reference Point eqiRP(4), -- Egress Queue Input Reference Point eqoRP(5), -- Egress Queue Output Reference Point desRP(6), -- Destination Reference Point propRP(7) -- Proprietary Reference Point } frsldTables OBJECT IDENTIFIER ::= { frsldMIB 1 } frsldConformance OBJECT IDENTIFIER ::= { frsldMIB 2 } -- The Frame Relay Service Level Definitions PVC Control Table -- -- This table is used to define and display the parameters of -- service level definitions on individual PVCs. frsldPvcCtrlTable OBJECT-TYPE SYNTAX SEQUENCE OF FrsldPvcCtrlEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Frame Relay Service Level Definitions control table." ::= { frsldTables 1 } frsldPvcCtrlEntry OBJECT-TYPE SYNTAX FrsldPvcCtrlEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the Frame Relay Service Level Definitions control table." INDEX { ifIndex, frsldPvcCtrlDlci } ::= { frsldPvcCtrlTable 1 } FrsldPvcCtrlEntry ::= SEQUENCE { -- -- Index Control Variables -- frsldPvcCtrlDlci Integer32, frsldPvcCtrlStatus RowStatus, -- -- Service Level Definitions Setup Variables -- frsldPvcCtrlSrcRP FrsldRP, frsldPvcCtrlDstRP FrsldRP, frsldPvcCtrlPacketFreq Integer32, -- -- Delay Specific Setup Variables -- frsldPvcCtrlDelayLoc FrsldLocation, frsldPvcCtrlDelayFrSize Integer32, frsldPvcCtrlDelayType INTEGER, frsldPvcCtrlDelayTimeOut Integer32, -- -- Delivery Specific Setup Variables -- frsldPvcCtrlDeliveryLoc FrsldLocation, -- -- Sampling Control Variables: Delay and Delivery -- frsldPvcCtrlDataColPackets Integer32, frsldPvcCtrlDataBuckets Integer32, frsldPvcCtrlDataBucketsGranted Integer32, -- -- Sampling Control Variables: Availability -- frsldPvcCtrlAvailColPeriod Integer32, frsldPvcCtrlAvailBuckets Integer32, frsldPvcCtrlAvailBucketsGranted Integer32 } frsldPvcCtrlDlci OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "The value of this object is equal to the DLCI value for this PVC." ::= { frsldPvcCtrlEntry 1 } frsldPvcCtrlStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The status of the current row. This object is used to add, delete, and disable rows in this table. When the status changes to active, a row will also be added to the data table below. This row should not be removed until the status is changed to deleted." ::= { frsldPvcCtrlEntry 2 } frsldPvcCtrlSrcRP OBJECT-TYPE SYNTAX FrsldRP MAX-ACCESS read-create STATUS current DESCRIPTION "The reference point this PVC uses for calculation when it is acting as a source. This object together with frsldPvcCtrlDstRp define the measurement domain." ::= { frsldPvcCtrlEntry 3 } frsldPvcCtrlDstRP OBJECT-TYPE SYNTAX FrsldRP MAX-ACCESS read-create STATUS current DESCRIPTION "The reference point this PVC uses for calculation when it is acting as a destination. This object together with frsldPvcCtrlDstRP define the measurement domain." ::= { frsldPvcCtrlEntry 4 } frsldPvcCtrlPacketFreq OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "The frequency in seconds between initiation of specialized packets used to collect delay and / or delivery information as supported by the device." DEFVAL { 60 } ::= { frsldPvcCtrlEntry 5 } frsldPvcCtrlDelayLoc OBJECT-TYPE SYNTAX FrsldLocation MAX-ACCESS read-create STATUS current DESCRIPTION "The location at which the calculation of delay for this PVC occurs." ::= { frsldPvcCtrlEntry 6 } frsldPvcCtrlDelayFrSize OBJECT-TYPE SYNTAX Integer32 (1..8188) MAX-ACCESS read-create STATUS current DESCRIPTION "The size of the payload in the frame used for calculation of network delay." DEFVAL { 128 } ::= { frsldPvcCtrlEntry 7 } frsldPvcCtrlDelayType OBJECT-TYPE SYNTAX INTEGER { oneWay(1), roundTrip(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The type of delay measurement performed." ::= { frsldPvcCtrlEntry 8 } frsldPvcCtrlDelayTimeOut OBJECT-TYPE SYNTAX Integer32 (1..2147483647) MAX-ACCESS read-create STATUS current DESCRIPTION "A delay frame will count as a missed poll if it is not updated in the time specified by frsldPvcCtrlDelayTimeOut." DEFVAL { 60 } ::= { frsldPvcCtrlEntry 9 } frsldPvcCtrlDeliveryLoc OBJECT-TYPE SYNTAX FrsldLocation MAX-ACCESS read-create STATUS current DESCRIPTION "The location at which the collection of delivery parameters for this PVC occur." ::= { frsldPvcCtrlEntry 10 } frsldPvcCtrlDataColPackets OBJECT-TYPE SYNTAX Integer32 (1..2147483647) MAX-ACCESS read-create STATUS current DESCRIPTION "The number of specialized packets used to collect delay and / or delivery information that will be considered in a historical period. During each period a row is added to the data sample table." DEFVAL { 15 } ::= { frsldPvcCtrlEntry 11 } frsldPvcCtrlDataBuckets OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "The number of discrete buckets over which the delay and delivery data statistics are sampled. A value of zero indicates that no samples are desired for the delay and delivery statistics. When this object is created or modified, the device should attempt to set the frsldCtrlDataBuckets- Granted to a value as close as is possible depending upon the implementation and the available resources." DEFVAL { 60 } ::= { frsldPvcCtrlEntry 12 } frsldPvcCtrlDataBucketsGranted OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of discrete buckets granted. This object will return 0 until frsldPvcCtrlStatus is set to active(1). At that time the buckets will be allocated depending upon implementation and available resources." ::= { frsldPvcCtrlEntry 13 } frsldPvcCtrlAvailColPeriod OBJECT-TYPE SYNTAX Integer32 (1..2147483647) MAX-ACCESS read-create STATUS current DESCRIPTION "The amount of time in seconds that defines a period of collection of the availability statistics. At the end of each period, the availability statistics will be sampled and the change in their values will be added to a new row in the availability sample table." DEFVAL { 86400 } -- 24 hours ::= { frsldPvcCtrlEntry 14 } frsldPvcCtrlAvailBuckets OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "The number of discrete buckets over which the availability statistics are sampled. A value of zero indicates that no samples are desired for the availability statistics. When this object is created or modified, the device should attempt to set the frsldCtrlAvailBuckets- Granted to a value as close as is possible depending upon the implementation and the available resources." DEFVAL { 31 } -- One month ::= { frsldPvcCtrlEntry 15 } frsldPvcCtrlAvailBucketsGranted OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of discrete buckets granted. This object will return 0 until frsldPvcCtrlStatus is set to active(1). At that time the buckets will be allocated depending upon the implementation and available resources." ::= { frsldPvcCtrlEntry 16 } -- The Frame Relay Service Level Definitions PVC Data Table -- -- This table contains the accumulated values of -- the collected data. This table is the table that should -- be referenced by external polling mechanism should time -- based polling be desired. frsldPvcDataTable OBJECT-TYPE SYNTAX SEQUENCE OF FrsldPvcDataEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Frame Relay Service Level Definitions data table." ::= { frsldTables 2 } frsldPvcDataEntry OBJECT-TYPE SYNTAX FrsldPvcDataEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the Frame Relay Service Level Definitions data table." INDEX { ifIndex, frsldPvcCtrlDlci } ::= { frsldPvcDataTable 1 } FrsldPvcDataEntry ::= SEQUENCE { frsldPvcDataDelayMin Gauge32, frsldPvcDataDelayMax Gauge32, frsldPvcDataDelayAvg Gauge32, frsldPvcDataMissedPolls Counter32, frsldPvcDataFrDeliveredC Counter32, frsldPvcDataFrDeliveredE Counter32, frsldPvcDataFrOfferedC Counter32, frsldPvcDataFrOfferedE Counter32, frsldPvcDataDataDeliveredC Counter32, frsldPvcDataDataDeliveredE Counter32, frsldPvcDataDataOfferedC Counter32, frsldPvcDataDataOfferedE Counter32, frsldPvcDataUnavailableTime TimeTicks, frsldPvcDataUnavailables Counter32 } frsldPvcDataDelayMin OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The minimum delay measured in the period defined by frsldPvcCtrlDataColPackets. A value of zero means that no data is available." ::= { frsldPvcDataEntry 1 } frsldPvcDataDelayMax OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The largest delay measured in the period defined by frsldPvcCtrlDataColPackets. A value of zero means that no data is available." ::= { frsldPvcDataEntry 2 } frsldPvcDataDelayAvg OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The average delay measured in the period defined by frsldPvcCtrlColPackets. A value of zero means that no data is available." ::= { frsldPvcDataEntry 3 } frsldPvcDataMissedPolls OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of polls that have been missed." ::= { frsldPvcDataEntry 4 } frsldPvcDataFrDeliveredC OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of frames that were delivered within CIR. If the location of calculation is distributed(4), this value represents the number of committed frames the far end sent that reached this device." ::= { frsldPvcDataEntry 5 } frsldPvcDataFrDeliveredE OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of frames that were delivered in excess of the CIR. If the location of calculation is distributed(4), this value represents the number of excess frames the far end sent that reached this device." ::= { frsldPvcDataEntry 6 } frsldPvcDataFrOfferedC OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of frames that were offered with CIR. If the location of calculation is distributed(4), this value represents the number of committed frames the near end sent." ::= { frsldPvcDataEntry 7 } frsldPvcDataFrOfferedE OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of frames that were offered in excess of the CIR. If the location of calculation is distributed(4), this value represents the number of excess frames the near end sent." ::= { frsldPvcDataEntry 8 } frsldPvcDataDataDeliveredC OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of octets that were delivered within CIR. If the location of calculation is distributed(4), this value represents the number of committed octets the far end sent that reached this device." ::= { frsldPvcDataEntry 9 } frsldPvcDataDataDeliveredE OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of octets that were delivered in excess of the CIR. If the location of calculation is distributed(4), this value represents the number of excess octets the far end sent that reached this device." ::= { frsldPvcDataEntry 10 } frsldPvcDataDataOfferedC OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of octets that were offered with CIR. If the location of calculation is distributed(4), this value represents the number of committed octets the near end sent." ::= { frsldPvcDataEntry 11 } frsldPvcDataDataOfferedE OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of octets that were offered in excess of the CIR. If the location of calculation is distributed(4), this value represents the number of excess octets the near end sent." ::= { frsldPvcDataEntry 12 } frsldPvcDataUnavailableTime OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of time this PVC was declared unavailable for any reason." ::= { frsldPvcDataEntry 13 } frsldPvcDataUnavailables OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times this PVC was declared unavailable for any reason." ::= { frsldPvcDataEntry 14 } -- The Frame Relay Service Level Definitions PVC -- Data Sample Table -- -- This table contains the sampled delay and delivery -- information. frsldPvcDataSampleTable OBJECT-TYPE SYNTAX SEQUENCE OF FrsldPvcDataSampleEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Frame Relay Service Level Definitions data sample table." ::= { frsldTables 3 } frsldPvcDataSampleEntry OBJECT-TYPE SYNTAX FrsldPvcDataSampleEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the Frame Relay Service Level Definitions data sample table." INDEX { ifIndex, frsldPvcCtrlDlci, frsldPvcDataSmplIdx } ::= { frsldPvcDataSampleTable 1 } FrsldPvcDataSampleEntry ::= SEQUENCE { frsldPvcDataSmplIdx Integer32, frsldPvcDataDelaySmplMin Gauge32, frsldPvcDataDelaySmplMax Gauge32, frsldPvcDataDelaySmplAvg Gauge32, frsldPvcDataSmplMissedPolls Gauge32, frsldPvcDataSmplFrDeliveredC Gauge32, frsldPvcDataSmplFrDeliveredE Gauge32, frsldPvcDataSmplFrOfferedC Gauge32, frsldPvcDataSmplFrOfferedE Gauge32, frsldPvcDataSmplDataDeliveredC Gauge32, frsldPvcDataSmplDataDeliveredE Gauge32, frsldPvcDataSmplDataOfferedC Gauge32, frsldPvcDataSmplDataOfferedE Gauge32, frsldPvcDataSmplStartTime TimeTicks, frsldPvcDataSmplEndTime TimeTicks } frsldPvcDataSmplIdx OBJECT-TYPE SYNTAX Integer32 (1..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The bucket index of the current sample. This increment once for each new bucket in the table." ::= { frsldPvcDataSampleEntry 1 } frsldPvcDataDelaySmplMin OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The minimum delay measured for any information packet that arrived in this interval. A value of zero means that no data is available." ::= { frsldPvcDataSampleEntry 2 } frsldPvcDataDelaySmplMax OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The largest delay measured for any inforamtion packet that arrived in this interval. A value of zero means that no data is available." ::= { frsldPvcDataSampleEntry 3 } frsldPvcDataDelaySmplAvg OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The average delay measured for all delay packets that arrived in this interval. A value of zero means that no data is available." ::= { frsldPvcDataSampleEntry 4 } frsldPvcDataSmplMissedPolls OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of polls that were missed during this polling period." ::= { frsldPvcDataSampleEntry 5 } frsldPvcDataSmplFrDeliveredC OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The change in the value of frsldPvcDataFr- DeliveredC during this sample interval." ::= { frsldPvcDataSampleEntry 6 } frsldPvcDataSmplFrDeliveredE OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The change in the value of frsldPvcDataFr- DeliveredE during this sample interval." ::= { frsldPvcDataSampleEntry 7 } frsldPvcDataSmplFrOfferedC OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The change in the value of frsldPvcDataFrOfferedC during this sample interval." ::= { frsldPvcDataSampleEntry 8 } frsldPvcDataSmplFrOfferedE OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The change in the value of frsldPvcDataFrOfferedE during this sample interval." ::= { frsldPvcDataSampleEntry 9 } frsldPvcDataSmplDataDeliveredC OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The change in the value of frsldPvcDataData- DeliveredC during this sample interval." ::= { frsldPvcDataSampleEntry 10 } frsldPvcDataSmplDataDeliveredE OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The change in the value of frsldPvcDataData- DeliveredE during this sample interval." ::= { frsldPvcDataSampleEntry 11 } frsldPvcDataSmplDataOfferedC OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The change in the value of frsldPvcDataDataOfferedC during this sample interval." ::= { frsldPvcDataSampleEntry 12 } frsldPvcDataSmplDataOfferedE OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The change in the value of frsldPvcDataData- OfferedE during this sample interval." ::= { frsldPvcDataSampleEntry 13 } frsldPvcDataSmplStartTime OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-only STATUS current DESCRIPTION "The value of sysUpTime when this sample period started." ::= { frsldPvcDataSampleEntry 14 } frsldPvcDataSmplEndTime OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-only STATUS current DESCRIPTION "The value of sysUpTime when this sample period end. No data will be reported and the row will not appear in the table until the sample has been collected." ::= { frsldPvcDataSampleEntry 15 } -- The Frame Relay Service Level Definitions PVC -- Availability Sample Table -- -- This table contains the sampled availability information. frsldPvcAvailSampleTable OBJECT-TYPE SYNTAX SEQUENCE OF FrsldPvcAvailSampleEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Frame Relay Service Level Definitions availability sample table." ::= { frsldTables 4 } frsldPvcAvailSampleEntry OBJECT-TYPE SYNTAX FrsldPvcAvailSampleEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the Frame Relay Service Level Definitions availibility sample table." INDEX { ifIndex, frsldPvcCtrlDlci, frsldPvcAvailSmplIdx } ::= { frsldPvcAvailSampleTable 1 } FrsldPvcAvailSampleEntry ::= SEQUENCE { frsldPvcAvailSmplIdx Integer32, frsldPvcAvailSmplUnavailableTime TimeTicks, frsldPvcAvailSmplUnavailables Gauge32, frsldPvcAvailSmplStartTime TimeTicks, frsldPvcAvailSmplEndTime TimeTicks } frsldPvcAvailSmplIdx OBJECT-TYPE SYNTAX Integer32 (1..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The bucket index of the current sample. This increment once for each new bucket in the table." ::= { frsldPvcAvailSampleEntry 1 } frsldPvcAvailSmplUnavailableTime OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-only STATUS current DESCRIPTION "The change in the value of frsldPvcData- UnavailableTime during this sample interval." ::= { frsldPvcAvailSampleEntry 2 } frsldPvcAvailSmplUnavailables OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The change in the value of frsldPvcData- Unavailables during this sample interval." ::= { frsldPvcAvailSampleEntry 3 } frsldPvcAvailSmplStartTime OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-only STATUS current DESCRIPTION "The value of sysUpTime when this sample period started." ::= { frsldPvcAvailSampleEntry 4 } frsldPvcAvailSmplEndTime OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-only STATUS current DESCRIPTION "The value of sysUpTime when this sample period end. No data will be reported and the row will not appear in the table until the sample has been collected." ::= { frsldPvcAvailSampleEntry 5 } -- Conformance Information frsldMIBGroups OBJECT IDENTIFIER ::= { frsldConformance 1 } frsldMIBCompliances OBJECT IDENTIFIER ::= { frsldConformance 2 } -- -- Compliance Statements -- frsldCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for SNMPv2 entities which support Frame Relay Service Level Definitions." MODULE -- this module MANDATORY-GROUPS { frsldPvcReqCtrlGroup, frsldPvcReqDataGroup} OBJECT frsldPvcCtrlSrcRP MIN-ACCESS read-only DESCRIPTION "Write access is not required." OBJECT frsldPvcCtrlDstRP MIN-ACCESS read-only DESCRIPTION "Write access is not required." OBJECT frsldPvcCtrlDelayFrSize MIN-ACCESS read-only DESCRIPTION "Write access is not required." OBJECT frsldPvcCtrlDelayLoc MIN-ACCESS read-only DESCRIPTION "Write access is not required." OBJECT frsldPvcCtrlDeliveryLoc MIN-ACCESS read-only DESCRIPTION "Write access is not required." ::= { frsldMIBCompliances 1 } -- -- Units of Conformance -- frsldPvcReqCtrlGroup OBJECT-GROUP OBJECTS { frsldPvcCtrlSrcRP, frsldPvcCtrlDstRP, frsldPvcCtrlDelayLoc, frsldPvcCtrlDelayFrSize, frsldPvcCtrlDelayType, frsldPvcCtrlDeliveryLoc } STATUS current DESCRIPTION "A collection of required objects providing control information applicable to a PVC which implements Service Level Definitions." ::= { frsldMIBGroups 1 } frsldPvcOptCtrlGroup OBJECT-GROUP OBJECTS { frsldPvcCtrlStatus, frsldPvcCtrlPacketFreq, frsldPvcCtrlDelayTimeOut, frsldPvcCtrlDataColPackets, frsldPvcCtrlAvailColPeriod, frsldPvcCtrlDataBuckets, frsldPvcCtrlDataBucketsGranted, frsldPvcCtrlAvailBuckets, frsldPvcCtrlAvailBucketsGranted } STATUS current DESCRIPTION "A collection of optional objects providing control information applicable to a PVC which implements Service Level Definitions." ::= { frsldMIBGroups 2 } frsldPvcReqDataGroup OBJECT-GROUP OBJECTS { frsldPvcDataDelayAvg, frsldPvcDataFrDeliveredC, frsldPvcDataFrDeliveredE, frsldPvcDataFrOfferedC, frsldPvcDataFrOfferedE, frsldPvcDataDataDeliveredC, frsldPvcDataDataDeliveredE, frsldPvcDataDataOfferedC, frsldPvcDataDataOfferedE, frsldPvcDataUnavailableTime, frsldPvcDataUnavailables } STATUS current DESCRIPTION "A collection of required objects providing data collected on a a PVC which implements Service Level Definitions." ::= { frsldMIBGroups 3 } frsldPvcDataOptGroup OBJECT-GROUP OBJECTS { frsldPvcDataDelayMin, frsldPvcDataDelayMax, frsldPvcDataMissedPolls } STATUS current DESCRIPTION "A collection of optional objects providing data collected on a a PVC which implements Service Level Definitions." ::= { frsldMIBGroups 4 } frsldPvcSampleOptGroup OBJECT-GROUP OBJECTS { frsldPvcDataDelaySmplMin, frsldPvcDataDelaySmplMax, frsldPvcDataDelaySmplAvg, frsldPvcDataSmplMissedPolls, frsldPvcDataSmplFrDeliveredC, frsldPvcDataSmplFrDeliveredE, frsldPvcDataSmplFrOfferedC, frsldPvcDataSmplFrOfferedE, frsldPvcDataSmplDataDeliveredC, frsldPvcDataSmplDataDeliveredE, frsldPvcDataSmplDataOfferedC, frsldPvcDataSmplDataOfferedE, frsldPvcDataSmplStartTime, frsldPvcDataSmplEndTime, frsldPvcAvailSmplUnavailableTime, frsldPvcAvailSmplUnavailables, frsldPvcAvailSmplStartTime, frsldPvcAvailSmplEndTime } STATUS current DESCRIPTION "A collection of optional objects providing the ability to sample the data collected on a PVC which implements Service Level Definitions." ::= { frsldMIBGroups 5 } END