Juniper-FRAME-RELAY-MIB
- Registered at
- 1.3.6.1.4.1.4874.2.2.10
- Last updated
- 2002-12-13 14:35
- Organization
- Juniper Networks, Inc.
- Revisions
- 2002-12-13 14:35, 2000-09-26 17:30, 1999-06-01 00:00, 1998-11-13 00:00
- Namespace
- juniper
- Source file
Juniper-FRAME-RELAY-MIB- Digest
sha256:6e123edff8ad5456db40fc547c6fb8fce3d042b0fc525d8b8fa07cad866fc006
Description
The Frame Relay MIB for the Juniper Networks enterprise.
Contact
Juniper Networks, Inc. Postal: 10 Technology Park Drive Westford MA 01886-3146 USA Tel: +1 978 589 5800 Email: mib@Juniper.net
Imports
| From | Symbols |
|---|---|
| FRAME-RELAY-DTE-MIB | DLCI |
| IF-MIB | InterfaceIndex, InterfaceIndexOrZero |
| Juniper-MIBs | juniMibs |
| Juniper-TC | JuniNextIfIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TimeStamp |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
FRAME-RELAY-DTE-MIB IANAifType-MIB IF-MIB Juniper-FRAME-RELAY-MIB Juniper-MIBs Juniper-TC Juniper-UNI-SMI SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| JuniFrMlFrBundleName TEXTUAL-CONVENTION MLFR Bundle name. The bundle name is a characteristic of a MLFR frame relay interface. Represents textual information taken from the NVT ASCII graphics character set (codes 32 through 126). | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| juniFrObjects OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.10.1 | |||
| juniFrIfLayer OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.10.1.1 | |||
| juniFrNextIfIndex OBJECT-TYPE Coordinate ifIndex value allocation for entries in juniFrDlcmiTable. A GET of this object returns the next available ifIndex value to be used to create an entry in the associated interface table; or zero, if no valid ifIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously. | 1.3.6.1.4.1.4874.2.2.10.1.1.1 | JuniNextIfIndex | read-only | current |
| juniFrDlcmiTable OBJECT-TYPE The Parameters for the Data Link Connection Management Interface for the frame relay service on this interface. This table represents a superset of functionality specified in the FRAME-RELAY-DTE-MIB. In particular, it adds attributes that permit the interface to operate as a network-side (DCE) interface. | 1.3.6.1.4.1.4874.2.2.10.1.1.2 | not-accessible | current | |
| juniFrDlcmiEntry OBJECT-TYPE The Parameters for a particular Data Link Connection Management Interface. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/juniIfTable, and juniFrDlcmiStatsTable. Creating/deleting user-side (DTE) entries in this table also causes coresponding entries to be created/deleted in FRAME-RELAY-DTE-MIB.frDlcmiTable. The organization and definitions of objects in this table are intentionally aligned closely to those in FRAME-RELAY-DTE-MIB. | 1.3.6.1.4.1.4874.2.2.10.1.1.2.1 | not-accessible | current | |
| juniFrDlcmiIfIndex OBJECT-TYPE The ifIndex value of the corresponding ifEntry. | 1.3.6.1.4.1.4874.2.2.10.1.1.2.1.1 | InterfaceIndex | read-only | current |
| juniFrDlcmiState OBJECT-TYPE This variable states which Data Link Connection Management scheme is active (and by implication, what DLCI it uses) on the Frame Relay interface. | 1.3.6.1.4.1.4874.2.2.10.1.1.2.1.2 | INTEGER {noLmiConfigured(1), lmiRev1(2), ansiT1617D(3), ansiT1617B(4), itut933A(5), ansiT1617D1994(6)} | read-create | current |
| juniFrDlcmiAddress OBJECT-TYPE This variable states which address format is in use on the Frame Relay interface. | 1.3.6.1.4.1.4874.2.2.10.1.1.2.1.3 | INTEGER {q921(1), q922March90(2), q922November90(3), q922(4)} | read-create | current |
| juniFrDlcmiAddressLen OBJECT-TYPE This variable states the address length in octets. In the case of Q922 format, the length indicates the entire length of the address including the control portion. | 1.3.6.1.4.1.4874.2.2.10.1.1.2.1.4 | INTEGER {twoOctets(2), threeOctets(3), fourOctets(4)} | read-create | current |
| juniFrDlcmiPollingInterval OBJECT-TYPE This is the number of seconds between successive status enquiry messages sent by the DTE. Pertains to DTE/NNI operation only. This parameter can be reconfigured only when the Frame Relay interface is acting as a DTE or NNI. | 1.3.6.1.4.1.4874.2.2.10.1.1.2.1.5 | Integer32 (5..30) | read-create | current |
| juniFrDlcmiFullEnquiryInterval OBJECT-TYPE Number of status enquiry intervals that pass before issuance of a full status enquiry message. Pertains to DTE/NNI operation only. This parameter can be reconfigured only when the Frame Relay interface is acting as a DTE or NNI. | 1.3.6.1.4.1.4874.2.2.10.1.1.2.1.6 | Integer32 (1..255) | read-create | current |
| juniFrDlcmiErrorThreshold OBJECT-TYPE The minimum number of errors that must be observed within the number of events specified by juniFrDlcmiMonitoredEvents, to declare the interface down. 'error' is lack of receipt of a Status, in response to an issued Status Enquiry, within the Polling Interval (T391). Pertains to DTE/NNI operation only. This parameter can be reconfigured only when the Frame Relay interface is acting as a DTE or NNI. | 1.3.6.1.4.1.4874.2.2.10.1.1.2.1.7 | Integer32 (1..10) | read-create | current |
| juniFrDlcmiMonitoredEvents OBJECT-TYPE 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. 'status polling interval' is specified by juniFrDlcmiPollingInterval. Pertains to DTE/NNI operation only. This parameter can be reconfigured only when the Frame Relay interface is acting as a DTE or NNI. | 1.3.6.1.4.1.4874.2.2.10.1.1.2.1.8 | Integer32 (1..10) | read-create | current |
| juniFrDlcmiMaxSupportedVCs 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 badValue. | 1.3.6.1.4.1.4874.2.2.10.1.1.2.1.9 | DLCI | read-create | current |
| juniFrDlcmiMulticast OBJECT-TYPE This indicates whether the Frame Relay interface is using a multicast service. | 1.3.6.1.4.1.4874.2.2.10.1.1.2.1.10 | INTEGER {nonBroadcast(1), broadcast(2)} | read-create | current |
| juniFrDlcmiStatus OBJECT-TYPE This indicates the status of the Frame Relay interface as determined by the performance of the DLCMI. If no DLCMI is running, the Frame Relay interface will stay in the running state indefinitely. | 1.3.6.1.4.1.4874.2.2.10.1.1.2.1.11 | INTEGER {running(1), fault(2), initializing(3)} | read-only | current |
| juniFrDlcmiRowStatus OBJECT-TYPE Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: juniFrDlcmiRowStatus juniFrDlcmiState juniFrDlcmiMaxSupportedVCs juniFrDlcmiLowerIfIndex juniFrDlcmiRole juniFrDlcmiMultilinkFrBundleName (Only for multilink frame relay) In addition, when creating an entry the following conditions must hold: A value for juniFrDlcmiIndex must have been determined previously, by reading juniFrNextIfIndex. The interface identified by juniFrDlcmiLowerIfIndex must exist, and must be an interface type that permits layering of Frame Relay above it. A corresponding entry in ifTable/ifXTable/juniIfTable is created/ destroyed as a result of creating/destroying an entry in this table. If juniFrDlcmiRole is dte(0), a corresponding entry is created/deleted in frDlcmiTable. | 1.3.6.1.4.1.4874.2.2.10.1.1.2.1.12 | RowStatus | read-create | current |
| juniFrDlcmiLowerIfIndex OBJECT-TYPE The ifIndex of an interface over which this Frame Relay interface is to be layered. A value of zero indicates no layering. An implementation may choose to require that a nonzero value be configured at entry creation. In case of multilink frame relay support, it will be multilink frame relay interface's ifIndex. | 1.3.6.1.4.1.4874.2.2.10.1.1.2.1.13 | InterfaceIndexOrZero | read-create | current |
| juniFrDlcmiRole OBJECT-TYPE Specifies the role this interface assumes with respect to the remote end. When acting as a DTE, the following objects are not relevant: juniFrDlcmiDcePollingInterval juniFrDlcmiDceErrorThreshold juniFrDlcmiDceMonitoredEvents When acting as a DCE, the following objects are not relevant: juniFrDlcmiPollingInterval juniFrDlcmiFullEnquiryInterval juniFrDlcmiErrorThreshold juniFrDlcmiMonitoredEvents | 1.3.6.1.4.1.4874.2.2.10.1.1.2.1.14 | INTEGER {dte(0), dce(1), nni(2)} | read-create | current |
| juniFrDlcmiDcePollingInterval OBJECT-TYPE The number of seconds within which a DCE expects to receive a Status Enquiry from the DTE. This value corresponds to the T392 timer. Pertains to DCE/NNI operation only. This parameter can be reconfigured only when the Frame Relay interface is acting as a DCE or NNI. | 1.3.6.1.4.1.4874.2.2.10.1.1.2.1.15 | Integer32 (5..30) | read-create | current |
| juniFrDlcmiDceErrorThreshold OBJECT-TYPE The minimum number of errors that must be observed within the number of events specified by juniFrDlcmiDceMonitoredEvents, to declare the interface down. 'error' is lack of receipt of a Status Enquiry within the interval specified by juniFrDlcmiDcePollingInterval (T392). Pertains to DCE/NNI operation only. This parameter can be reconfigured only when the Frame Relay interface is acting as a DCE or NNI. | 1.3.6.1.4.1.4874.2.2.10.1.1.2.1.16 | Integer32 (1..10) | read-create | current |
| juniFrDlcmiDceMonitoredEvents OBJECT-TYPE The number of DCE polling intervals over which accumulated errors are counted against the threshold specified in juniFrDlcmiDceErrorThreshold. If, within this number of events, the number of errors equals or exceeds the threshold, the interface is declared down. The 'DCE polling interval' is specified by juniFrDlcmiDcePollingInterval. Pertains to DCE/NNI operation only. This parameter can be reconfigured only when the Frame Relay interface is acting as a DCE or NNI. | 1.3.6.1.4.1.4874.2.2.10.1.1.2.1.17 | Integer32 (1..10) | read-create | current |
| juniFrDlcmiMultilinkFrBundleName OBJECT-TYPE This represents multilink frame relay bundle name. This object must be configured to associate the bundle name to the frame relay major interface to support the multilink frame relay encapsulation. For non-multilink frame relay, bundle name configuration is not valid and will be ignored. | 1.3.6.1.4.1.4874.2.2.10.1.1.2.1.18 | JuniFrMlFrBundleName | read-create | current |
| juniFrDlcmiStatsTable OBJECT-TYPE The statistics for the Data Link Connection Management Interface for the frame relay service on this interface. | 1.3.6.1.4.1.4874.2.2.10.1.1.3 | not-accessible | current | |
| juniFrDlcmiStatsEntry OBJECT-TYPE The statistics for a particular Data Link Connection Management Interface. Statistics are not relevant while the juniFrDlcmiState has the value 'noLmiConfigured'. The DTE statistics are relevant when the corresponding juniFrDlcmiRole is DTE. The DTE statistics are relevant when the corresponding juniFrDlcmiRole is DCE. | 1.3.6.1.4.1.4874.2.2.10.1.1.3.1 | not-accessible | current | |
| juniFrDlcmiStatsDteEnquiries OBJECT-TYPE Number of Status Enquiries sent (as DTE). | 1.3.6.1.4.1.4874.2.2.10.1.1.3.1.1 | Counter32 | read-only | current |
| juniFrDlcmiStatsDteFullEnquiries OBJECT-TYPE Number of Full Enquiries sent (as DTE). | 1.3.6.1.4.1.4874.2.2.10.1.1.3.1.2 | Counter32 | read-only | current |
| juniFrDlcmiStatsDteEnquiryResponses OBJECT-TYPE Number of Status Enquiry responses received (as DTE). | 1.3.6.1.4.1.4874.2.2.10.1.1.3.1.3 | Counter32 | read-only | current |
| juniFrDlcmiStatsDteFullEnquiryResponses OBJECT-TYPE Number of Full Enquiry responses received (as DTE). | 1.3.6.1.4.1.4874.2.2.10.1.1.3.1.4 | Counter32 | read-only | current |
| juniFrDlcmiStatsDteAsyncUpdates OBJECT-TYPE Number of Asynchronous Updates received (as DTE). | 1.3.6.1.4.1.4874.2.2.10.1.1.3.1.5 | Counter32 | read-only | current |
| juniFrDlcmiStatsDteUnknownRxMessages OBJECT-TYPE Number of unknown messages received (as DTE). | 1.3.6.1.4.1.4874.2.2.10.1.1.3.1.6 | Counter32 | read-only | current |
| juniFrDlcmiStatsDteLossOfSequences OBJECT-TYPE Number of times a discontinuity in sequence numbering of received messages was detected (as DTE). | 1.3.6.1.4.1.4874.2.2.10.1.1.3.1.7 | Counter32 | read-only | current |
| juniFrDlcmiStatsDteNoResponseTimeouts OBJECT-TYPE Number of timer expirations awaiting a Status message (as DTE). | 1.3.6.1.4.1.4874.2.2.10.1.1.3.1.8 | Counter32 | read-only | current |
| juniFrDlcmiStatsDceEnquiries OBJECT-TYPE Number of Status Enquiries received (as DCE.) | 1.3.6.1.4.1.4874.2.2.10.1.1.3.1.9 | Counter32 | read-only | current |
| juniFrDlcmiStatsDceFullEnquiries OBJECT-TYPE Number of Full Enquiries received (as DCE). | 1.3.6.1.4.1.4874.2.2.10.1.1.3.1.10 | Counter32 | read-only | current |
| juniFrDlcmiStatsDceEnquiryResponses OBJECT-TYPE Number of Status Enquiry responses sent (as DCE). | 1.3.6.1.4.1.4874.2.2.10.1.1.3.1.11 | Counter32 | read-only | current |
| juniFrDlcmiStatsDceFullEnquiryResponses OBJECT-TYPE Number of Full Enquiry responses sent (as DCE). | 1.3.6.1.4.1.4874.2.2.10.1.1.3.1.12 | Counter32 | read-only | current |
| juniFrDlcmiStatsDceAsyncUpdates OBJECT-TYPE Number of Asynchronous Updates sent (as DCE). | 1.3.6.1.4.1.4874.2.2.10.1.1.3.1.13 | Counter32 | read-only | current |
| juniFrDlcmiStatsDceUnknownRxMessages OBJECT-TYPE Number of unknown messages received (as DCE). | 1.3.6.1.4.1.4874.2.2.10.1.1.3.1.14 | Counter32 | read-only | current |
| juniFrDlcmiStatsDceLossOfSequences OBJECT-TYPE Number of times a discontinuity in sequence numbering of received messages was detected (as DCE). | 1.3.6.1.4.1.4874.2.2.10.1.1.3.1.15 | Counter32 | read-only | current |
| juniFrDlcmiStatsDceNoResponseTimeouts OBJECT-TYPE Number of timer expirations awaiting a Status Enquiry (as DCE). | 1.3.6.1.4.1.4874.2.2.10.1.1.3.1.16 | Counter32 | read-only | current |
| juniFrDlcmiStatsDiscontinuityTime OBJECT-TYPE Value of sysUpTime at the most recent event that caused a discontinuity in the monotonic operation of any of the counters in this entry. Such disruption might be caused by: Hardware insertion/removal. Reconfiguration of juniFrDlcmiState. Reconfiguration of juniFrDlcmiRole. Conclusions can be drawn from successive polls of an entry's counters only if the value of this object, simultaneously retrieved in those polls, remains unchanged. | 1.3.6.1.4.1.4874.2.2.10.1.1.3.1.17 | TimeTicks | read-only | current |
| juniFrCircuitTable OBJECT-TYPE A table containing information about specific Data Link Connections (DLC) or virtual circuits. This table mirrors the structure of FRAME-RELAY-DTE-MIB.frCircuitTable, for the purpose of enumerating circuits on both DTE and DCE Frame Relay interfaces. | 1.3.6.1.4.1.4874.2.2.10.1.1.4 | not-accessible | current | |
| juniFrCircuitEntry OBJECT-TYPE The information regarding a single Data Link Connection. Discontinuities in the counters contained in this table are indicated by the value in juniFrCircuitCreationTime. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1 | not-accessible | current | |
| juniFrCircuitIfIndex OBJECT-TYPE The ifIndex Value of the ifEntry this virtual circuit is layered onto. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.1 | InterfaceIndex | not-accessible | current |
| juniFrCircuitDlci OBJECT-TYPE The Data Link Connection Identifier for this virtual circuit. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.2 | DLCI | not-accessible | current |
| juniFrCircuitState OBJECT-TYPE Indicates whether the particular virtual circuit is operational. In the absence of a Data Link Connection Management Interface, virtual circuit entries (rows) may be created by setting 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. The use of 'invalid' is deprecated in this SNMP Version 2 MIB, in favor of juniFrCircuitRowStatus. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.3 | INTEGER {invalid(1), active(2), inactive(3)} | read-create | current |
| juniFrCircuitReceivedFECNs OBJECT-TYPE Number of frames received from the network indicating forward congestion since the virtual circuit was created. This occurs when the remote DTE sets the FECN flag, or when a switch in the network enqueues the frame to a trunk whose transmission queue is congested. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.4 | Counter32 | read-only | current |
| juniFrCircuitReceivedBECNs OBJECT-TYPE Number of frames received from the network indicating backward congestion since the virtual circuit was created. This occurs when the remote DTE sets the BECN flag, or when a switch in the network receives the frame from a trunk whose transmission queue is congested. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.5 | Counter32 | read-only | current |
| juniFrCircuitSentFrames OBJECT-TYPE The number of frames sent from this virtual circuit since it was created. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.6 | Counter32 | read-only | current |
| juniFrCircuitSentOctets OBJECT-TYPE The number of octets sent from this virtual circuit since it was created. Octets counted are the full frame relay header and the payload, but do not include the flag characters or CRC. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.7 | Counter32 | read-only | current |
| juniFrCircuitReceivedFrames OBJECT-TYPE Number of frames received over this virtual circuit since it was created. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.8 | Counter32 | read-only | current |
| juniFrCircuitReceivedOctets OBJECT-TYPE Number of octets received over this virtual circuit since it was created. Octets counted include the full frame relay header, but do not include the flag characters or the CRC. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.9 | Counter32 | read-only | current |
| juniFrCircuitCreationTime OBJECT-TYPE The value of sysUpTime when the virtual circuit was created, whether by the Data Link Connection Management Interface or by a SetRequest. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.10 | TimeStamp | read-only | current |
| juniFrCircuitLastTimeChange OBJECT-TYPE The value of sysUpTime when last there was a change in the virtual circuit state | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.11 | TimeStamp | read-only | current |
| juniFrCircuitCommittedBurst 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. A value of zero (the default) indicates no commitment. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.12 | Integer32 (0..2147483647) | read-create | current |
| juniFrCircuitExcessBurst OBJECT-TYPE This variable indicates the maximum amount of uncommitted data bits that the network will attempt 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.4.1.4874.2.2.10.1.1.4.1.13 | Integer32 (0..2147483647) | read-create | current |
| juniFrCircuitThroughput OBJECT-TYPE Throughput is the average number of 'Frame Relay Information Field' bits transferred per second across a user network interface in one direction, measured over the measurement interval. If the configured committed burst rate and throughput are both non-zero, the measurement interval, T, is T = juniFrCircuitCommittedBurst / juniFrCircuitThroughput. If the configured committed burst rate and throughput are both zero, the measurement interval, T, is T = juniFrCircuitExcessBurst / ifSpeed A value of zero (the default) for throughput indicates no commitment. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.14 | Integer32 (0..2147483647) | read-create | current |
| juniFrCircuitMulticast OBJECT-TYPE This indicates whether this VC is used as a unicast VC (i.e. not multicast) or the type of multicast service subscribed to. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.15 | INTEGER {unicast(1), oneWay(2), twoWay(3), nWay(4)} | read-create | current |
| juniFrCircuitType OBJECT-TYPE Indication of whether the VC was manually created (static), or dynamically created (dynamic) via the data link control management interface. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.16 | INTEGER {static(1), dynamic(2)} | read-only | current |
| juniFrCircuitDiscards OBJECT-TYPE The number of inbound frames dropped because of format errors, or because the VC is inactive. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.17 | Counter32 | read-only | current |
| juniFrCircuitReceivedDEs OBJECT-TYPE Number of frames received from the network indicating that they were eligible for discard since the virtual circuit was created. This occurs when the remote DTE sets the DE flag, or when in remote DTE's switch detects that the frame was received as Excess Burst data. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.18 | Counter32 | read-only | current |
| juniFrCircuitSentDEs OBJECT-TYPE Number of frames sent to the network indicating that they were eligible for discard since the virtual circuit was created. This occurs when the local DTE sets the DE flag, indicating that during Network congestion situations those frames should be discarded in preference of other frames sent without the DE bit set. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.19 | Counter32 | read-only | current |
| juniFrCircuitLogicalIfIndex OBJECT-TYPE Normally the same value as frDlcmiIfIndex, but different when an implementation associates a virtual ifEntry with a DLC or set of DLCs in order to associate higher layer objects such as the ipAddrEntry with a subset of the virtual circuits on a Frame Relay interface. The type of such ifEntries is defined by the higher layer object; for example, if PPP/Frame Relay is implemented, the ifType of this ifEntry would be PPP. If it is not so defined, as would be the case with an ipAddrEntry, it should be of type Other. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.20 | InterfaceIndex | read-create | current |
| juniFrCircuitRowStatus OBJECT-TYPE This object is used to create a new row or modify or destroy an existing row in the manner described in the definition of the RowStatus textual convention. Writable objects in the table may be written in any RowStatus state. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.21 | RowStatus | read-create | current |
| juniFrCircuitSentFECNs OBJECT-TYPE Number of frames sent to the network indicating forward congestion since the virtual circuit was created. This occurs when the remote DTE sets the FECN flag, or when a switch in the network enqueues the frame to a trunk whose transmission queue is congested. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.22 | Counter32 | read-only | current |
| juniFrCircuitSentBECNs OBJECT-TYPE Number of frames sent to the network indicating backward congestion since the virtual circuit was created. This occurs when the remote DTE sets the BECN flag, or when a switch in the network receives the frame from a trunk whose transmission queue is congested. | 1.3.6.1.4.1.4874.2.2.10.1.1.4.1.23 | Counter32 | read-only | current |
| juniFrSubIfLayer OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.10.1.2 | |||
| juniFrSubIfNextIfIndex OBJECT-TYPE Coordinate ifIndex value allocation for entries in juniFrSubIfTable. A GET of this object returns the next available ifIndex value to be used to create an entry in the associated interface table; or zero, if no valid ifIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously. | 1.3.6.1.4.1.4874.2.2.10.1.2.1 | JuniNextIfIndex | read-only | current |
| juniFrSubIfTable OBJECT-TYPE This table contains entries for Frame Relay Subinterfaces present in the system. | 1.3.6.1.4.1.4874.2.2.10.1.2.2 | not-accessible | current | |
| juniFrSubIfEntry OBJECT-TYPE Each entry describes the characteristics of a Frame Relay Subinterface. Creating/deleting entries in this table causes corresponding entries for be created /deleted in ifTable/ifXTable/juniIfTable. | 1.3.6.1.4.1.4874.2.2.10.1.2.2.1 | not-accessible | current | |
| juniFrSubIfIndex OBJECT-TYPE The ifIndex of the Frame Relay Subinterface. When creating entries in this table, suitable values for this object are determined by reading juniFrSubNextIfIndex. | 1.3.6.1.4.1.4874.2.2.10.1.2.2.1.1 | InterfaceIndex | not-accessible | current |
| juniFrSubIfRowStatus OBJECT-TYPE Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: juniFrSubIfRowStatus juniFrSubIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for juniFrSubIfIndex must have been determined previously, by reading juniFrSubIfNextIfIndex. The interface identified by juniFrSubIfLowerIfIndex must exist, and must be a Frame Relay interface. A positive value configured for juniFrSubIfId must not already be assigned to another subinterface layered onto the same underlying Frame Relay interface. A corresponding entry in ifTable/ifXTable/juniIfTable is created/ destroyed as a result of creating/destroying an entry in this table. | 1.3.6.1.4.1.4874.2.2.10.1.2.2.1.2 | RowStatus | read-create | current |
| juniFrSubIfLowerIfIndex OBJECT-TYPE The ifIndex of a Frame Relay interface over which this Frame Relay Subinterface is to be layered. A value of zero indicates no layering. An implementation may choose to require that a nonzero value be configured at entry creation. | 1.3.6.1.4.1.4874.2.2.10.1.2.2.1.3 | InterfaceIndexOrZero | read-create | current |
| juniFrSubIfId OBJECT-TYPE An integer identifier for the Frame Relay subinterface, used in conjunction with the command-line interface. It is provided here for cross-reference purposes only. The value must be unique among subinterfaces configured on the same underlying Frame Relay interface. If this object is not configured, or is configured with a value of -1, a nonzero value will be allocated internally and can be retrieved from this object after table entry creation has succeeded. A value of zero for this object is reserved for future use. | 1.3.6.1.4.1.4874.2.2.10.1.2.2.1.4 | Integer32 (-1..2147483647) | read-create | current |
| juniFrSubIfCktTable OBJECT-TYPE This table contains entries for Frame Relay circuits configured on Frame Relay Subinterfaces present in the system. An implementation may constrain the number of circuits permitted to be configured per Frame Relay Subinterface; in particular, an implementation may restrict each Frame Relay Subinterface to have a single circuit. Attributes in this entry can only be configured at entry creation, and remain fixed for the lifetime of the entry. | 1.3.6.1.4.1.4874.2.2.10.1.2.3 | not-accessible | current | |
| juniFrSubIfCktEntry OBJECT-TYPE Each entry describes the characteristics of a Frame Relay Subinterface circuit. | 1.3.6.1.4.1.4874.2.2.10.1.2.3.1 | not-accessible | current | |
| juniFrSubIfCktDlci OBJECT-TYPE The DLCI of the Frame Relay circuit used by this subinterface. | 1.3.6.1.4.1.4874.2.2.10.1.2.3.1.1 | DLCI | not-accessible | current |
| juniFrSubIfCktRowStatus OBJECT-TYPE Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: juniFrSubIfCktRowStatus | 1.3.6.1.4.1.4874.2.2.10.1.2.3.1.2 | RowStatus | read-create | current |
| juniFrMlFr OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.10.1.3 | |||
| juniFrMlFrBundleTable OBJECT-TYPE This table contains entries for MLFR bundles present in the system. | 1.3.6.1.4.1.4874.2.2.10.1.3.1 | not-accessible | current | |
| juniFrMlFrBundleEntry OBJECT-TYPE Each entry describes the characteristics of a Multilink bundle. | 1.3.6.1.4.1.4874.2.2.10.1.3.1.1 | not-accessible | current | |
| juniFrMlFrBundleName OBJECT-TYPE The administrative name of the multilink bundle associated with this Frame Relay major interface. | 1.3.6.1.4.1.4874.2.2.10.1.3.1.1.1 | JuniFrMlFrBundleName | not-accessible | current |
| juniFrMlFrBundleRowStatus OBJECT-TYPE The rowStatus for this entry. The following sets are supported: createAndGo(4), destroy(6) The following values can be read from this object: active(1) | 1.3.6.1.4.1.4874.2.2.10.1.3.1.1.2 | RowStatus | read-create | current |
| juniFrMlFrNextLinkIfIndex OBJECT-TYPE Coordinate ifIndex value allocation for entries in juniFrMlFrLinkConfigTable. A GET of this object returns the next available ifIndex value to be used to create an entry in the associated interface table; or zero, if no valid ifIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously. | 1.3.6.1.4.1.4874.2.2.10.1.3.2 | JuniNextIfIndex | read-only | current |
| juniFrMlFrLinkConfigTable OBJECT-TYPE This table contains entries for FR link interfaces present in the system to be added to the multilink bundles. | 1.3.6.1.4.1.4874.2.2.10.1.3.3 | not-accessible | current | |
| juniFrMlFrLinkConfigEntry OBJECT-TYPE Each entry describes the characteristics of FR link interface. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/juniIfTable. | 1.3.6.1.4.1.4874.2.2.10.1.3.3.1 | not-accessible | current | |
| juniFrMlFrLinkConfigIfIndex OBJECT-TYPE The ifIndex of the FR link interface. When creating entries in this table, suitable values for this object are determined by reading juniFrMlFrNextLinkIfIndex. | 1.3.6.1.4.1.4874.2.2.10.1.3.3.1.1 | InterfaceIndex | not-accessible | current |
| juniFrMlFrLinkConfigLowerIfIndex OBJECT-TYPE The ifIndex of an interface over which this FR link interface is to be layered. A value of zero indicates no layering. An implementation may choose to require that a non-zero value be configured at entry creation. | 1.3.6.1.4.1.4874.2.2.10.1.3.3.1.2 | InterfaceIndexOrZero | read-create | current |
| juniFrMlFrLinkConfigRowStatus OBJECT-TYPE Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: juniFrMlFrLinkConfigRowStatus juniFrMlFrLinkConfigLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for juniFrMlFrLinkConfigIfIndex must have been determined previously, by reading juniFrMlFrNextIfIndex. The interface identified by juniFrMlFrLinkConfigLowerIfIndex must exist. A corresponding entry in ifTable/ifXTable/juniIfTable is created/ destroyed as a result of creating/destroying an entry in this table. | 1.3.6.1.4.1.4874.2.2.10.1.3.3.1.3 | RowStatus | read-create | current |
| juniFrMlFrMajorConfigTable OBJECT-TYPE This table contains entries for FR major interfaces present in the system which are associated with multilink bundles. | 1.3.6.1.4.1.4874.2.2.10.1.3.4 | not-accessible | current | |
| juniFrMlFrMajorConfigEntry OBJECT-TYPE Each entry describes the characteristics of FR major interface which have association with the MLFR bundles. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/juniIfTable. | 1.3.6.1.4.1.4874.2.2.10.1.3.4.1 | not-accessible | current | |
| juniFrMlFrMajorConfigIfIndex OBJECT-TYPE The ifIndex of the FR Major interface. When creating entries in this table, suitable values for this object are determined by reading already created FR Major interface values. Each multilink bundle will be associated with one FR major interface. This association will be done at the creation of FR major interface (juniFrDlcmiTable) specifying its lower interfce binding as FR link ifIndex(juniFrMlFrLinkConfigTable) and the multilink bundle name. | 1.3.6.1.4.1.4874.2.2.10.1.3.4.1.1 | InterfaceIndex | not-accessible | current |
| juniFrMlFrMajorConfigLowerIfIndex OBJECT-TYPE The ifIndex of a FR link interface over which this FR Major interface is to be layered. On sets, the value of this object must equal on of the previously created FR link interfaces created in the juniFrMlFrLinkConfigTable. On gets, the value of this object is the lexicographically least FR link interface in a potential bundle of FR link interfaces. | 1.3.6.1.4.1.4874.2.2.10.1.3.4.1.2 | InterfaceIndex | read-create | current |
| juniFrMlFrMajorBundleName OBJECT-TYPE The MLFR bundle name administratively assigned. | 1.3.6.1.4.1.4874.2.2.10.1.3.4.1.3 | JuniFrMlFrBundleName | read-create | current |
| juniFrMlFrMajorRowStatus OBJECT-TYPE Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: juniFrMlFrMajorConfigLowerIfIndex juniFrMlFrMajorBundleName juniFrMlFrMajorConfigRowStatus In addition, when creating an entry the following conditions must hold: The interface identified by juniFrMlFrMajorConfigIndex must exist by a creation request to the juniFrDlcmiTable. The interface identified by juniFrMlFrMajorConfigLowerIfIndex must exist by a creation request to the juniFrMlFrLinkConfigTable. The bundleName specified in juniFrMlFrMajorBundleName must have been created first in the juniFrMlFrBundleTable. A corresponding entry in ifTable/ifXTable/juniIfTable is created/ destroyed as a result of creating/destroying an entry in this table. | 1.3.6.1.4.1.4874.2.2.10.1.3.4.1.4 | RowStatus | read-create | current |
| juniFrMlFrLinkBindTable OBJECT-TYPE This table contains entries for FR Link interfaces to FR major interfaces bindings associated with multilink bundles. | 1.3.6.1.4.1.4874.2.2.10.1.3.5 | not-accessible | current | |
| juniFrMlFrLinkBindEntry OBJECT-TYPE Each entry describes the FR link interface to FR major interface bindingsi associated with multilink bundles. | 1.3.6.1.4.1.4874.2.2.10.1.3.5.1 | not-accessible | current | |
| juniFrMlFrBindMajorIfIndex OBJECT-TYPE The ifIndex of the FR major interface associated with multilink. | 1.3.6.1.4.1.4874.2.2.10.1.3.5.1.1 | InterfaceIndex | not-accessible | current |
| juniFrMlFrBindLinkIfIndex OBJECT-TYPE The ifIndex of a FR link interface bound by the FR major interface defined by juniFrMlFrBindMajorIfIndex. | 1.3.6.1.4.1.4874.2.2.10.1.3.5.1.2 | InterfaceIndex | not-accessible | current |
| juniFrMlFrBindRowStatus OBJECT-TYPE Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: juniFrMlFrBindRowStatus In addition, when creating an entry the following conditions must hold: The interfaces identified by juniFrMlFrBindNetworkIfIndex and juniFrMlFrBindLinkIfIndex must be created in the juniFrMlFrMajorConfigTable and juniFrMlFrLinkConfigTable respectively. A MLFR bundle must be associated with the juniFrMlFrMajorIfIndex and exist in the juniFrMibFrBundleTable. A corresponding entry in ifStackTable is created/destroyed as a result of creating/destroying an entry in this table. Note: This table is read-only table for now. To add links to bundle make use of juniFrMlFrMajorConfigTable. | 1.3.6.1.4.1.4874.2.2.10.1.3.5.1.3 | RowStatus | read-create | current |
| juniFrConformance OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.10.4 | |||
| juniFrCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.10.4.1 | |||
| juniFrGroups OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.10.4.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| juniFrCompliance MODULE-COMPLIANCE Obsolete compliance statement for entities that implement the Juniper Frame Relay MIB. This statement became obsolete when multi-link frame relay support was added. | 1.3.6.1.4.1.4874.2.2.10.4.1.1 | obsolete |
| juniFrCompliance2 MODULE-COMPLIANCE The compliance statement for entities that implement the Juniper Frame Relay MIB. | 1.3.6.1.4.1.4874.2.2.10.4.1.2 | current |
| juniFrGroup OBJECT-GROUP Obsolete collection of objects providing management of Frame Relay interfaces in a Juniper product. This group became obsolete when multi-link frame relay support was added. | 1.3.6.1.4.1.4874.2.2.10.4.2.1 | obsolete |
| juniFrSubIfGroup OBJECT-GROUP A collection of objects providing management of Frame Relay subinterfaces in a Juniper product. | 1.3.6.1.4.1.4874.2.2.10.4.2.2 | current |
| juniFrGroup2 OBJECT-GROUP A collection of objects providing management of Frame Relay interfaces in a Juniper product. | 1.3.6.1.4.1.4874.2.2.10.4.2.3 | current |
| juniFrMlFrGroup OBJECT-GROUP A collection of objects providing management of Multilink Frame Relay in a Juniper product. | 1.3.6.1.4.1.4874.2.2.10.4.2.4 | current |