Juniper-HDLC-MIB: View SNMP OID List / Download MIB

VENDOR: JUNIPER


 Home MIB: Juniper-HDLC-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 juniHdlcMIB 1.3.6.1.4.1.4874.2.2.9
The HDLC MIB for the Juniper Networks enterprise. This MIB provides a means for configuring HDLC interfaces on top of various types of interfaces, such as packet over SONET (POS) and high speed serial interfaces (HSSI). Management objects are provided to query for an available interface index, and to create/delete interfaces of this type. Creating/deleting this interface type using this MIB has the side effect of creating/deleting corresponding entries in the IF-MIB.ifTable, the IF-MIB.ifXTable, and the Juniper-UNI-IF-MIB.juniIfTable.
     juniHdlcObjects 1.3.6.1.4.1.4874.2.2.9.1
         juniHdlcNextIfIndex 1.3.6.1.4.1.4874.2.2.9.1.1 juninextifindex read-only
Coordinate ifIndex value allocation for entries in juniHdlcIfTable. 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.
         juniHdlcIfTable 1.3.6.1.4.1.4874.2.2.9.1.2 no-access
This table contains entries for HDLC interfaces present in the system.
             juniHdlcIfEntry 1.3.6.1.4.1.4874.2.2.9.1.2.1 no-access
Each entry describes the characteristics of an HDLC interface. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/juniIfTable.
                 juniHdlcIfIndex 1.3.6.1.4.1.4874.2.2.9.1.2.1.1 interfaceindex no-access
The ifIndex of the HDLC interface. When creating entries in this table, suitable values for this object are determined by reading juniHdlcNextIfIndex.
                 juniHdlcIfRowStatus 1.3.6.1.4.1.4874.2.2.9.1.2.1.2 rowstatus read-only
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: juniHdlcIfRowStatus juniHdlcIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for juniHdlcIfIndex must have been determined previously, by reading juniHdlcNextIfIndex. The interface identified by juniHdlcIfLowerIfIndex must exist. A corresponding entry in ifTable/ifXTable/juniIfTable is created/ destroyed as a result of creating/destroying an entry in this table.
                 juniHdlcIfLowerIfIndex 1.3.6.1.4.1.4874.2.2.9.1.2.1.3 interfaceindexorzero read-only
The ifIndex of an interface over which this HDLC 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.
                 juniHdlcIfMtu 1.3.6.1.4.1.4874.2.2.9.1.2.1.4 integer32 read-only
The Maximum Transmission Unit (MTU) this interface is permitted to transmit. At creation, if a value for this object is not specified, a default will be chosen that is suitable for the type of lower interface on which this interface is stacked. This setting plus 2 bytes for HDLC address/control plus the length in bytes of the HDLC CRC cannot exceed 65535. The maximum value for this object reflects the largest possible value when no CRC is used; technology constraints of a particular implementation may further limit the upper bound value.
                 juniHdlcIfMru 1.3.6.1.4.1.4874.2.2.9.1.2.1.5 integer32 read-only
The Maximum Receive Unit (MRU) this interface is permitted to receive. At creation, if a value for this object is not specified, a default will be chosen that is suitable for the type of lower interface on which this interface is stacked. This setting plus 2 bytes for HDLC address/control plus the length in bytes of the HDLC CRC cannot exceed 65535. The maximum value for this object reflects the largest possible value when no CRC is used; technology constraints of a particular implementation may further limit the upper bound value.
                 juniHdlcIfCrcSize 1.3.6.1.4.1.4874.2.2.9.1.2.1.6 integer read-only
Selects the CRC size: none, 16 bits, or 32 bits. Enumeration: 'crc32': 2, 'none': 0, 'crc16': 1.
                 juniHdlcIfDataPolarity 1.3.6.1.4.1.4874.2.2.9.1.2.1.7 integer read-only
Polarity of data transmitted on this HDLC interface. Inverted data is used for certain line coding configurations to ensure sufficient one's density for timing recovery by the remote end. Enumeration: 'inverted': 1, 'normal': 0.
                 juniHdlcIfClockMode 1.3.6.1.4.1.4874.2.2.9.1.2.1.8 integer read-only
The clock mode setting for this HDLC interface. This object is only applicable to HDLC interfaces directly over a high speed serial interface (HSSI). At creation, if a value for this object is not specified, a default will be chosen that is suitable for the type of lower interface on which this interface is stacked. If the lower interface is not HSSI, then the default value will be hdlcClockUnsupported(0); if the lower interface is HSSI then the default value will be hdlcClockLine(2). Enumeration: 'hdlcClockUnsupported': 0, 'hdlcClockLine': 2, 'hdlcClockInternal': 1.
                 juniHdlcIfClockRate 1.3.6.1.4.1.4874.2.2.9.1.2.1.9 integer read-only
The clock rate setting for this HDLC interface. This object is only applicable to HDLC interfaces directly over a high speed serial interface (HSSI). At creation, if a value for this object is not specified, a default will be chosen that is suitable for the type of lower interface on which this interface is stacked. If the lower interface is not HSSI, then the default value will be hdlcClockRateUnsupported(0); if the lower interface is HSSI then the default value will be hdlcClockRate44At736Mhz(2). Enumeration: 'hdlcClockRate34At368Mhz': 1, 'hdlcClockRate44At736Mhz': 2, 'hdlcClockRateUnsupported': 0.
                 juniHdlcIfForceDteAck 1.3.6.1.4.1.4874.2.2.9.1.2.1.10 integer read-only
The force DTE acknowledge setting. This object is only applicable to HDLC interfaces directly over a high speed serial interface (HSSI). This is set to force Cisco compatibility mode, and is only valid when the lower interface is configured for internal (DTE) clocking. At creation, if a value for this object is not specified, a default will be chosen that is suitable for the type of lower interface on which this interface is stacked. If the lower interface is not HSSI, then the default value will be forceDteAckUnsupported(0); if the lower interface is HSSI then the default value will be forceDteAckNormal(1). Enumeration: 'forceDteAckNormal': 1, 'forceDteAckUnsupported': 0, 'forceDteAckForced': 2.
                 juniHdlcIfIdleCharacter 1.3.6.1.4.1.4874.2.2.9.1.2.1.11 integer read-only
The HDLC idle character has two possible settings. The value can be set to idleCharacterFlags which translates to 0x7E or it can be set to idleCharacterMarks which translates to 0xFF. At creation, if a value for this object is not specified, the default value of idleCharacterFlags will be assigned. Enumeration: 'idleCharacterMarks': 1, 'idleCharacterFlags': 0.
     juniHdlcConformance 1.3.6.1.4.1.4874.2.2.9.4
         juniHdlcCompliances 1.3.6.1.4.1.4874.2.2.9.4.1
             juniHdlcCompliance 1.3.6.1.4.1.4874.2.2.9.4.1.1
Obsolete compliance statement for entities that implement the Juniper HDLC MIB. This compliance statement became obsolete when juniHdlcIfDataPolarity was added.
             juniHdlcCompliance2 1.3.6.1.4.1.4874.2.2.9.4.1.2
The compliance statement for entities that implement the Juniper HDLC MIB. This compliance statement became obsolete when juniHdlcIfClockMode, juniHdlcIfClockRate, and juniHdlcIfForceDteAck were added.
             juniHdlcCompliance3 1.3.6.1.4.1.4874.2.2.9.4.1.3
Obsolete compliance statement for entities that implement the Juniper HDLC MIB. This compliance statement became obsolete when juniHdlcIfIdleCharacter was added.
             juniHdlcCompliance4 1.3.6.1.4.1.4874.2.2.9.4.1.4
The compliance statement for entities that implement the Juniper HDLC MIB.
         juniHdlcGroups 1.3.6.1.4.1.4874.2.2.9.4.2
             juniHdlcGroup 1.3.6.1.4.1.4874.2.2.9.4.2.1
Obsolete collection of objects providing management of HDLC interfaces in a Juniper product. This group became obsolete when juniHdlcIfDataPolarity was added.
             juniHdlcGroup2 1.3.6.1.4.1.4874.2.2.9.4.2.2
Obsolete collection of objects providing management of HDLC interfaces in a Juniper product. This group became obsolete when juniHdlcIfClockMode, juniHdlcIfClockRate, and juniHdlcIfForceDteAck were added.
             juniHdlcGroup3 1.3.6.1.4.1.4874.2.2.9.4.2.3
Obsolete collection of objects providing management of HDLC interfaces in a Juniper product. This group became obsolete when juniHdlcIfIdleCharacter was added.
             juniHdlcGroup4 1.3.6.1.4.1.4874.2.2.9.4.2.4
A collection of objects providing management of HDLC interfaces in a Juniper product.