ADTRAN-ATLAS-BRI-MIB

File: ADTRAN-ATLAS-BRI-MIB.mib (7779 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

enterprises OBJECT-TYPE

Defined Types

AdATLASBRIIfEntry  
SEQUENCE    
  adATLASBRIIfIndex INTEGER
  adATLASBRIIfSlotNum INTEGER
  adATLASBRIIfPortNum INTEGER
  adATLASBRIIfAlarmStatus INTEGER

AdATLASBRIIfChanStatEntry  
SEQUENCE    
  adATLASBRIIfChanStatIndex INTEGER
  adATLASBRIIfChanStatB1 INTEGER
  adATLASBRIIfChanStatB2 INTEGER
  adATLASBRIIfChanStatD INTEGER

AdATLASBRITstEntry  
SEQUENCE    
  adATLASBRITstIndex INTEGER
  adATLASBRITstLLB INTEGER

Defined Values

adtran 1.3.6.1.4.1.664
OBJECT IDENTIFIER    

adMgmt 1.3.6.1.4.1.664.2
OBJECT IDENTIFIER    

adATLASmg 1.3.6.1.4.1.664.2.154
OBJECT IDENTIFIER    

adGenATLASmg 1.3.6.1.4.1.664.2.154.1
OBJECT IDENTIFIER    

adATLASBRImg 1.3.6.1.4.1.664.2.154.1.8
OBJECT IDENTIFIER    

adATLASBRIIfNumber 1.3.6.1.4.1.664.2.154.1.8.1
The number of BRI ports (regardless of their current state) present on this system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

adATLASBRIIfTable 1.3.6.1.4.1.664.2.154.1.8.2
The ATLAS BRI Interface Status Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AdATLASBRIIfEntry

adATLASBRIIfEntry 1.3.6.1.4.1.664.2.154.1.8.2.1
An entry in the ATLAS BRI Interface Status Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AdATLASBRIIfEntry  

adATLASBRIIfIndex 1.3.6.1.4.1.664.2.154.1.8.2.1.1
This variable indicates the interface number of a particular BRI port within the ATLAS product. This number will be the same as the ifIndex located in the MIB-II interface table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

adATLASBRIIfSlotNum 1.3.6.1.4.1.664.2.154.1.8.2.1.2
This variable indicates the slot number of a particular ATLAS module with a BRI interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

adATLASBRIIfPortNum 1.3.6.1.4.1.664.2.154.1.8.2.1.3
This variable indicates the port number of a particular BRI interface on an ATLAS module.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

adATLASBRIIfAlarmStatus 1.3.6.1.4.1.664.2.154.1.8.2.1.4
This variable shows whether Layer 1 is up or down. It has a value of 1 for up and 2 for down.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER layer1up(1), layer1down(2)  

adATLASBRIIfChanStatTable 1.3.6.1.4.1.664.2.154.1.8.3
The ATLAS BRI Interface Channel Status Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AdATLASBRIIfChanStatEntry

adATLASBRIIfChanStatEntry 1.3.6.1.4.1.664.2.154.1.8.3.1
An entry in the ATLAS BRI Interface Channel Status Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AdATLASBRIIfChanStatEntry  

adATLASBRIIfChanStatIndex 1.3.6.1.4.1.664.2.154.1.8.3.1.1
This variable indicates the Interface number of a particular BRI port within the ATLAS product. This number will be the same as the ifIndex located in the MIB-II interface table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

adATLASBRIIfChanStatB1 1.3.6.1.4.1.664.2.154.1.8.3.1.2
This Variable shows the status of the first B channel. It has a value of 1 for unallocated, 2 for active, and 3 for inactive.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unallocated(1), active(2), inactive(3)  

adATLASBRIIfChanStatB2 1.3.6.1.4.1.664.2.154.1.8.3.1.3
This Variable shows the status of the second B channel. It has a value of 1 for unallocated, 2 for active, and 3 for inactive.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unallocated(1), active(2), inactive(3)  

adATLASBRIIfChanStatD 1.3.6.1.4.1.664.2.154.1.8.3.1.4
This Variable shows the status of the D channel. It has a value of 1 for unallocated and 2 for allocated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unallocated(1), allocated(2)  

adATLASBRITstTable 1.3.6.1.4.1.664.2.154.1.8.4
The ATLAS BRI Interface Test Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AdATLASBRITstEntry

adATLASBRITstEntry 1.3.6.1.4.1.664.2.154.1.8.4.1
An entry in the ATLAS BRI Interface Test Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AdATLASBRITstEntry  

adATLASBRITstIndex 1.3.6.1.4.1.664.2.154.1.8.4.1.1
This variable indicates the Interface number of a particular BRI port within the ATLAS product. This number will be the same as the ifIndex located in the MIB-II interface table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

adATLASBRITstLLB 1.3.6.1.4.1.664.2.154.1.8.4.1.2
This variable allows different channels to be looped back. 1: None 2: B1 3: B2 4: B1&B2 5: All Channels
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), lpBkB1(2), lpBkB2(3), lpBkB1B2(4), lpBkAll(5)