AT-PRI-MIB

File: AT-PRI-MIB.mib (7521 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
AT-SMI-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
DisplayString TruthValue ifIndex
modules DisplayStringUnsized

Defined Types

PriIntEntry  
SEQUENCE    
  priIntIndex INTEGER
  priIntBoardIndex INTEGER
  priIntBoardPosition INTEGER
  priIntMode INTEGER
  priIntTdmChannelMap INTEGER
  priIntIsdnChannelMap INTEGER
  priIntType INTEGER

PriChanEntry  
SEQUENCE    
  priChanIntIndex INTEGER
  priChanChannelIndex INTEGER
  priChanMode INTEGER
  priChanState INTEGER

Defined Values

pri 1.3.6.1.4.1.207.8.4.4.4.42
This MIB file contains definitions of managed objects for the PRI module.
MODULE-IDENTITY    

priIntTable 1.3.6.1.4.1.207.8.4.4.4.42.1
The table of PRI interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PriIntEntry

priIntEntry 1.3.6.1.4.1.207.8.4.4.4.42.1.1
A single entry in the PRI interfaces table.
Status: current Access: not-accessible
OBJECT-TYPE    
  PriIntEntry  

priIntIndex 1.3.6.1.4.1.207.8.4.4.4.42.1.1.1
The ifIndex of the PRI interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

priIntBoardIndex 1.3.6.1.4.1.207.8.4.4.4.42.1.1.2
The index in the arBoardTable of the board on which this PRI interface resides.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

priIntBoardPosition 1.3.6.1.4.1.207.8.4.4.4.42.1.1.3
The position on this PRI interface's board of this PRI interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

priIntMode 1.3.6.1.4.1.207.8.4.4.4.42.1.1.4
The mode of operation of this PRI interface. The value isdn means that the entire interface is operating as an ISDN interface, the value tdm means that the entire interface is operating as TDM groups and the value mixed means that some channels in the interface are dedicated to ISDN and some to TDM groups.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER isdn(1), tdm(2), mixed(3)  

priIntTdmChannelMap 1.3.6.1.4.1.207.8.4.4.4.42.1.1.5
A bit map of the channels in the PRI interface which are dedicated to TDM. PRI channels are numbered from 0 to 31, 0 is unused, 16 (E1) or 24 (T1) is the D channel. The map values are 2 to the power of the channel number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

priIntIsdnChannelMap 1.3.6.1.4.1.207.8.4.4.4.42.1.1.6
A bit map of the channels in the PRI interface which are dedicated to ISDN. PRI channels are numbered from 0 to 31, 0 is unused, 16 (E1) or 24 (T1) is the D channel. The map values are 2 to the power of the channel number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

priIntType 1.3.6.1.4.1.207.8.4.4.4.42.1.1.7
The type of primary rate interface. E1 has 30 B + D channel, T1 has 23 B + D channel. If the value unknown is returned for this object, the exact PRI type has not yet been determined.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER e1(1), t1(2), unknown(3)  

priChanTable 1.3.6.1.4.1.207.8.4.4.4.42.2
The table of channels on PRI interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PriChanEntry

priChanEntry 1.3.6.1.4.1.207.8.4.4.4.42.2.1
A single entry in the PRI channels table.
Status: current Access: not-accessible
OBJECT-TYPE    
  PriChanEntry  

priChanIntIndex 1.3.6.1.4.1.207.8.4.4.4.42.2.1.1
The ifIndex of the PRI interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

priChanChannelIndex 1.3.6.1.4.1.207.8.4.4.4.42.2.1.2
The channel index of the PRI channel. Valid channels have indices from 1 to 31. The D channel on an E1 interface has index 16, the D channel on a T1 interface has index 24.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..31  

priChanMode 1.3.6.1.4.1.207.8.4.4.4.42.2.1.3
The mode of this PRI channel. The value isdn means that the channel is reserved for use in ISDN calls. The value tdm means that the channel is reserved for use by TDM. For the D channel, this object will usually have the value isdn. An exception is if the interface is running common D channel mode and the D channel is reserved for TDM.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER isdn(1), tdm(2), neither(3)  

priChanState 1.3.6.1.4.1.207.8.4.4.4.42.2.1.4
The state of this PRI channel. The value inactive means that the channel does not currently have an active user, either an ISDN call or an active TDM group. The value active means that the channel is in use, either by an ISDN call or an active TDM group.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), active(2)