AT-BRI-MIB

File: AT-BRI-MIB.mib (6813 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

BriIntEntry  
SEQUENCE    
  briIntIndex INTEGER
  briIntBoardIndex INTEGER
  briIntBoardPosition INTEGER
  briIntMode INTEGER
  briIntTdmChannelMap INTEGER
  briIntIsdnChannelMap INTEGER

BriChanEntry  
SEQUENCE    
  briChanIntIndex INTEGER
  briChanChannelIndex INTEGER
  briChanMode INTEGER
  briChanState INTEGER

Defined Values

bri 1.3.6.1.4.1.207.8.4.4.4.41
This MIB file contains definitions of managed objects for the BRI module.
MODULE-IDENTITY    

briIntTable 1.3.6.1.4.1.207.8.4.4.4.41.1
The table of BRI interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BriIntEntry

briIntEntry 1.3.6.1.4.1.207.8.4.4.4.41.1.1
A single entry in the BRI interfaces table.
Status: current Access: not-accessible
OBJECT-TYPE    
  BriIntEntry  

briIntIndex 1.3.6.1.4.1.207.8.4.4.4.41.1.1.1
The ifIndex of the BRI interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

briIntBoardIndex 1.3.6.1.4.1.207.8.4.4.4.41.1.1.2
The index in the arBoardTable of the board on which this BRI interface resides.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

briIntBoardPosition 1.3.6.1.4.1.207.8.4.4.4.41.1.1.3
The position on this BRI interface's board of this BRI interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

briIntMode 1.3.6.1.4.1.207.8.4.4.4.41.1.1.4
The mode of operation of this BRI 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)  

briIntTdmChannelMap 1.3.6.1.4.1.207.8.4.4.4.41.1.1.5
A bit map of the channels in the BRI interface which are dedicated to TDM. Channel B1 has channel map value of 1, channel B2 has a channel map value of 2.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

briIntIsdnChannelMap 1.3.6.1.4.1.207.8.4.4.4.41.1.1.6
A bit map of the channels in the BRI interface which are dedicated to ISDN. Channel B1 has channel map value of 1, channel B2 has a channel map value of 2.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

briChanTable 1.3.6.1.4.1.207.8.4.4.4.41.2
The table of channels on BRI interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BriChanEntry

briChanEntry 1.3.6.1.4.1.207.8.4.4.4.41.2.1
A single entry in the BRI channels table.
Status: current Access: not-accessible
OBJECT-TYPE    
  BriChanEntry  

briChanIntIndex 1.3.6.1.4.1.207.8.4.4.4.41.2.1.1
The ifIndex of the BRI interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

briChanChannelIndex 1.3.6.1.4.1.207.8.4.4.4.41.2.1.2
The channel index of the BRI channel. Channel B1 has index 1, channel B2 has index 2 and the D channel has index 3.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..3  

briChanMode 1.3.6.1.4.1.207.8.4.4.4.41.2.1.3
The mode of this BRI 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 always have the value isdn.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER isdn(1), tdm(2), none(3)  

briChanState 1.3.6.1.4.1.207.8.4.4.4.41.2.1.4
The state of this BRI 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. For the D channel, this object will have the value active if LAPD is using the D channel (either for call control or X.25), or the value inactive otherwise.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), active(2)