Unisphere-Data-HDLC-MIB

File: Unisphere-Data-HDLC-MIB.mib (16920 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB Unisphere-Data-MIBs Unisphere-Data-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
RowStatus MODULE-COMPLIANCE OBJECT-GROUP
InterfaceIndex InterfaceIndexOrZero usDataMibs
UsdNextIfIndex

Defined Types

UsdHdlcIfEntry  
SEQUENCE    
  usdHdlcIfIndex InterfaceIndex
  usdHdlcIfRowStatus RowStatus
  usdHdlcIfLowerIfIndex InterfaceIndexOrZero
  usdHdlcIfMtu Integer32
  usdHdlcIfMru Integer32
  usdHdlcIfCrcSize INTEGER
  usdHdlcIfDataPolarity INTEGER
  usdHdlcIfClockMode INTEGER
  usdHdlcIfClockRate INTEGER
  usdHdlcIfForceDteAck INTEGER

Defined Values

usdHdlcMIB 1.3.6.1.4.1.4874.2.2.9
The HDLC MIB for the Unisphere 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 Unisphere-Data-IF-MIB.usdIfTable.
MODULE-IDENTITY    

usdHdlcObjects 1.3.6.1.4.1.4874.2.2.9.1
OBJECT IDENTIFIER    

usdHdlcNextIfIndex 1.3.6.1.4.1.4874.2.2.9.1.1
Coordinate ifIndex value allocation for entries in usdHdlcIfTable. 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.
Status: current Access: read-only
OBJECT-TYPE    
  UsdNextIfIndex  

usdHdlcIfTable 1.3.6.1.4.1.4874.2.2.9.1.2
This table contains entries for HDLC interfaces present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdHdlcIfEntry

usdHdlcIfEntry 1.3.6.1.4.1.4874.2.2.9.1.2.1
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/usdIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdHdlcIfEntry  

usdHdlcIfIndex 1.3.6.1.4.1.4874.2.2.9.1.2.1.1
The ifIndex of the HDLC interface. When creating entries in this table, suitable values for this object are determined by reading usdHdlcNextIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usdHdlcIfRowStatus 1.3.6.1.4.1.4874.2.2.9.1.2.1.2
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: usdHdlcIfRowStatus usdHdlcIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for usdHdlcIfIndex must have been determined previously, by reading usdHdlcNextIfIndex. The interface identified by usdHdlcIfLowerIfIndex must exist. A corresponding entry in ifTable/ifXTable/usdIfTable is created/destroyed as a result of creating/destroying an entry in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdHdlcIfLowerIfIndex 1.3.6.1.4.1.4874.2.2.9.1.2.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

usdHdlcIfMtu 1.3.6.1.4.1.4874.2.2.9.1.2.1.4
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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..32763  

usdHdlcIfMru 1.3.6.1.4.1.4874.2.2.9.1.2.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..32763  

usdHdlcIfCrcSize 1.3.6.1.4.1.4874.2.2.9.1.2.1.6
Selects the CRC size: none, 16 bits, or 32 bits.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), crc16(1), crc32(2)  

usdHdlcIfDataPolarity 1.3.6.1.4.1.4874.2.2.9.1.2.1.7
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER normal(0), inverted(1)  

usdHdlcIfClockMode 1.3.6.1.4.1.4874.2.2.9.1.2.1.8
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).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER hdlcClockUnsupported(0), hdlcClockInternal(1), hdlcClockLine(2)  

usdHdlcIfClockRate 1.3.6.1.4.1.4874.2.2.9.1.2.1.9
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 hdlcClockRate44-736Mhz(2).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER hdlcClockRateUnsupported(0), hdlcClockRate34-368Mhz(1), hdlcClockRate44-736Mhz(2)  

usdHdlcIfForceDteAck 1.3.6.1.4.1.4874.2.2.9.1.2.1.10
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).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER forceDteAckUnsupported(0), forceDteAckNormal(1), forceDteAckForced(2)  

usdHdlcConformance 1.3.6.1.4.1.4874.2.2.9.4
OBJECT IDENTIFIER    

usdHdlcCompliances 1.3.6.1.4.1.4874.2.2.9.4.1
OBJECT IDENTIFIER    

usdHdlcGroups 1.3.6.1.4.1.4874.2.2.9.4.2
OBJECT IDENTIFIER    

usdHdlcCompliance 1.3.6.1.4.1.4874.2.2.9.4.1.1
Obsolete compliance statement for entities that implement the Unisphere HDLC MIB. This compliance statement became obsolete when usdHdlcIfDataPolarity was added.
Status: obsolete Access: read-create
MODULE-COMPLIANCE    

usdHdlcCompliance2 1.3.6.1.4.1.4874.2.2.9.4.1.2
The compliance statement for entities that implement the Unisphere HDLC MIB. This compliance statement became obsolete when usdHdlcIfClockMode, usdHdlcIfClockRate, and usdHdlcIfForceDteAck were added.
Status: obsolete Access: read-create
MODULE-COMPLIANCE    

usdHdlcCompliance3 1.3.6.1.4.1.4874.2.2.9.4.1.3
The compliance statement for entities that implement the Unisphere HDLC MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

usdHdlcGroup 1.3.6.1.4.1.4874.2.2.9.4.2.1
Obsolete collection of objects providing management of HDLC interfaces in a Unisphere product. This group became obsolete when usdHdlcIfDataPolarity was added.
Status: obsolete Access: read-create
OBJECT-GROUP    

usdHdlcGroup2 1.3.6.1.4.1.4874.2.2.9.4.2.2
Obsolete collection of objects providing management of HDLC interfaces in a Unisphere product. This group became obsolete when usdHdlcIfClockMode, usdHdlcIfClockRate, and usdHdlcIfForceDteAck were added.
Status: obsolete Access: read-create
OBJECT-GROUP    

usdHdlcGroup3 1.3.6.1.4.1.4874.2.2.9.4.2.3
A collection of objects providing management of HDLC interfaces in a Unisphere product.
Status: current Access: read-create
OBJECT-GROUP