DS0-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: DS0-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
 ds0 1.3.6.1.2.1.10.81
The MIB module to describe DS0 interfaces objects.
       dsx0ConfigTable 1.3.6.1.2.1.10.81.1 no-access
The DS0 Configuration table.
           dsx0ConfigEntry 1.3.6.1.2.1.10.81.1.1 no-access
An entry in the DS0 Configuration table. There is an entry in this table for each DS0 interface.
               dsx0Ds0ChannelNumber 1.3.6.1.2.1.10.81.1.1.1 integer read-only
This object indicates the channel number of the ds0 on its DS1/E1.
               dsx0RobbedBitSignalling 1.3.6.1.2.1.10.81.1.1.2 truthvalue read-write
This object indicates if Robbed Bit Signalling is turned on or off for a given ds0. This only applies to DS0s on a DS1 link. For E1 links the value is always off (false).
               dsx0CircuitIdentifier 1.3.6.1.2.1.10.81.1.1.3 displaystring read-write
This object contains the transmission vendor's circuit identifier, for the purpose of facilitating troubleshooting.
               dsx0IdleCode 1.3.6.1.2.1.10.81.1.1.4 integer read-write
This object contains the code transmitted in the ABCD bits when the ds0 is not connected and dsx0TransmitCodesEnable is enabled. The object is a bitmap and the various bit positions are: 1 D bit 2 C bit 4 B bit 8 A bit
               dsx0SeizedCode 1.3.6.1.2.1.10.81.1.1.5 integer read-write
This object contains the code transmitted in the ABCD bits when the ds0 is connected and dsx0TransmitCodesEnable is enabled. The object is a bitmap and the various bit positions are: 1 D bit 2 C bit 4 B bit 8 A bit
               dsx0ReceivedCode 1.3.6.1.2.1.10.81.1.1.6 integer read-only
This object contains the code being received in the ABCD bits. The object is a bitmap and the various bit positions are: 1 D bit 2 C bit 4 B bit 8 A bit
               dsx0TransmitCodesEnable 1.3.6.1.2.1.10.81.1.1.7 truthvalue read-write
This object determines if the idle and seized codes are transmitted. If the value of this object is true then the codes are transmitted.
               dsx0Ds0BundleMappedIfIndex 1.3.6.1.2.1.10.81.1.1.8 interfaceindexorzero read-only
This object indicates the ifIndex value assigned by the agent for the ds0Bundle(82) ifEntry to which the given ds0(81) ifEntry may belong. If the given ds0(81) ifEntry does not belong to any ds0Bundle(82) ifEntry, then this object has a value of zero. While this object provides information that can also be found in the ifStackTable, it provides this same information with a single table lookup, rather than by walking the ifStackTable to find the possibly non-existent ds0Bundle(82) ifEntry that may be stacked above the given ds0(81) ifTable entry.
       ds0Conformance 1.3.6.1.2.1.10.81.2
           ds0Groups 1.3.6.1.2.1.10.81.2.1
               ds0ConfigGroup 1.3.6.1.2.1.10.81.2.1.1
A collection of objects providing configuration information applicable to all DS0 interfaces.
           ds0Compliances 1.3.6.1.2.1.10.81.2.2
               ds0Compliance 1.3.6.1.2.1.10.81.2.2.1
The compliance statement for DS0 interfaces.
       dsx0ChanMappingTable 1.3.6.1.2.1.10.81.3 no-access
The DS0 Channel Mapping table. This table maps a DS0 channel number on a particular DS1/E1 into an ifIndex.
           dsx0ChanMappingEntry 1.3.6.1.2.1.10.81.3.1 no-access
An entry in the DS0 Channel Mapping table. There is an entry in this table corresponding to each ds0 ifEntry within any interface that is channelized to the individual ds0 ifEntry level. This table is intended to facilitate mapping from channelized interface / channel number to DS0 ifEntry. (e.g. mapping (DS1 ifIndex, DS0 Channel Number) -> ifIndex) While this table provides information that can also be found in the ifStackTable and dsx0ConfigTable, it provides this same information with a single table lookup, rather than by walking the ifStackTable to find the various constituent ds0 ifTable entries, and testing various dsx0ConfigTable entries to check for the entry with the applicable DS0 channel number.
               dsx0ChanMappedIfIndex 1.3.6.1.2.1.10.81.3.1.1 interfaceindex read-only
This object indicates the ifIndex value assigned by the agent for the individual ds0 ifEntry that corresponds to the given DS0 channel number (specified by the INDEX element dsx0Ds0ChannelNumber) of the given channelized interface (specified by INDEX element ifIndex).