RFC1315-MIB
- Namespace
- standard
- Source file
RFC1315-MIB- Digest
sha256:63b44701da436118b77138a86556131e27ced844c35a2cb7ca5ed64ff2d78fa9
Imports
| From | Symbols |
|---|---|
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TRAP-TYPE, TimeTicks, iso, transmission |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
3 module(s) in this corpus import this one.
Load order
Every file a consumer needs in order to load this module, dependencies first.
RFC1315-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| DLCI type | ||||
| Index type |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| frame_relay OBJECT-IDENTITY | 1.3.6.1.2.1.10.32 | |||
| frDlcmiTable OBJECT-TYPE The Parameters for the Data Link Connection Management Interface for the frame relay service on this interface. | 1.3.6.1.2.1.10.32.1 | not-accessible | mandatory | |
| frDlcmiEntry OBJECT-TYPE The Parameters for a particular Data Link Con- nection Management Interface. | 1.3.6.1.2.1.10.32.1.1 | not-accessible | mandatory | |
| frDlcmiIfIndex OBJECT-TYPE The ifIndex value of the corresponding ifEn- try. | 1.3.6.1.2.1.10.32.1.1.1 | Index | read-only | mandatory |
| frDlcmiState OBJECT-TYPE This variable states which Data Link Connec- tion Management scheme is active (and by impli- cation, what DLCI it uses) on the Frame Relay interface. | 1.3.6.1.2.1.10.32.1.1.2 | INTEGER {noLmiConfigured(1), lmiRev1(2), ansiT1-617-D(3), ansiT1-617-B(4)} | read-write | mandatory |
| frDlcmiAddress OBJECT-TYPE This variable states which address format is in use on the Frame Relay interface. | 1.3.6.1.2.1.10.32.1.1.3 | INTEGER {q921(1), q922March90(2), q922November90(3), q922(4)} | read-write | mandatory |
| frDlcmiAddressLen OBJECT-TYPE This variable states which address length in octets. In the case of Q922 format, the length indicates the entire length of the address in- cluding the control portion. | 1.3.6.1.2.1.10.32.1.1.4 | INTEGER {two-octets(2), three-octets(3), four-octets(4)} | read-write | mandatory |
| frDlcmiPollingInterval OBJECT-TYPE This is the number of seconds between succes- sive status enquiry messages. | 1.3.6.1.2.1.10.32.1.1.5 | INTEGER (5..30) | read-write | mandatory |
| frDlcmiFullEnquiryInterval OBJECT-TYPE Number of status enquiry intervals that pass before issuance of a full status enquiry mes- sage. | 1.3.6.1.2.1.10.32.1.1.6 | INTEGER (1..255) | read-write | mandatory |
| frDlcmiErrorThreshold OBJECT-TYPE This is the maximum number of unanswered Status Enquiries the equipment shall accept be- fore declaring the interface down. | 1.3.6.1.2.1.10.32.1.1.7 | INTEGER (1..10) | read-write | mandatory |
| frDlcmiMonitoredEvents OBJECT-TYPE This is the number of status polling intervals over which the error threshold is counted. For example, if within 'MonitoredEvents' number of events the station receives 'ErrorThreshold' number of errors, the interface is marked as down. | 1.3.6.1.2.1.10.32.1.1.8 | INTEGER (1..10) | read-write | mandatory |
| frDlcmiMaxSupportedVCs OBJECT-TYPE The maximum number of Virtual Circuits allowed for this interface. Usually dictated by the Frame Relay network. In response to a SET, if a value less than zero or higher than the agent's maximal capability is configured, the agent should respond bad- Value | 1.3.6.1.2.1.10.32.1.1.9 | INTEGER | read-write | mandatory |
| frDlcmiMulticast OBJECT-TYPE This indicates whether the Frame Relay inter- face is using a multicast service. | 1.3.6.1.2.1.10.32.1.1.10 | INTEGER {nonBroadcast(1), broadcast(2)} | read-write | mandatory |
| frCircuitTable OBJECT-TYPE A table containing information about specific Data Link Connection Identifiers and corresponding virtual circuits. | 1.3.6.1.2.1.10.32.2 | not-accessible | mandatory | |
| frCircuitEntry OBJECT-TYPE The information regarding a single Data Link Connection Identifier. | 1.3.6.1.2.1.10.32.2.1 | not-accessible | mandatory | |
| frCircuitIfIndex OBJECT-TYPE The ifIndex Value of the ifEntry this virtual circuit is layered onto. | 1.3.6.1.2.1.10.32.2.1.1 | Index | read-only | mandatory |
| frCircuitDlci OBJECT-TYPE The Data Link Connection Identifier for this virtual circuit. | 1.3.6.1.2.1.10.32.2.1.2 | DLCI | read-only | mandatory |
| frCircuitState OBJECT-TYPE Indicates whether the particular virtual cir- cuit is operational. In the absence of a Data Link Connection Management Interface, virtual circuit entries (rows) may be created by set- ting virtual circuit state to 'active', or deleted by changing Circuit state to 'invalid'. Whether or not the row actually disappears is left to the implementation, so this object may actually read as 'invalid' for some arbitrary length of time. It is also legal to set the state of a virtual circuit to 'inactive' to temporarily disable a given circuit. | 1.3.6.1.2.1.10.32.2.1.3 | INTEGER {invalid(1), active(2), inactive(3)} | read-write | mandatory |
| frCircuitReceivedFECNs OBJECT-TYPE Number of frames received from the network in- dicating forward congestion since the virtual circuit was created. | 1.3.6.1.2.1.10.32.2.1.4 | Counter | read-only | mandatory |
| frCircuitReceivedBECNs OBJECT-TYPE Number of frames received from the network in- dicating backward congestion since the virtual circuit was created. | 1.3.6.1.2.1.10.32.2.1.5 | Counter | read-only | mandatory |
| frCircuitSentFrames OBJECT-TYPE The number of frames sent from this virtual circuit since it was created. | 1.3.6.1.2.1.10.32.2.1.6 | Counter | read-only | mandatory |
| frCircuitSentOctets OBJECT-TYPE The number of octets sent from this virtual circuit since it was created. | 1.3.6.1.2.1.10.32.2.1.7 | Counter | read-only | mandatory |
| frCircuitReceivedFrames OBJECT-TYPE Number of frames received over this virtual circuit since it was created. | 1.3.6.1.2.1.10.32.2.1.8 | Counter | read-only | mandatory |
| frCircuitReceivedOctets OBJECT-TYPE Number of octets received over this virtual circuit since it was created. | 1.3.6.1.2.1.10.32.2.1.9 | Counter | read-only | mandatory |
| frCircuitCreationTime OBJECT-TYPE The value of sysUpTime when the virtual cir- cuit was created, whether by the Data Link Con- nection Management Interface or by a SetRe- quest. | 1.3.6.1.2.1.10.32.2.1.10 | TimeTicks | read-only | mandatory |
| frCircuitLastTimeChange OBJECT-TYPE The value of sysUpTime when last there was a change in the virtual circuit state | 1.3.6.1.2.1.10.32.2.1.11 | TimeTicks | read-only | mandatory |
| frCircuitCommittedBurst OBJECT-TYPE This variable indicates the maximum amount of data, in bits, that the network agrees to transfer under normal conditions, during the measurement interval. | 1.3.6.1.2.1.10.32.2.1.12 | INTEGER | read-write | mandatory |
| frCircuitExcessBurst OBJECT-TYPE This variable indicates the maximum amount of uncommitted data bits that the network will at- tempt to deliver over the measurement interval. By default, if not configured when creating the entry, the Excess Information Burst Size is set to the value of ifSpeed. | 1.3.6.1.2.1.10.32.2.1.13 | INTEGER | read-write | mandatory |
| frCircuitThroughput OBJECT-TYPE Throughput is the average number of 'Frame Re- lay Information Field' bits transferred per second across a user network interface in one direction, measured over the measurement inter- val. If the configured committed burst rate and throughput are both non-zero, the measurement interval T=frCircuitCommittedBurst/frCircuitThroughput. If the configured committed burst rate and throughput are both zero, the measurement in- terval T=frCircuitExcessBurst/ifSpeed. | 1.3.6.1.2.1.10.32.2.1.14 | INTEGER | read-write | mandatory |
| frErrTable OBJECT-TYPE A table containing information about Errors on the Frame Relay interface. | 1.3.6.1.2.1.10.32.3 | not-accessible | mandatory | |
| frErrEntry OBJECT-TYPE The error information for a single frame relay interface. | 1.3.6.1.2.1.10.32.3.1 | not-accessible | mandatory | |
| frErrIfIndex OBJECT-TYPE The ifIndex Value of the corresponding ifEn- try. | 1.3.6.1.2.1.10.32.3.1.1 | Index | read-only | mandatory |
| frErrType OBJECT-TYPE The type of error that was last seen on this interface. | 1.3.6.1.2.1.10.32.3.1.2 | INTEGER {unknownError(1), receiveShort(2), receiveLong(3), illegalDLCI(4), unknownDLCI(5), dlcmiProtoErr(6), dlcmiUnknownIE(7), dlcmiSequenceErr(8), dlcmiUnknownRpt(9), noErrorSinceReset(10)} | read-only | mandatory |
| frErrData OBJECT-TYPE An octet string containing as much of the er- ror packet as possible. As a minimum, it must contain the Q.922 Address or as much as was delivered. It is desirable to include all in- formation up to the PDU. | 1.3.6.1.2.1.10.32.3.1.3 | OCTET STRING | read-only | mandatory |
| frErrTime OBJECT-TYPE The value of sysUpTime at which the error was detected. | 1.3.6.1.2.1.10.32.3.1.4 | TimeTicks | read-only | mandatory |
| frame_relay_globals OBJECT-IDENTITY | 1.3.6.1.2.1.10.32.4 | |||
| frTrapState OBJECT-TYPE This variable indicates whether the system produces the frDLCIStatusChange trap. | 1.3.6.1.2.1.10.32.4.1 | INTEGER {enabled(1), disabled(2)} | read-write | mandatory |
Notifications
| Name | OID | Status |
|---|---|---|
| frDLCIStatusChange NOTIFICATION-TYPE This trap indicates that the indicated Virtual Circuit has changed state. It has either been created or invalidated, or has toggled between the active and inactive states. | 1.3.6.1.2.1.10.32.0.1 |