# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python FRSLD-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/FRSLD-MIB" MIB = { "moduleName" : "FRSLD-MIB", "FRSLD-MIB" : { "nodetype" : "module", "language" : "SMIv2", "organization" : """IETF Frame Relay Service MIB Working Group""", "contact" : """IETF Frame Relay Service MIB (frnetmib) Working Group WG Charter: http://www.ietf.org/html.charters/ frnetmib-charter.html WG-email: frnetmib@sunroof.eng.sun.com Subscribe: frnetmib-request@sunroof.eng.sun.com Email Archive: ftp://ftp.ietf.org/ietf-mail-archive/frnetmib Chair: Andy Malis Vivace Networks Email: Andy.Malis@vivacenetworks.com WG editor: Robert Steinberger Paradyne Networks and Fujitsu Network Communications Email: robert.steinberger@fnc.fujitsu.com Co-author: Orly Nicklass RAD Data Communications Ltd. EMail: Orly_n@rad.co.il""", "description" : """The MIB module to describe generic objects for FRF.13 Frame Relay Service Level Definitions.""", "revisions" : ( { "date" : "2002-01-03 00:00", "description" : """Initial version, published as RFC 3202""", }, ), "identity node" : "frsldMIB", }, "imports" : ( {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "Counter32"}, {"module" : "SNMPv2-SMI", "name" : "Gauge32"}, {"module" : "SNMPv2-SMI", "name" : "Integer32"}, {"module" : "SNMPv2-SMI", "name" : "Counter64"}, {"module" : "SNMPv2-SMI", "name" : "TimeTicks"}, {"module" : "SNMPv2-SMI", "name" : "mib-2"}, {"module" : "HCNUM-TC", "name" : "CounterBasedGauge64"}, {"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"}, {"module" : "SNMPv2-TC", "name" : "RowStatus"}, {"module" : "SNMPv2-TC", "name" : "TimeStamp"}, {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"}, {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"}, {"module" : "IF-MIB", "name" : "ifIndex"}, {"module" : "FRAME-RELAY-DTE-MIB", "name" : "DLCI"}, ), "typedefs" : { "FrsldTxRP" : { "basetype" : "Enumeration", "status" : "current", "srcLocalRP" : { "nodetype" : "namednumber", "number" : "1" }, "ingTxLocalRP" : { "nodetype" : "namednumber", "number" : "2" }, "tpTxLocalRP" : { "nodetype" : "namednumber", "number" : "3" }, "eqiTxLocalRP" : { "nodetype" : "namednumber", "number" : "4" }, "eqoTxLocalRP" : { "nodetype" : "namednumber", "number" : "5" }, "otherTxLocalRP" : { "nodetype" : "namednumber", "number" : "6" }, "srcRemoteRP" : { "nodetype" : "namednumber", "number" : "7" }, "ingTxRemoteRP" : { "nodetype" : "namednumber", "number" : "8" }, "tpTxRemoteRP" : { "nodetype" : "namednumber", "number" : "9" }, "eqiTxRemoteRP" : { "nodetype" : "namednumber", "number" : "10" }, "eqoTxRemoteRP" : { "nodetype" : "namednumber", "number" : "11" }, "otherTxRemoteRP" : { "nodetype" : "namednumber", "number" : "12" }, "description" : """The reference point a PVC uses for calculation of transmitter related statistics. The valid values for this type of object are as follows: - srcLocalRP(1) for the local source - ingTxLocalRP(2) for the local ingress queue input - tpTxLocalRP(3) for the local traffic policing - eqiTxLocalRP(4) for the local egress queue input - eqoTxLocalRP(5) for the local egress queue output - otherTxLocalRP(6) for any other local transmit point - srcRemoteRP(7) for the remote source - ingTxLocalRP(8) for the remote ingress queue input - tpTxLocalRP(9) for the remote traffic policing - eqiTxRemoteRP(10) for the remote egress queue input - eqoTxRemoteRP(11) for the remote egress queue output - otherTxRemoteRP(12) for any other remote xmit point""", "reference" : """FRF.13: Section 2.3""", }, "FrsldRxRP" : { "basetype" : "Enumeration", "status" : "current", "desLocalRP" : { "nodetype" : "namednumber", "number" : "1" }, "ingRxLocalRP" : { "nodetype" : "namednumber", "number" : "2" }, "tpRxLocalRP" : { "nodetype" : "namednumber", "number" : "3" }, "eqiRxLocalRP" : { "nodetype" : "namednumber", "number" : "4" }, "eqoRxLocalRP" : { "nodetype" : "namednumber", "number" : "5" }, "otherRxLocalRP" : { "nodetype" : "namednumber", "number" : "6" }, "desRemoteRP" : { "nodetype" : "namednumber", "number" : "7" }, "ingRxRemoteRP" : { "nodetype" : "namednumber", "number" : "8" }, "tpRxRemoteRP" : { "nodetype" : "namednumber", "number" : "9" }, "eqiRxRemoteRP" : { "nodetype" : "namednumber", "number" : "10" }, "eqoRxRemoteRP" : { "nodetype" : "namednumber", "number" : "11" }, "otherRxRemoteRP" : { "nodetype" : "namednumber", "number" : "12" }, "description" : """The reference point a PVC uses for calculation of receiver related statistics. The valid values for this object are as follows: - desLocalRP(1) for the local destination - ingRxLocalRP(2) for the local ingress queue input - tpRxLocalRP(3) for the local traffic policing - eqiRxLocalRP(4) for the local egress queue input - eqoRxLocalRP(5) for the local egress queue output - otherRxLocalRP(6) for any other local receive point - desRemoteRP(7) for the remote destination - ingRxRemoteRP(8) for the remote ingress input - tpRxRemoteRP(9) for the remote traffic policing - eqiRxRemoteRP(10) for the remote egress queue input - eqoRxRemoteRP(11) for the remote egress queue output - otherRxRemoteRP(12) for any other remote receive point""", "reference" : """FRF.13: Section 2.3""", }, }, # typedefs "nodes" : { "frsldMIB" : { "nodetype" : "node", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95", "status" : "current", }, # node "frsldObjects" : { "nodetype" : "node", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1", }, # node "frsldPvcCtrlTable" : { "nodetype" : "table", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.1", "status" : "current", "description" : """The Frame Relay Service Level Definitions PVC control table.""", }, # table "frsldPvcCtrlEntry" : { "nodetype" : "row", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.1.1", "create" : "true", "status" : "current", "linkage" : [ "ifIndex", "frsldPvcCtrlDlci", "frsldPvcCtrlTransmitRP", "frsldPvcCtrlReceiveRP", ], "description" : """An entry in the Frame Relay Service Level Definitions PVC control table.""", }, # row "frsldPvcCtrlDlci" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.1.1.1", "status" : "current", "syntax" : { "type" : { "module" :"FRAME-RELAY-DTE-MIB", "name" : "DLCI"}, }, "access" : "noaccess", "description" : """The value of this object is equal to the DLCI value for this PVC.""", }, # column "frsldPvcCtrlTransmitRP" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.1.1.2", "status" : "current", "syntax" : { "type" : { "module" :"FRSLD-MIB", "name" : "FrsldTxRP"}, }, "access" : "noaccess", "description" : """The reference point this PVC uses for calculation of transmitter related statistics. This object together with frsldPvcCtrlReceiveRP define the measurement domain.""", "reference" : """FRF.13: Section 2.3""", }, # column "frsldPvcCtrlReceiveRP" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.1.1.3", "status" : "current", "syntax" : { "type" : { "module" :"FRSLD-MIB", "name" : "FrsldRxRP"}, }, "access" : "noaccess", "description" : """The reference point this PVC uses for calculation of receiver related statistics. This object together with frsldPvcCtrlTransmitRP define the measurement domain.""", }, # column "frsldPvcCtrlStatus" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.1.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"}, }, "access" : "readwrite", "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(1) for the first time, a row will also be added to the data table below. This row SHOULD not be removed until the status is changed to deleted. When this object is set to destroy(6), all associated sample and data table rows will also be deleted. When this object is changed from active(1) to any other valid value, the defined purge behavior will affect the data and sample tables. The rows added to this table MUST have a valid ifIndex and an ifType related to frame relay. Further, the reference points referred to by frsldPvcCtrlTransmitRP and frsldPvcCtrlReceiveRP MUST be supported (see the frsldRPCaps object). If at any point the row is not in the active(1) state and the DLCI no longer exists, the state SHOULD report notReady(3). The data in this table SHOULD persist through power cycles. The symantics of readiness for the rows still applies. This means that it is possible for a row to be reprovisioned as notReady(3) if the underlying DLCI does not persist.""", }, # column "frsldPvcCtrlPacketFreq" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.1.1.5", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "3600" }, ], "range" : { "min" : "0", "max" : "3600" }, }, }, "access" : "readwrite", "default" : "60", "units" : "seconds", "description" : """The frequency in seconds between initiation of specialized packets used to collect delay and / or delivery information as supported by the device. A value of zero indicates that no packets will be sent.""", }, # column "frsldPvcCtrlDelayFrSize" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.1.1.6", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "8188" }, ], "range" : { "min" : "1", "max" : "8188" }, }, }, "access" : "readwrite", "default" : "128", "units" : "octets", "description" : """The size of the payload in the frame used for calculation of network delay.""", }, # column "frsldPvcCtrlDelayType" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.1.1.7", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "oneWay" : { "nodetype" : "namednumber", "number" : "1" }, "roundTrip" : { "nodetype" : "namednumber", "number" : "2" }, }, }, "access" : "readwrite", "description" : """The type of delay measurement performed.""", "reference" : """FRF.13: Section 3""", }, # column "frsldPvcCtrlDelayTimeOut" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.1.1.8", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "3600" }, ], "range" : { "min" : "1", "max" : "3600" }, }, }, "access" : "readwrite", "default" : "60", "units" : "seconds", "description" : """A delay frame will count as a missed poll if it is not updated in the time specified by frsldPvcCtrlDelayTimeOut.""", }, # column "frsldPvcCtrlPurge" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.1.1.9", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "172800" }, ], "range" : { "min" : "0", "max" : "172800" }, }, }, "access" : "readwrite", "default" : "0", "units" : "seconds", "description" : """This object defines the amount of time the device will wait, after discovering that a DLCI does not exist, the DLCI was deleted or the value of frsldPvcCtrlStatus changes from active(1) to either notInService(2) or notReady(3), prior to automatically purging the history in the sample tables and resetting the data in the data tables to all zeroes. If frsldPvcCtrlStatus is manually set to destroy(6), this object does not apply.""", }, # column "frsldPvcCtrlDeleteOnPurge" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.1.1.10", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "none" : { "nodetype" : "namednumber", "number" : "1" }, "sampleContols" : { "nodetype" : "namednumber", "number" : "2" }, "all" : { "nodetype" : "namednumber", "number" : "3" }, }, }, "access" : "readwrite", "default" : "all", "description" : """This object defines whether rows will automatically be deleted from the tables when the information is purged. - A value of none(1) indicates that no rows will deleted. The last known values will be preserved. - A value of sampleControls(2) indicates that all associated sample control rows will be deleted. - A value of all(3) indicates that all associated rows SHOULD be deleted.""", }, # column "frsldPvcCtrlLastPurgeTime" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.1.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"}, }, "access" : "readonly", "description" : """This object returns the value of sysUpTime at the time the information was last purged. This value SHOULD be set to the sysUpTime upon setting frsldPvcCtrlStatus to active(1) for the first time. Each time a discontinuity in the counters occurs, this value MUST be set to the sysUpTime. If frsldPvcCtrlStatus has never been active(1), this object SHOULD return 0. This object SHOULD be used as the discontinuity timer for the counters in frsldPvcDataTable.""", }, # column "frsldSmplCtrlTable" : { "nodetype" : "table", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.2", "status" : "current", "description" : """The Frame Relay Service Level Definitions sampling control table.""", }, # table "frsldSmplCtrlEntry" : { "nodetype" : "row", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.2.1", "create" : "true", "status" : "current", "linkage" : [ "ifIndex", "frsldPvcCtrlDlci", "frsldPvcCtrlTransmitRP", "frsldPvcCtrlReceiveRP", "frsldSmplCtrlIdx", ], "description" : """An entry in the Frame Relay Service Level Definitions sample control table.""", }, # row "frsldSmplCtrlIdx" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.2.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "256" }, ], "range" : { "min" : "1", "max" : "256" }, }, }, "access" : "noaccess", "description" : """The unique index for this row in the sample control table.""", }, # column "frsldSmplCtrlStatus" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.2.1.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"}, }, "access" : "readwrite", "description" : """The status of the current row. This object is used to add, delete, and disable rows in this table. This row SHOULD NOT be removed until the status is changed to destroy(6). When the status changes to active(1), the collection in the sample tables below will be activated. The rows added to this table MUST have a valid ifIndex, an ifType related to frame relay, frsldPvcCtrlDlci MUST exist for the specified ifIndex and frsldPvcCtrlStatus MUST have a value of active(1). The value of frsldPvcCtrlStatus MUST be active(1) to transition this object to active(1). If the value of frsldPvcCtrlStatus becomes anything other than active(1) when the state of this object is not active(1), this object SHOULD be set to notReady(3). The data in this table SHOULD persist through power cycles. The symantics of readiness for the rows still applies. This means that it is possible for a row to be reprovisioned as notReady(3) if the underlying DLCI does not persist.""", }, # column "frsldSmplCtrlColPeriod" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.2.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "2147483647" }, ], "range" : { "min" : "1", "max" : "2147483647" }, }, }, "access" : "readwrite", "units" : "seconds", "description" : """The amount of time in seconds that defines a period of collection for the statistics. At the end of each period, the statistics will be sampled and a row is added to the sample table.""", }, # column "frsldSmplCtrlBuckets" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.2.1.4", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "65535" }, ], "range" : { "min" : "1", "max" : "65535" }, }, }, "access" : "readwrite", "default" : "60", "description" : """The number of discrete buckets over which the data statistics are sampled. When this object is created or modified, the device SHOULD attempt to set the frsldSmplCtrlBuckets- Granted to a value as close as is possible depending upon the implementation and the available resources.""", }, # column "frsldSmplCtrlBucketsGranted" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.2.1.5", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "65535" }, ], "range" : { "min" : "0", "max" : "65535" }, }, }, "access" : "readonly", "description" : """The number of discrete buckets granted. This object will return 0 until frsldSmplCtrlStatus is set to active(1). At that time the buckets will be allocated depending upon implementation and available resources.""", }, # column "frsldPvcDataTable" : { "nodetype" : "table", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3", "status" : "current", "description" : """The Frame Relay Service Level Definitions data table. This table contains accumulated values of the collected data. It is the table that should be referenced by external polling mechanisms if time based polling be desired.""", }, # table "frsldPvcDataEntry" : { "nodetype" : "row", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1", "status" : "current", "linkage" : [ "ifIndex", "frsldPvcCtrlDlci", "frsldPvcCtrlTransmitRP", "frsldPvcCtrlReceiveRP", ], "description" : """An entry in the Frame Relay Service Level Definitions data table.""", }, # row "frsldPvcDataMissedPolls" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The total number of polls that have been determined to be missed. These polls are typically associated with the calculation of delay but may also be used for the calculation of other statistics. If an anticipated poll is not received in a reasonable amount of time, it should be counted as missed. The value used to determine the reasonable amount of time is contained in frsldPvcCtrlDelayTimeOut. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by frsldPvcCtrlLastPurgeTime.""", }, # column "frsldPvcDataFrDeliveredC" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The number of frames that were received at frsldPvcCtrlReceiveRP and determined to have been sent within CIR. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by frsldPvcCtrlLastPurgeTime.""", "reference" : """FRF.13: Section 4.1 (FramesDeliveredc)""", }, # column "frsldPvcDataFrDeliveredE" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The number of frames that were received at frsldPvcCtrlReceiveRP and determined to have been sent in excess of the CIR. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by frsldPvcCtrlLastPurgeTime.""", "reference" : """FRF.13: Section 4.1 (FramesDeliverede)""", }, # column "frsldPvcDataFrOfferedC" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The number of frames that were offered through frsldPvcCtrlTransmitRP within CIR. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by frsldPvcCtrlLastPurgeTime.""", "reference" : """FRF.13: Section 4.1 (FramesOfferedc)""", }, # column "frsldPvcDataFrOfferedE" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The number of frames that were offered through frsldPvcCtrlTransmitRP in excess of the CIR. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by frsldPvcCtrlLastPurgeTime.""", "reference" : """FRF.13: Section 4.1 (FramesOfferede)""", }, # column "frsldPvcDataDataDeliveredC" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The number of octets that were received at frsldPvcCtrlReceiveRP and determined to have been sent within CIR. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by frsldPvcCtrlLastPurgeTime.""", "reference" : """FRF.13: Section 5.1 (DataDeliveredc)""", }, # column "frsldPvcDataDataDeliveredE" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The number of octets that were received at frsldPvcCtrlReceiveRP and determined to have been sent in excess of the CIR. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by frsldPvcCtrlLastPurgeTime.""", "reference" : """FRF.13: Section 5.1 (DataDeliverede)""", }, # column "frsldPvcDataDataOfferedC" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The number of octets that were offered through frsldPvcCtrlTransmitRP within CIR. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by frsldPvcCtrlLastPurgeTime.""", "reference" : """FRF.13: Section 5.1 (DataOfferedc)""", }, # column "frsldPvcDataDataOfferedE" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The number of octets that were offered through frsldPvcCtrlTransmitRP in excess of the CIR. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by frsldPvcCtrlLastPurgeTime.""", "reference" : """FRF.13: Section 5.1 (DataOfferede)""", }, # column "frsldPvcDataHCFrDeliveredC" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """The number of frames that were received at frsldPvcCtrlReceiveRP and determined to have been sent within CIR. This object is a 64-bit version of frsldPvcDataFrDeliveredC. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by frsldPvcCtrlLastPurgeTime.""", "reference" : """FRF.13: Section 4.1 (FramesDeliveredc)""", }, # column "frsldPvcDataHCFrDeliveredE" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """The number of frames that were received at frsldPvcCtrlReceiveRP and determined to have been sent in excess of the CIR. This object is a 64-bit version of frsldPvcDataFrDeliveredE. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by frsldPvcCtrlLastPurgeTime.""", "reference" : """FRF.13: Section 4.1 (FramesDeliverede)""", }, # column "frsldPvcDataHCFrOfferedC" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1.12", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """The number of frames that were offered through frsldPvcCtrlTransmitRP within CIR. This object is a 64-bit version of frsldPvcDataFrOfferedC. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by frsldPvcCtrlLastPurgeTime.""", "reference" : """FRF.13: Section 4.1 (FramesOfferedc)""", }, # column "frsldPvcDataHCFrOfferedE" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1.13", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """The number of frames that were offered through frsldPvcCtrlTransmitRP in excess of the CIR. This object is a 64-bit version of frsldPvcDataFrOfferedE. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by frsldPvcCtrlLastPurgeTime.""", "reference" : """FRF.13: Section 4.1 (FramesOfferede)""", }, # column "frsldPvcDataHCDataDeliveredC" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1.14", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """The number of octets that were received at frsldPvcCtrlReceiveRP and determined to have been sent within CIR. This object is a 64-bit version of frsldPvcDataDataDeliveredC. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by frsldPvcCtrlLastPurgeTime.""", "reference" : """FRF.13: Section 5.1 (DataDeliveredc)""", }, # column "frsldPvcDataHCDataDeliveredE" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1.15", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """The number of octets that were received at frsldPvcCtrlReceiveRP and determined to have been sent in excess of the CIR. This object is a 64-bit version of frsldPvcDataDataDeliveredE. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by frsldPvcCtrlLastPurgeTime.""", "reference" : """FRF.13: Section 5.1 (DataDeliverede)""", }, # column "frsldPvcDataHCDataOfferedC" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1.16", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """The number of octets that were offered through frsldPvcCtrlTransmitRP within CIR. This object is a 64-bit version of frsldPvcDataDataOfferedC. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by frsldPvcCtrlLastPurgeTime.""", "reference" : """FRF.13: Section 5.1 (DataOfferedc)""", }, # column "frsldPvcDataHCDataOfferedE" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1.17", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """The number of octets that were offered through frsldPvcCtrlTransmitRP in excess of the CIR. This object is a 64-bit version of frsldPvcDataDataOfferedE. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by frsldPvcCtrlLastPurgeTime.""", "reference" : """FRF.13: Section 5.1 (DataOfferede)""", }, # column "frsldPvcDataUnavailableTime" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1.18", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"}, }, "access" : "readonly", "description" : """The amount of time this PVC was declared unavailable for any reason since this row was created.""", "reference" : """FRF.13: Section 6.1 (OutageTime)""", }, # column "frsldPvcDataUnavailables" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.3.1.19", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The number of times this PVC was declared unavailable for any reason since this row was created. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by frsldPvcCtrlLastPurgeTime.""", "reference" : """FRF.13: Section 6.1 (OutageCount)""", }, # column "frsldPvcSampleTable" : { "nodetype" : "table", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4", "status" : "current", "description" : """The Frame Relay Service Level Definitions sample table.""", }, # table "frsldPvcSampleEntry" : { "nodetype" : "row", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1", "status" : "current", "linkage" : [ "ifIndex", "frsldPvcCtrlDlci", "frsldPvcCtrlTransmitRP", "frsldPvcCtrlReceiveRP", "frsldSmplCtrlIdx", "frsldPvcSmplIdx", ], "description" : """An entry in the Frame Relay Service Level Definitions data sample table.""", }, # row "frsldPvcSmplIdx" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "2147483647" }, ], "range" : { "min" : "1", "max" : "2147483647" }, }, }, "access" : "noaccess", "description" : """The bucket index of the current sample. This increments once for each new bucket in the table.""", }, # column "frsldPvcSmplDelayMin" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "units" : "microseconds", "description" : """The minimum delay reported in microseconds measured for any information packet that arrived during this interval. A value of zero means that no data is available.""", "reference" : """FRF.13: Section 3.1 (FTD)""", }, # column "frsldPvcSmplDelayMax" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "units" : "microseconds", "description" : """The largest delay reported in microseconds measured for any information packet that arrived during this interval. A value of zero means that no data is available.""", "reference" : """FRF.13: Section 3.1 (FTD)""", }, # column "frsldPvcSmplDelayAvg" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "units" : "microseconds", "description" : """The average delay reported in microseconds measured for all delay packets that arrived during this interval. A value of zero means that no data is available.""", "reference" : """FRF.13: Section 3.1 (FTD)""", }, # column "frsldPvcSmplMissedPolls" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "description" : """The total number of polls that were missed during this interval.""", }, # column "frsldPvcSmplFrDeliveredC" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "description" : """The number of frames that were received at frsldPvcCtrlReceiveRP and determined to have been sent within CIR during this interval. If it is the case that the high capacity counters are also used, this MUST report the value of the lower 32 bits of the CounterBasedGauge64 value of frsldPvcSmplHCFrDeliveredC.""", "reference" : """FRF.13: Section 4.1 (FramesDeliveredc)""", }, # column "frsldPvcSmplFrDeliveredE" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "description" : """The number of frames that were received at frsldPvcCtrlReceiveRP and determined to have been sent in excess of the CIR during this interval. If it is the case that the high capacity counters are also used, this MUST report the value of the lower 32 bits of the CounterBasedGauge64 value of frsldPvcSmplHCFrDeliveredE.""", "reference" : """FRF.13: Section 4.1 (FramesDeliverede))""", }, # column "frsldPvcSmplFrOfferedC" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "description" : """The number of frames that were offered through frsldPvcCtrlTransmitRP within CIR during this interval. If it is the case that the high capacity counters are also used, this MUST report the value of the lower 32 bits of the CounterBasedGauge64 value of frsldPvcSmplHCFrOfferedC.""", "reference" : """FRF.13: Section 4.1 (FramesOfferedc)""", }, # column "frsldPvcSmplFrOfferedE" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "description" : """The number of frames that were offered through frsldPvcCtrlTransmitRP in excess of the CIR during this interval. If it is the case that the high capacity counters are also used, this MUST report the value of the lower 32 bits of the CounterBasedGauge64 value of frsldPvcSmplHCFrOfferedE.""", "reference" : """FRF.13: Section 4.1 (FramesOfferede)""", }, # column "frsldPvcSmplDataDeliveredC" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "description" : """The number of octets that were received at frsldPvcCtrlReceiveRP and determined to have been sent within CIR during this interval. If it is the case that the high capacity counters are also used, this MUST report the value of the lower 32 bits of the CounterBasedGauge64 value of frsldPvcSmplHCDataDeliveredC.""", "reference" : """FRF.13: Section 5.1 (DataDeliveredc)""", }, # column "frsldPvcSmplDataDeliveredE" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "description" : """The number of octets that were received at frsldPvcCtrlDeliveredRP and determined to have been sent in excess of the CIR during this interval. If it is the case that the high capacity counters are also used, this MUST report the value of the lower 32 bits of the CounterBasedGauge64 value of frsldPvcSmplHCDataDeliveredE.""", "reference" : """FRF.13: Section 5.1 (DataDeliverede)""", }, # column "frsldPvcSmplDataOfferedC" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.12", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "description" : """The number of octets that were offered through frsldPvcCtrlTransmitRP within CIR during this interval. If it is the case that the high capacity counters are also used, this MUST report the value of the lower 32 bits of the CounterBasedGauge64 value of frsldPvcSmplHCDataOfferredC.""", "reference" : """FRF.13: Section 5.1 (DataOfferedc)""", }, # column "frsldPvcSmplDataOfferedE" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.13", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "description" : """The number of octets that were offered through frsldPvcCtrlTransmitRP in excess of the CIR during this interval. If it is the case that the high capacity counters are also used, this MUST report the value of the lower 32 bits of the CounterBasedGauge64 value of frsldPvcSmplHCDataOfferedE.""", "reference" : """FRF.13: Section 5.1 (DataOfferede)""", }, # column "frsldPvcSmplHCFrDeliveredC" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.14", "status" : "current", "syntax" : { "type" : { "module" :"HCNUM-TC", "name" : "CounterBasedGauge64"}, }, "access" : "readonly", "description" : """The number of frames that were received at frsldPvcCtrlReceiveRP and determined to have been sent within CIR during this interval. This object is a 64-bit version of frsldPvcSmplFrDeliveredC.""", "reference" : """FRF.13: Section 4.1 (FramesDeliveredc)""", }, # column "frsldPvcSmplHCFrDeliveredE" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.15", "status" : "current", "syntax" : { "type" : { "module" :"HCNUM-TC", "name" : "CounterBasedGauge64"}, }, "access" : "readonly", "description" : """The number of frames that were received at frsldPvcCtrlReceiveRP and determined to have been sent in excess of the CIR during this interval. This object is a 64-bit version of frsldPvcSmpl- FrDeliveredE.""", "reference" : """FRF.13: Section 4.1 (FramesDeliverede)""", }, # column "frsldPvcSmplHCFrOfferedC" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.16", "status" : "current", "syntax" : { "type" : { "module" :"HCNUM-TC", "name" : "CounterBasedGauge64"}, }, "access" : "readonly", "description" : """The number of frames that were offered through frsldPvcCtrlTransmitRP within CIR during this interval. This object is a 64-bit version of frsldPvcSmplFrOfferedC.""", "reference" : """FRF.13: Section 4.1 (FramesOfferedc)""", }, # column "frsldPvcSmplHCFrOfferedE" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.17", "status" : "current", "syntax" : { "type" : { "module" :"HCNUM-TC", "name" : "CounterBasedGauge64"}, }, "access" : "readonly", "description" : """The number of frames that were offered through frsldPvcCtrlTransmitRP in excess of the CIR during this interval. This object is a 64-bit version of frsldPvcSmplFrOfferedE.""", "reference" : """FRF.13: Section 4.1 (FramesOfferede)""", }, # column "frsldPvcSmplHCDataDeliveredC" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.18", "status" : "current", "syntax" : { "type" : { "module" :"HCNUM-TC", "name" : "CounterBasedGauge64"}, }, "access" : "readonly", "description" : """The number of octets that were received at frsldPvcCtrlReceiveRP and determined to have been sent within CIR during this interval. This value is a 64-bit version of frsldPvcSmplDataDeliveredC.""", "reference" : """FRF.13: Section 5.1 (DataDeliveredc)""", }, # column "frsldPvcSmplHCDataDeliveredE" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.19", "status" : "current", "syntax" : { "type" : { "module" :"HCNUM-TC", "name" : "CounterBasedGauge64"}, }, "access" : "readonly", "description" : """The number of octets that were received at frsldPvcCtrlReceiveRP and determined to have been sent in excess of the CIR during this interval. This value is a 64-bit version of frsldPvcSmplData- DeliveredE.""", "reference" : """FRF.13: Section 5.1 (DataDeliverede)""", }, # column "frsldPvcSmplHCDataOfferedC" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.20", "status" : "current", "syntax" : { "type" : { "module" :"HCNUM-TC", "name" : "CounterBasedGauge64"}, }, "access" : "readonly", "description" : """The number of octets that were offered through frsldPvcCtrlTransmitRP within CIR during this interval. This value is a 64-bit version of frsldPvcSmplDataOfferedC.""", "reference" : """FRF.13: Section 5.1 (DataOfferedc)""", }, # column "frsldPvcSmplHCDataOfferedE" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.21", "status" : "current", "syntax" : { "type" : { "module" :"HCNUM-TC", "name" : "CounterBasedGauge64"}, }, "access" : "readonly", "description" : """The number of octets that were offered through frsldPvcCtrlTransmitRP in excess of the CIR during this interval. This object is a 64-bit version of frsldPvcSmplDataOfferedE.""", "reference" : """FRF.13: Section 5.1 (DataOfferede)""", }, # column "frsldPvcSmplUnavailableTime" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.22", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"}, }, "access" : "readonly", "description" : """The amount of time this PVC was declared unavailable for any reason during this interval.""", "reference" : """FRF.13: Section 6.1 (OutageTime)""", }, # column "frsldPvcSmplUnavailables" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.23", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "description" : """The number of times this PVC was declared unavailable for any reason during this interval.""", "reference" : """FRF.13: Section 6.1 (OutageCount)""", }, # column "frsldPvcSmplStartTime" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.24", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"}, }, "access" : "readonly", "description" : """The value of sysUpTime when this sample interval started.""", }, # column "frsldPvcSmplEndTime" : { "nodetype" : "column", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.1.4.1.25", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"}, }, "access" : "readonly", "description" : """The value of sysUpTime when this sample interval ended. No data will be reported and the row will not appear in the table until the sample has been collected.""", }, # column "frsldCapabilities" : { "nodetype" : "node", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.2", }, # node "frsldPvcCtrlWriteCaps" : { "nodetype" : "scalar", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.2.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Bits", "frsldPvcCtrlStatus" : { "nodetype" : "namednumber", "number" : "0" }, "frsldPvcCtrlPacketFreq" : { "nodetype" : "namednumber", "number" : "1" }, "frsldPvcCtrlDelayFrSize" : { "nodetype" : "namednumber", "number" : "2" }, "frsldPvcCtrlDelayType" : { "nodetype" : "namednumber", "number" : "3" }, "frsldPvcCtrlDelayTimeOut" : { "nodetype" : "namednumber", "number" : "4" }, "frsldPvcCtrlPurge" : { "nodetype" : "namednumber", "number" : "5" }, "frsldPvcCtrlDeleteOnPurge" : { "nodetype" : "namednumber", "number" : "6" }, }, }, "access" : "readonly", "description" : """This object specifies the write capabilities for the read-create objects of the PVC Control table. If the corresponding bit is enabled (1), the agent supports writes to that object.""", }, # scalar "frsldSmplCtrlWriteCaps" : { "nodetype" : "scalar", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.2.2", "status" : "current", "syntax" : { "type" : { "basetype" : "Bits", "frsldSmplCtrlStatus" : { "nodetype" : "namednumber", "number" : "0" }, "frsldSmplCtrlBuckets" : { "nodetype" : "namednumber", "number" : "1" }, }, }, "access" : "readonly", "description" : """This object specifies the write capabilities for the read-create objects of the Sample Control table. If the corresponding bit is enabled (1), the agent supports writes to that object.""", }, # scalar "frsldRPCaps" : { "nodetype" : "scalar", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.2.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Bits", "srcLocalRP" : { "nodetype" : "namednumber", "number" : "0" }, "ingTxLocalRP" : { "nodetype" : "namednumber", "number" : "1" }, "tpTxLocalRP" : { "nodetype" : "namednumber", "number" : "2" }, "eqiTxLocalRP" : { "nodetype" : "namednumber", "number" : "3" }, "eqoTxLocalRP" : { "nodetype" : "namednumber", "number" : "4" }, "otherTxLocalRP" : { "nodetype" : "namednumber", "number" : "5" }, "srcRemoteRP" : { "nodetype" : "namednumber", "number" : "6" }, "ingTxRemoteRP" : { "nodetype" : "namednumber", "number" : "7" }, "tpTxRemoteRP" : { "nodetype" : "namednumber", "number" : "8" }, "eqiTxRemoteRP" : { "nodetype" : "namednumber", "number" : "9" }, "eqoTxRemoteRP" : { "nodetype" : "namednumber", "number" : "10" }, "otherTxRemoteRP" : { "nodetype" : "namednumber", "number" : "11" }, "desLocalRP" : { "nodetype" : "namednumber", "number" : "12" }, "ingRxLocalRP" : { "nodetype" : "namednumber", "number" : "13" }, "tpRxLocalRP" : { "nodetype" : "namednumber", "number" : "14" }, "eqiRxLocalRP" : { "nodetype" : "namednumber", "number" : "15" }, "eqoRxLocalRP" : { "nodetype" : "namednumber", "number" : "16" }, "otherRxLocalRP" : { "nodetype" : "namednumber", "number" : "17" }, "desRemoteRP" : { "nodetype" : "namednumber", "number" : "18" }, "ingRxRemoteRP" : { "nodetype" : "namednumber", "number" : "19" }, "tpRxRemoteRP" : { "nodetype" : "namednumber", "number" : "20" }, "eqiRxRemoteRP" : { "nodetype" : "namednumber", "number" : "21" }, "eqoRxRemoteRP" : { "nodetype" : "namednumber", "number" : "22" }, "otherRxRemoteRP" : { "nodetype" : "namednumber", "number" : "23" }, }, }, "access" : "readonly", "description" : """This object specifies the reference points that the agent supports. This object allows the management application to discover which rows can be created on a specific device.""", }, # scalar "frsldMaxPvcCtrls" : { "nodetype" : "scalar", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.2.4", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "2147483647" }, ], "range" : { "min" : "0", "max" : "2147483647" }, }, }, "access" : "readwrite", "description" : """The maximum number of control rows that can be created in frsldPvcCtrlTable. Sets to this object lower than the current value of frsldNumPvcCtrls should result in inconsistentValue.""", }, # scalar "frsldNumPvcCtrls" : { "nodetype" : "scalar", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.2.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "description" : """The current number of rows in frsldPvcCtrlTable.""", }, # scalar "frsldMaxSmplCtrls" : { "nodetype" : "scalar", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.2.6", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "2147483647" }, ], "range" : { "min" : "0", "max" : "2147483647" }, }, }, "access" : "readwrite", "description" : """The maximum number of control rows that can be created in frsldSmplCtrlTable. Sets to this object lower than the current value of frsldNumSmplCtrls should result in inconsistentValue.""", }, # scalar "frsldNumSmplCtrls" : { "nodetype" : "scalar", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.2.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"}, }, "access" : "readonly", "description" : """The current number of rows in frsldSmplCtrlTable.""", }, # scalar "frsldConformance" : { "nodetype" : "node", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.3", }, # node "frsldMIBGroups" : { "nodetype" : "node", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.3.1", }, # node "frsldMIBCompliances" : { "nodetype" : "node", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.3.2", }, # node }, # nodes "groups" : { "frsldPvcReqCtrlGroup" : { "nodetype" : "group", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.3.1.1", "status" : "current", "members" : { "frsldPvcCtrlStatus" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcCtrlPurge" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcCtrlDeleteOnPurge" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcCtrlLastPurgeTime" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, }, # members "description" : """A collection of required objects providing control information applicable to a PVC which implements Service Level Definitions.""", }, # group "frsldPvcPacketGroup" : { "nodetype" : "group", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.3.1.2", "status" : "current", "members" : { "frsldPvcCtrlPacketFreq" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, }, # members "description" : """A collection of optional objects providing packet level control information applicable to a PVC which implements Service Level Definitions.""", }, # group "frsldPvcDelayCtrlGroup" : { "nodetype" : "group", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.3.1.3", "status" : "current", "members" : { "frsldPvcCtrlDelayFrSize" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcCtrlDelayType" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcCtrlDelayTimeOut" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, }, # members "description" : """A collection of optional objects providing delay control information applicable to a PVC which implements Service Level Definitions. If this group is implemented, frsldPvcPacketGroup and frsldPvcDelayDataGroup MUST also be implemented.""", }, # group "frsldPvcSampleCtrlGroup" : { "nodetype" : "group", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.3.1.4", "status" : "current", "members" : { "frsldSmplCtrlStatus" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldSmplCtrlColPeriod" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldSmplCtrlBuckets" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldSmplCtrlBucketsGranted" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, }, # members "description" : """A collection of optional objects providing sample control information applicable to a PVC which implements Service Level Definitions. If this group is implemented, frsldPvcReqDataGroup and frsldPvcSampleGeneralGroup MUST also be implemented.""", }, # group "frsldPvcReqDataGroup" : { "nodetype" : "group", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.3.1.5", "status" : "current", "members" : { "frsldPvcDataFrDeliveredC" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcDataFrDeliveredE" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcDataFrOfferedC" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcDataFrOfferedE" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcDataDataDeliveredC" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcDataDataDeliveredE" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcDataDataOfferedC" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcDataDataOfferedE" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcDataUnavailableTime" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcDataUnavailables" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, }, # members "description" : """A collection of required objects providing data collected on a PVC which implements Service Level Definitions.""", }, # group "frsldPvcDelayDataGroup" : { "nodetype" : "group", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.3.1.6", "status" : "current", "members" : { "frsldPvcDataMissedPolls" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, }, # members "description" : """A collection of optional objects providing delay data collected on a PVC which implements Service Level Definitions. If this group is implemented, frsldPvcDelayCtrlGroup MUST also be implemented.""", }, # group "frsldPvcHCFrameDataGroup" : { "nodetype" : "group", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.3.1.7", "status" : "current", "members" : { "frsldPvcDataHCFrDeliveredC" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcDataHCFrDeliveredE" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcDataHCFrOfferedC" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcDataHCFrOfferedE" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, }, # members "description" : """A collection of optional objects providing high capacity frame data collected on a PVC which implements Service Level Definitions.""", }, # group "frsldPvcHCOctetDataGroup" : { "nodetype" : "group", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.3.1.8", "status" : "current", "members" : { "frsldPvcDataHCDataDeliveredC" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcDataHCDataDeliveredE" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcDataHCDataOfferedC" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcDataHCDataOfferedE" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, }, # members "description" : """A collection of optional objects providing high capacity octet data collected on a PVC which implements Service Level Definitions.""", }, # group "frsldPvcSampleDelayGroup" : { "nodetype" : "group", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.3.1.9", "status" : "current", "members" : { "frsldPvcSmplDelayMin" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcSmplDelayMax" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcSmplDelayAvg" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcSmplMissedPolls" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, }, # members "description" : """A collection of optional objects providing delay sample data collected on a PVC which implements Service Level Definitions. If this group is implemented, frsldPvcDelayCtrlGroup MUST also be implemented.""", }, # group "frsldPvcSampleDataGroup" : { "nodetype" : "group", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.3.1.10", "status" : "current", "members" : { "frsldPvcSmplFrDeliveredC" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcSmplFrDeliveredE" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcSmplFrOfferedC" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcSmplFrOfferedE" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcSmplDataDeliveredC" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcSmplDataDeliveredE" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcSmplDataOfferedC" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcSmplDataOfferedE" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, }, # members "description" : """A collection of optional objects providing data and frame delivery sample data collected on a PVC which implements Service Level Definitions. If this group is implemented, frsldPvcReqDataGroup MUST also be implemented.""", }, # group "frsldPvcSampleHCFrameGroup" : { "nodetype" : "group", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.3.1.11", "status" : "current", "members" : { "frsldPvcSmplHCFrDeliveredC" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcSmplHCFrDeliveredE" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcSmplHCFrOfferedC" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcSmplHCFrOfferedE" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, }, # members "description" : """A collection of optional objects providing high capacity frame delivery sample data collected on a PVC which implements Service Level Definitions. If this group is implemented, frsldPvcHCFrameDataGroup MUST also be implemented.""", }, # group "frsldPvcSampleHCDataGroup" : { "nodetype" : "group", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.3.1.12", "status" : "current", "members" : { "frsldPvcSmplHCDataDeliveredC" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcSmplHCDataDeliveredE" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcSmplHCDataOfferedC" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcSmplHCDataOfferedE" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, }, # members "description" : """A collection of optional objects providing high capacity data delivery sample data collected on a PVC which implements Service Level Definitions. If this group is implemented, frsldPvcHCOctetDataGroup MUST also be implemented.""", }, # group "frsldPvcSampleAvailGroup" : { "nodetype" : "group", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.3.1.13", "status" : "current", "members" : { "frsldPvcSmplUnavailableTime" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcSmplUnavailables" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, }, # members "description" : """A collection of optional objects providing availability sample data collected on a PVC which implements Service Level Definitions. If this group is implemented, frsldPvcReqDataGroup MUST also be implemented.""", }, # group "frsldPvcSampleGeneralGroup" : { "nodetype" : "group", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.3.1.14", "status" : "current", "members" : { "frsldPvcSmplStartTime" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldPvcSmplEndTime" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, }, # members "description" : """A collection of optional objects providing general sample data collected on a PVC which implements Service Level Definitions.""", }, # group "frsldCapabilitiesGroup" : { "nodetype" : "group", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.3.1.15", "status" : "current", "members" : { "frsldPvcCtrlWriteCaps" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldSmplCtrlWriteCaps" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldRPCaps" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldMaxPvcCtrls" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldNumPvcCtrls" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldMaxSmplCtrls" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, "frsldNumSmplCtrls" : { "nodetype" : "member", "module" : "FRSLD-MIB" }, }, # members "description" : """A collection of required objects providing capability information and control for this MIB module.""", }, # group }, # groups "compliances" : { "frsldCompliance" : { "nodetype" : "compliance", "moduleName" : "FRSLD-MIB", "oid" : "1.3.6.1.2.1.95.3.2.1", "status" : "current", "description" : """The compliance statement for SNMP entities which support with Frame Relay Service Level Definitions. This group defines the minimum level of support required for compliance.""", "requires" : { "frsldPvcReqCtrlGroup" : { "nodetype" : "mandatory", "module" : "FRSLD-MIB" }, "frsldPvcReqDataGroup" : { "nodetype" : "mandatory", "module" : "FRSLD-MIB" }, "frsldCapabilitiesGroup" : { "nodetype" : "mandatory", "module" : "FRSLD-MIB" }, "frsldPvcHCFrameDataGroup" : { "nodetype" : "optional", "module" : "FRSLD-MIB", "description" : """This group is mandatory only for those network interfaces with corresponding instance of ifSpeed greater than 650,000,000 bits/second.""", }, "frsldPvcHCOctetDataGroup" : { "nodetype" : "optional", "module" : "FRSLD-MIB", "description" : """This group is mandatory only for those network interfaces with corresponding instance of ifSpeed greater than 650,000,000 bits/second.""", }, "frsldPvcPacketGroup" : { "nodetype" : "optional", "module" : "FRSLD-MIB", "description" : """This group is optional. Network interfaces that allow control of the packets used to collect information are encouraged to implement this group.""", }, "frsldPvcDelayCtrlGroup" : { "nodetype" : "optional", "module" : "FRSLD-MIB", "description" : """This group is optional. Network interfaces that offer control of the delay measurement are strongly encouraged to implement this group.""", }, "frsldPvcSampleCtrlGroup" : { "nodetype" : "optional", "module" : "FRSLD-MIB", "description" : """This group is mandatory only for those network interfaces that allow data sampling.""", }, "frsldPvcDelayDataGroup" : { "nodetype" : "optional", "module" : "FRSLD-MIB", "description" : """This group is only mandatory when frsldPvcDelayCtrlGroup is implemented. It is strongly encouraged that any device capable of measuring delay implement this group.""", }, "frsldPvcSampleDelayGroup" : { "nodetype" : "optional", "module" : "FRSLD-MIB", "description" : """This group is only mandatory when both frsldPvcSampleCtrlGroup and frsldPvcDelayDataGroup are supported.""", }, "frsldPvcSampleDataGroup" : { "nodetype" : "optional", "module" : "FRSLD-MIB", "description" : """This group is mandatory whenever frsldPvcSampleCtrlGroup is supported.""", }, "frsldPvcSampleHCFrameGroup" : { "nodetype" : "optional", "module" : "FRSLD-MIB", "description" : """This group is mandatory whenever both frsldPvcSampleCtrlGroup and frsldPvcHCFrameDataGroup are supported.""", }, "frsldPvcSampleHCDataGroup" : { "nodetype" : "optional", "module" : "FRSLD-MIB", "description" : """This group is mandatory whenever both frsldPvcSampleCtrlGroup and frsldPvcHCOctetDataGroup are supported.""", }, "frsldPvcSampleAvailGroup" : { "nodetype" : "optional", "module" : "FRSLD-MIB", "description" : """This group is mandatory whenever frsldPvcSampleCtrlGroup is supported.""", }, "frsldPvcSampleGeneralGroup" : { "nodetype" : "optional", "module" : "FRSLD-MIB", "description" : """This group is mandatory whenever frsldPvcSampleCtrlGroup is supported.""", }, }, # requires "refinements" : { "frsldPvcCtrlStatus" : { "module" : "FRSLD-MIB", "syntax" : { "type" : { "basetype" : "Enumeration", "parent module" : { "name" : "SNMPv2-TC", "type" : "RowStatus", }, "active" : { "nodetype" : "namednumber", "number" : "1" }, }, }, # syntax "access" : "readonly", "description" : """Row creation can be done outside of the scope of the SNMP protocol. If this object is implemented with max-access of read-only, then the only value that MUST be returned is active(1) and frsldPvcCtrlWriteCaps MUST return 0 for the frsldPvcCtrlStatus(0) bit.""", }, "frsldPvcCtrlPurge" : { "module" : "FRSLD-MIB", "access" : "readonly", "description" : """Write access is not required. If this object is implemented with a max-access of read-only, then the frsldPvcCtrlPurge(5) bit must return 0.""", }, "frsldPvcCtrlDeleteOnPurge" : { "module" : "FRSLD-MIB", "access" : "readonly", "description" : """Write access is not required. If this object is implemented with a max-access of read-only, then the frsldPvcCtrlDeleteOnPurge(6) bit must return 0.""", }, "frsldMaxPvcCtrls" : { "module" : "FRSLD-MIB", "access" : "readonly", "description" : """Write access is not required if the device either dynamically allocates memory or statically allocates a fixed number of entries. In the case of static allocation, the device should always report the correct maximum number of controls. In the case of dynamic allocation, the device SHOULD always report a number greater than frsldNumPvcCtrls when allocation is possible and a number equal to frsldNumPvcCtrls when allocation is not possible.""", }, "frsldMaxSmplCtrls" : { "module" : "FRSLD-MIB", "access" : "readonly", "description" : """Write access is not required if the device either dynamically allocates memory or statically allocates a fixed number of entries. In the case of static allocation, the device should always report the correct maximum number of controls. In the case of dynamic allocation, the device SHOULD always report a number greater than frsldNumSmplCtrls when allocation is possible and a number equal to frsldNumSmplCtrls when allocation is not possible.""", }, }, # refinements }, # compliance }, # compliances }