AT-PRI-MIB: View SNMP OID List / Download MIB

VENDOR: ALLIED TELESIS


 Home MIB: AT-PRI-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
       priIntTable 1.3.6.1.4.1.207.8.4.4.4.42.1 no-access
The table of PRI interfaces.
           priIntEntry 1.3.6.1.4.1.207.8.4.4.4.42.1.1 no-access
A single entry in the PRI interfaces table.
               priIntIndex 1.3.6.1.4.1.207.8.4.4.4.42.1.1.1 integer read-only
The ifIndex of the PRI interface.
               priIntBoardIndex 1.3.6.1.4.1.207.8.4.4.4.42.1.1.2 integer read-only
The index in the arBoardTable of the board on which this PRI interface resides.
               priIntBoardPosition 1.3.6.1.4.1.207.8.4.4.4.42.1.1.3 integer read-only
The position on this PRI interface's board of this PRI interface.
               priIntMode 1.3.6.1.4.1.207.8.4.4.4.42.1.1.4 integer read-only
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. Enumeration: 'mixed': 3, 'tdm': 2, 'isdn': 1.
               priIntTdmChannelMap 1.3.6.1.4.1.207.8.4.4.4.42.1.1.5 integer read-only
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.
               priIntIsdnChannelMap 1.3.6.1.4.1.207.8.4.4.4.42.1.1.6 integer read-only
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.
               priIntType 1.3.6.1.4.1.207.8.4.4.4.42.1.1.7 integer read-only
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. Enumeration: 'unknown': 3, 'e1': 1, 't1': 2.
       priChanTable 1.3.6.1.4.1.207.8.4.4.4.42.2 no-access
The table of channels on PRI interfaces.
           priChanEntry 1.3.6.1.4.1.207.8.4.4.4.42.2.1 no-access
A single entry in the PRI channels table.
               priChanIntIndex 1.3.6.1.4.1.207.8.4.4.4.42.2.1.1 integer read-only
The ifIndex of the PRI interface.
               priChanChannelIndex 1.3.6.1.4.1.207.8.4.4.4.42.2.1.2 integer read-only
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.
               priChanMode 1.3.6.1.4.1.207.8.4.4.4.42.2.1.3 integer read-only
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. Enumeration: 'neither': 3, 'tdm': 2, 'isdn': 1.
               priChanState 1.3.6.1.4.1.207.8.4.4.4.42.2.1.4 integer read-only
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. Enumeration: 'active': 2, 'inactive': 1.