AT-BRI-MIB: View SNMP OID List / Download MIB
VENDOR: ALLIED TELESIS
Home | MIB: AT-BRI-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
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. |
||
briIntTable | 1.3.6.1.4.1.207.8.4.4.4.41.1 | no-access |
The table of BRI interfaces. |
|
1.3.6.1.4.1.207.8.4.4.4.41.1.1 | no-access |
A single entry in the BRI interfaces table. |
||
briIntIndex | 1.3.6.1.4.1.207.8.4.4.4.41.1.1.1 | integer | read-only |
The ifIndex of the BRI interface. |
briIntBoardIndex | 1.3.6.1.4.1.207.8.4.4.4.41.1.1.2 | integer | read-only |
The index in the arBoardTable of the board on which this BRI interface resides. |
briIntBoardPosition | 1.3.6.1.4.1.207.8.4.4.4.41.1.1.3 | integer | read-only |
The position on this BRI interface's board of this BRI interface. |
briIntMode | 1.3.6.1.4.1.207.8.4.4.4.41.1.1.4 | integer | read-only |
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. Enumeration: 'mixed': 3, 'tdm': 2, 'isdn': 1. |
briIntTdmChannelMap | 1.3.6.1.4.1.207.8.4.4.4.41.1.1.5 | integer | read-only |
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. |
briIntIsdnChannelMap | 1.3.6.1.4.1.207.8.4.4.4.41.1.1.6 | integer | read-only |
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. |
briChanTable | 1.3.6.1.4.1.207.8.4.4.4.41.2 | no-access |
The table of channels on BRI interfaces. |
|
1.3.6.1.4.1.207.8.4.4.4.41.2.1 | no-access |
A single entry in the BRI channels table. |
||
briChanIntIndex | 1.3.6.1.4.1.207.8.4.4.4.41.2.1.1 | integer | read-only |
The ifIndex of the BRI interface. |
briChanChannelIndex | 1.3.6.1.4.1.207.8.4.4.4.41.2.1.2 | integer | read-only |
The channel index of the BRI channel. Channel B1 has index 1, channel B2 has index 2 and the D channel has index 3. |
briChanMode | 1.3.6.1.4.1.207.8.4.4.4.41.2.1.3 | integer | read-only |
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. Enumeration: 'none': 3, 'tdm': 2, 'isdn': 1. |
briChanState | 1.3.6.1.4.1.207.8.4.4.4.41.2.1.4 | integer | read-only |
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. Enumeration: 'active': 2, 'inactive': 1. |