Juniper-DS1-MIB

File: Juniper-DS1-MIB.mib (28357 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB Juniper-MIBs Juniper-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
RowStatus DisplayString MODULE-COMPLIANCE
OBJECT-GROUP ifIndex InterfaceIndexOrZero
juniMibs JuniTimeSlotMap JuniNextIfIndex

Defined Types

JuniDsx1ConfigEntry  
SEQUENCE    
  juniDsx1TimeSlotMap JuniTimeSlotMap
  juniDsx1Ds1ChannelNumber Integer32
  juniDsx1Capabilities Integer32
  juniDsx1Mode INTEGER
  juniDsx1LineBuildOutCapabilities Integer32
  juniDsx1LineBuildOutType INTEGER
  juniDsx1LineAttenuation INTEGER
  juniDsx1LineLength Integer32
  juniDsx1LowerIfIndex InterfaceIndexOrZero
  juniDsx1RowStatus RowStatus
  juniDsx1SendCode INTEGER
  juniDsx1YellowAlarm INTEGER
  juniDsx1RemoteLoopback INTEGER
  juniDsx1FdlCarrier INTEGER
  juniDsx1FdlEic DisplayString
  juniDsx1FdlLic DisplayString
  juniDsx1FdlFic DisplayString
  juniDsx1FdlUnit DisplayString
  juniDsx1FdlPfi DisplayString
  juniDsx1FdlPort DisplayString
  juniDsx1FdlGenerator DisplayString
  juniDsx1FdlTransmit BITS

JuniDsx1FarEndConfigEntry  
SEQUENCE    
  juniDsx1FarEndLineIndex INTEGER
  juniDsx1FarEndEquipCode DisplayString
  juniDsx1FarEndLocationIDCode DisplayString
  juniDsx1FarEndFrameIDCode DisplayString
  juniDsx1FarEndUnitCode DisplayString
  juniDsx1FarEndFacilityIDCode DisplayString
  juniDsx1FarEndPortNumber DisplayString
  juniDsx1FarEndGeneratorNumber DisplayString
  juniDsx1FarEndCarrier INTEGER

Defined Values

juniDs1MIB 1.3.6.1.4.1.4874.2.2.5
The DS1/E1 MIB for the Juniper enterprise. This MIB contains managed objects to supplement those found in RFC1406 DS1/E1 MIB.
MODULE-IDENTITY    

juniDs1Objects 1.3.6.1.4.1.4874.2.2.5.1
OBJECT IDENTIFIER    

juniDsx1ConfigTable 1.3.6.1.4.1.4874.2.2.5.1.1
This table contains entries for DS1/E1 interfaces present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniDsx1ConfigEntry

juniDsx1ConfigEntry 1.3.6.1.4.1.4874.2.2.5.1.1.1
Each entry describes the characteristics of an DS1/E1 interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniDsx1ConfigEntry  

juniDsx1TimeSlotMap 1.3.6.1.4.1.4874.2.2.5.1.1.1.1
A bitmap representing the timeslots on the DS1/E1 interface that have been allocated for service. For channelized DS1/E1, set bits reflect the union of timeslot allocations across all fractional arrangements operating over this DS1/E1 interface. For unchannelized DS1/E1, all relevant timeslot bits will be set.
Status: current Access: read-only
OBJECT-TYPE    
  JuniTimeSlotMap  

juniDsx1Ds1ChannelNumber 1.3.6.1.4.1.4874.2.2.5.1.1.1.2
This variable represents the channel number of the DS1/E1 on its parent DS3/E3. A value of 0 indicates this DS1/E1 does not have a parent DS3/E3.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..28  

juniDsx1Capabilities 1.3.6.1.4.1.4874.2.2.5.1.1.1.3
A value which indicates the set of capabilities of the DS1/E1 interface. The value is a sum. This sum initially takes the value zero. Then, for each capability, C, in the range 1 through 3, that this interface supports, 2 raised to (C - 1) is added to the sum. For example, an interface which is only E1 capable would have a value of 2 (2^(2-1)). In contrast, an interface which is both T1 and J1 capable would have a value of 5 (2^(1-1) + 2^(3-1)). The values for DS1/E1 interface capabilities are as follows: capability function 1 T1 2 E1 3 J1
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..7  

juniDsx1Mode 1.3.6.1.4.1.4874.2.2.5.1.1.1.4
This variable represents the DS1/E1 interface mode. The value of the juniDsx1Capabilities object for the DS1/E1 interface indicates the valid set of values for this object.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER t1(1), e1(2), j1(3)  

juniDsx1LineBuildOutCapabilities 1.3.6.1.4.1.4874.2.2.5.1.1.1.5
A value which indicates the set of line build out capabilities of the DS1/E1 interface. The value is a sum. This sum initially takes the value zero. Then, for each line build out capability, C, in the range 1 or 2, that this interface supports, 2 raised to (C - 1) is added to the sum. For example, an interface which is only short haul capable would have a value of 2 (2^(2-1)). In contrast, an interface which is both short haul and long haul capable would have a value of 3 (2^(1-1) + 2^(2-1)). The values for DS1/E1 interface line build out capabilities are as follows: line build out capability function 1 short haul 2 long haul
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..3  

juniDsx1LineBuildOutType 1.3.6.1.4.1.4874.2.2.5.1.1.1.6
This variable represents the configured line build out type of the DS1/E1 interface. The value of the juniDsx1LineBuildOutCapabilities object for the DS1/E1 interface indicates the valid set of values for this object.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER shortHaul(1), longHaul(2), notSupported(3)  

juniDsx1LineAttenuation 1.3.6.1.4.1.4874.2.2.5.1.1.1.7
This variable represents the configured line attenuation of the DS1/E1 interface. Note that the value of this object only takes effect when the value of the juniDsx1LineBuildOutType for the DS1/E1 interface is set to longHaul(2).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER db0(1), dbMinus7Point5(2), dbMinus15(3), dbMinus22Point5(4), notSupported(5)  

juniDsx1LineLength 1.3.6.1.4.1.4874.2.2.5.1.1.1.8
This variable represents the length of the DS1/E1 line in meters. Note that the value of this object only takes effect when the value of the juniDsx1LineBuildOutType for the DS1/E1 interface is set to shortHaul(1).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..64000  

juniDsx1LowerIfIndex 1.3.6.1.4.1.4874.2.2.5.1.1.1.9
The ifIndex of the interface over which this Dsx1 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  

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

juniDsx1SendCode 1.3.6.1.4.1.4874.2.2.5.1.1.1.11
This variable indicates what type of code is being sent across the DS1 interface by the device.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER sendInbandLineCode(1), sendBellcoreLineCode(2), sendBellcoreInbandLineCode(3), sendQRSPattern(4), sendAllZerosPattern(5), sendAllOnesPattern(6), sendAltZeroOnePattern(7), sendTwo11Pattern(8), sendTwo15Pattern(9), sendTwo20Pattern(10), sendTwo23Pattern(11), sendUnfrQRSPattern(12), sendUnfrAllZerosPattern(13), sendUnfrAllOnesPattern(14), sendUnfrAltZeroOnePattern(15), sendUnfrTwo11Pattern(16), sendUnfrTwo15Pattern(17), sendUnfrTwo20Pattern(18), sendUnfrTwo23Pattern(19), otherPattern(20)  

juniDsx1YellowAlarm 1.3.6.1.4.1.4874.2.2.5.1.1.1.12
This bitmap indicates the yellow alarm settings, and is the sum of the capabilities.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER generate(1), detect(2), generateAndDetect(3), none(4)  

juniDsx1RemoteLoopback 1.3.6.1.4.1.4874.2.2.5.1.1.1.13
This variable indicates the remote loopback setting.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

juniDsx1FdlCarrier 1.3.6.1.4.1.4874.2.2.5.1.1.1.14
Specifies the interface is used in carrier environment.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

juniDsx1FdlEic 1.3.6.1.4.1.4874.2.2.5.1.1.1.15
This is the equipment identification code.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..10)  

juniDsx1FdlLic 1.3.6.1.4.1.4874.2.2.5.1.1.1.16
This is the location identification code.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..11)  

juniDsx1FdlFic 1.3.6.1.4.1.4874.2.2.5.1.1.1.17
This is the frame identification code.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..10)  

juniDsx1FdlUnit 1.3.6.1.4.1.4874.2.2.5.1.1.1.18
This is the unit identification code.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..6)  

juniDsx1FdlPfi 1.3.6.1.4.1.4874.2.2.5.1.1.1.19
This is the facility identification code.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..38)  

juniDsx1FdlPort 1.3.6.1.4.1.4874.2.2.5.1.1.1.20
This is the equipment port number.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..4)  

juniDsx1FdlGenerator 1.3.6.1.4.1.4874.2.2.5.1.1.1.21
This is the generator number.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..38)  

juniDsx1FdlTransmit 1.3.6.1.4.1.4874.2.2.5.1.1.1.22
Specifies transmission enabling. path - Bit 0 for path transmit. When this bit is set indicates path transmit is enabled; otherwise path transmit disabled. idlesignal - Bit 1 for idlesignal transmit. When this bit is set idlesingal transmit is enabled; otherwise idlesignal transmit disabled. testsignal - Bit 2 for testsignal transmit. When this bit is set testsignal transmit is enabled; otherwise testsignal transmit disabled. The value of this object defaults to zero, indicating that none of FDL transmit methods are enabled.
Status: current Access: read-create
OBJECT-TYPE    
  BITS path(0), idlesignal(1), testsignal(2)  

juniDs1NextIfIndex 1.3.6.1.4.1.4874.2.2.5.1.2
Coordinate ifIndex value allocation for entries in juniDsx1ConfigTable. 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    
  JuniNextIfIndex  

juniDsx1FarEndConfigTable 1.3.6.1.4.1.4874.2.2.5.1.3
The DS1 Far End Configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniDsx1FarEndConfigEntry

juniDsx1FarEndConfigEntry 1.3.6.1.4.1.4874.2.2.5.1.3.1
An entry in the DS1 Far End Configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniDsx1FarEndConfigEntry  

juniDsx1FarEndLineIndex 1.3.6.1.4.1.4874.2.2.5.1.3.1.1
The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value a dsx1LineIndex object instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..7fffffff  

juniDsx1FarEndEquipCode 1.3.6.1.4.1.4874.2.2.5.1.3.1.2
This is the Far End Equipment Identification code that describes the specific piece of equipment. It is sent within the Path Identification Message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..10)  

juniDsx1FarEndLocationIDCode 1.3.6.1.4.1.4874.2.2.5.1.3.1.3
This is the Far End Location Identification code that describes the specific location of the equipment. It is sent within the Path Identification Message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..11)  

juniDsx1FarEndFrameIDCode 1.3.6.1.4.1.4874.2.2.5.1.3.1.4
This is the Far End Frame Identification code that identifies where the equipment is located within a building at a given location. It is sent within the Path Identification Message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..10)  

juniDsx1FarEndUnitCode 1.3.6.1.4.1.4874.2.2.5.1.3.1.5
This is the Far End code that identifies the equipment location within a bay. It is sent within the Path Identification Message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..6)  

juniDsx1FarEndFacilityIDCode 1.3.6.1.4.1.4874.2.2.5.1.3.1.6
This code identifies a specific Far End DS1 path. It is sent within the Path Identification Message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..38)  

juniDsx1FarEndPortNumber 1.3.6.1.4.1.4874.2.2.5.1.3.1.7
This code identifies the port number of the Far End DS1. It is sent within the Idle Signal Message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..4)  

juniDsx1FarEndGeneratorNumber 1.3.6.1.4.1.4874.2.2.5.1.3.1.8
This code identifies the Far End DS1 Generator Number. It is sent within the Test Signal Message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..38)  

juniDsx1FarEndCarrier 1.3.6.1.4.1.4874.2.2.5.1.3.1.9
Specifies the interface is used in carrier environment. It is sent with all FDL messages.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

juniDs1Conformance 1.3.6.1.4.1.4874.2.2.5.4
OBJECT IDENTIFIER    

juniDs1Compliances 1.3.6.1.4.1.4874.2.2.5.4.1
OBJECT IDENTIFIER    

juniDs1Groups 1.3.6.1.4.1.4874.2.2.5.4.2
OBJECT IDENTIFIER    

juniDs1Compliance 1.3.6.1.4.1.4874.2.2.5.4.1.1
Obsolete compliance statement for entities which implement the Juniper DS1/E1 MIB. This statement became obsolete when new objects were added.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

juniDs1Compliance2 1.3.6.1.4.1.4874.2.2.5.4.1.2
Obsolete compliance statement for entities which implement the Juniper DS1/E1 MIB. This statement became obsolete when dynamic DS1 interface support was added.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

juniDs1Compliance3 1.3.6.1.4.1.4874.2.2.5.4.1.3
Obsolete compliance statement for entities which implement the Juniper DS1/E1 MIB. This statement became obsolete when FDL support was added.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

juniDs1Compliance4 1.3.6.1.4.1.4874.2.2.5.4.1.4
Obsolete compliance statement for entities which implement the Juniper DS1/E1 MIB. This statement became obsolete when support for remote FDL strings and FDL transmit mode was added.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

juniDs1Compliance5 1.3.6.1.4.1.4874.2.2.5.4.1.5
The compliance statement for entities which implement the Juniper DS1/E1 MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

juniDs1Group 1.3.6.1.4.1.4874.2.2.5.4.2.1
Obsolete collection of objects providing management of DS1/E1 interfaces in a Juniper product. This group became obsolete when new objects where added to the MIB.
Status: obsolete Access: read-only
OBJECT-GROUP    

juniDs1Group2 1.3.6.1.4.1.4874.2.2.5.4.2.2
Obsolete collection of objects providing management of DS1/E1 interfaces in a Juniper product. This group became obsolete when dynamic DS1 interface support was added.
Status: obsolete Access: read-only
OBJECT-GROUP    

juniDs1Group3 1.3.6.1.4.1.4874.2.2.5.4.2.3
Obsolete collection of objects providing management of DS1/E1 interfaces in a Juniper product. This group became obsolete when FDL support was added.
Status: obsolete Access: read-only
OBJECT-GROUP    

juniDs1Group4 1.3.6.1.4.1.4874.2.2.5.4.2.4
Obsolete collection of objects providing management of DS1/E1 interfaces in a Juniper product. This group became obsolete when support for remote FDL strings and FDL transmit mode was added.
Status: obsolete Access: read-only
OBJECT-GROUP    

juniDs1Group5 1.3.6.1.4.1.4874.2.2.5.4.2.5
A collection of objects providing management of DS1/E1 interfaces in a Juniper product.
Status: current Access: read-only
OBJECT-GROUP