ASTERISK-MIB: View SNMP OID List / Download MIB

VENDOR: DIGIUM


 Home MIB: ASTERISK-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
 asterisk 1.3.6.1.4.1.22736.1
Asterisk is an Open Source PBX. This MIB defined objects for managing Asterisk instances.
     asteriskVersion 1.3.6.1.4.1.22736.1.1
         astVersionString 1.3.6.1.4.1.22736.1.1.1 displaystring read-only
Text version string of the version of Asterisk that the SNMP Agent was compiled to run against.
         astVersionTag 1.3.6.1.4.1.22736.1.1.2 unsigned32 read-only
SubVersion revision of the version of Asterisk that the SNMP Agent was compiled to run against -- this is typically 0 for release-versions of Asterisk.
     asteriskConfiguration 1.3.6.1.4.1.22736.1.2
         astConfigUpTime 1.3.6.1.4.1.22736.1.2.1 timeticks read-only
Time ticks since Asterisk was started.
         astConfigReloadTime 1.3.6.1.4.1.22736.1.2.2 timeticks read-only
Time ticks since Asterisk was last reloaded.
         astConfigPid 1.3.6.1.4.1.22736.1.2.3 integer32 read-only
The process id of the running Asterisk process.
         astConfigSocket 1.3.6.1.4.1.22736.1.2.4 displaystring read-only
The control socket for giving Asterisk commands.
         astConfigCallsActive 1.3.6.1.4.1.22736.1.2.5 gauge32 read-only
The number of calls currently active on the Asterisk PBX.
         astConfigCallsProcessed 1.3.6.1.4.1.22736.1.2.6 counter32 read-only
The total number of calls processed through the Asterisk PBX since last restart.
     asteriskModules 1.3.6.1.4.1.22736.1.3
         astNumModules 1.3.6.1.4.1.22736.1.3.1 integer32 read-only
Number of modules currently loaded into Asterisk.
     asteriskIndications 1.3.6.1.4.1.22736.1.4
         astNumIndications 1.3.6.1.4.1.22736.1.4.1 integer32 read-only
Number of indications currently defined in Asterisk.
         astCurrentIndication 1.3.6.1.4.1.22736.1.4.2 displaystring read-only
Default indication zone to use.
         astIndicationsTable 1.3.6.1.4.1.22736.1.4.3 no-access
Table with all the indication zones currently know to the running Asterisk instance.
             astIndicationsEntry 1.3.6.1.4.1.22736.1.4.3.1 no-access
Information about a single indication zone.
                 astIndIndex 1.3.6.1.4.1.22736.1.4.3.1.1 integer32 read-only
Numerical index into the table of indication zones.
                 astIndCountry 1.3.6.1.4.1.22736.1.4.3.1.2 displaystring read-only
Country for which the indication zone is valid, typically this is the ISO 2-letter code of the country.
                 astIndAlias 1.3.6.1.4.1.22736.1.4.3.1.3 displaystring read-only
                 astIndDescription 1.3.6.1.4.1.22736.1.4.3.1.4 displaystring read-only
Description of the indication zone, usually the full name of the country it is valid for.
     asteriskChannels 1.3.6.1.4.1.22736.1.5
         astNumChannels 1.3.6.1.4.1.22736.1.5.1 gauge32 read-only
Current number of active channels.
         astChanTable 1.3.6.1.4.1.22736.1.5.2 no-access
Table with details of the currently active channels in the Asterisk instance.
             astChanEntry 1.3.6.1.4.1.22736.1.5.2.1 no-access
Details of a single channel.
                 astChanIndex 1.3.6.1.4.1.22736.1.5.2.1.1 integer32 read-only
Index into the channel table.
                 astChanName 1.3.6.1.4.1.22736.1.5.2.1.2 displaystring read-only
Name of the current channel.
                 astChanLanguage 1.3.6.1.4.1.22736.1.5.2.1.3 displaystring read-only
Which language the current channel is configured to use -- used mainly for prompts.
                 astChanType 1.3.6.1.4.1.22736.1.5.2.1.4 displaystring read-only
Underlying technology for the current channel.
                 astChanMusicClass 1.3.6.1.4.1.22736.1.5.2.1.5 displaystring read-only
Music class to be used for Music on Hold for this channel.
                 astChanBridge 1.3.6.1.4.1.22736.1.5.2.1.6 displaystring read-only
Which channel this channel is currently bridged (in a conversation) with.
                 astChanMasq 1.3.6.1.4.1.22736.1.5.2.1.7 displaystring read-only
Channel masquerading for us.
                 astChanMasqr 1.3.6.1.4.1.22736.1.5.2.1.8 displaystring read-only
Channel we are masquerading for.
                 astChanWhenHangup 1.3.6.1.4.1.22736.1.5.2.1.9 timeticks read-only
How long until this channel will be hung up.
                 astChanApp 1.3.6.1.4.1.22736.1.5.2.1.10 displaystring read-only
Current application for the channel.
                 astChanData 1.3.6.1.4.1.22736.1.5.2.1.11 displaystring read-only
Arguments passed to the current application.
                 astChanContext 1.3.6.1.4.1.22736.1.5.2.1.12 displaystring read-only
Current extension context.
                 astChanMacroContext 1.3.6.1.4.1.22736.1.5.2.1.13 displaystring read-only
Current macro context.
                 astChanMacroExten 1.3.6.1.4.1.22736.1.5.2.1.14 displaystring read-only
Current macro extension.
                 astChanMacroPri 1.3.6.1.4.1.22736.1.5.2.1.15 integer32 read-only
Current macro priority.
                 astChanExten 1.3.6.1.4.1.22736.1.5.2.1.16 displaystring read-only
Current extension.
                 astChanPri 1.3.6.1.4.1.22736.1.5.2.1.17 integer32 read-only
Current priority.
                 astChanAccountCode 1.3.6.1.4.1.22736.1.5.2.1.18 displaystring read-only
Account Code for billing.
                 astChanForwardTo 1.3.6.1.4.1.22736.1.5.2.1.19 displaystring read-only
Where to forward to if asked to dial on this interface.
                 astChanUniqueId 1.3.6.1.4.1.22736.1.5.2.1.20 displaystring read-only
Unique Channel Identifier.
                 astChanCallGroup 1.3.6.1.4.1.22736.1.5.2.1.21 unsigned32 read-only
Call Group.
                 astChanPickupGroup 1.3.6.1.4.1.22736.1.5.2.1.22 unsigned32 read-only
Pickup Group.
                 astChanState 1.3.6.1.4.1.22736.1.5.2.1.23 integer read-only
Channel state. Enumeration: 'stateUp': 6, 'stateBusy': 7, 'stateDialing': 3, 'stateRing': 4, 'stateReserved': 1, 'stateRinging': 5, 'stateDialingOffHook': 8, 'statePreRing': 9, 'stateOffHook': 2, 'stateDown': 0.
                 astChanMuted 1.3.6.1.4.1.22736.1.5.2.1.24 truthvalue read-only
Transmission of voice data has been muted.
                 astChanRings 1.3.6.1.4.1.22736.1.5.2.1.25 integer32 read-only
Number of rings so far.
                 astChanCidDNID 1.3.6.1.4.1.22736.1.5.2.1.26 displaystring read-only
Dialled Number ID.
                 astChanCidNum 1.3.6.1.4.1.22736.1.5.2.1.27 displaystring read-only
Caller Number.
                 astChanCidName 1.3.6.1.4.1.22736.1.5.2.1.28 displaystring read-only
Caller Name.
                 astChanCidANI 1.3.6.1.4.1.22736.1.5.2.1.29 displaystring read-only
ANI
                 astChanCidRDNIS 1.3.6.1.4.1.22736.1.5.2.1.30 displaystring read-only
Redirected Dialled Number Service.
                 astChanCidPresentation 1.3.6.1.4.1.22736.1.5.2.1.31 displaystring read-only
Number Presentation/Screening.
                 astChanCidANI2 1.3.6.1.4.1.22736.1.5.2.1.32 integer32 read-only
ANI 2 (info digit).
                 astChanCidTON 1.3.6.1.4.1.22736.1.5.2.1.33 integer32 read-only
Type of Number.
                 astChanCidTNS 1.3.6.1.4.1.22736.1.5.2.1.34 integer32 read-only
Transit Network Select.
                 astChanAMAFlags 1.3.6.1.4.1.22736.1.5.2.1.35 integer read-only
AMA Flags. Enumeration: 'default': 0, 'omit': 1, 'billing': 2, 'documentation': 3.
                 astChanADSI 1.3.6.1.4.1.22736.1.5.2.1.36 integer read-only
Whether or not ADSI is detected on CPE. Enumeration: 'available': 1, 'unknown': 0, 'unavailable': 2, 'offHookOnly': 3.
                 astChanToneZone 1.3.6.1.4.1.22736.1.5.2.1.37 displaystring read-only
Indication zone to use for channel.
                 astChanHangupCause 1.3.6.1.4.1.22736.1.5.2.1.38 integer read-only
Why is the channel hung up. Enumeration: 'unregistered': 3, 'busy': 17, 'normal': 16, 'noAnswer': 19, 'noSuchDriver': 66, 'failure': 38, 'congestion': 34, 'notDefined': 0.
                 astChanVariables 1.3.6.1.4.1.22736.1.5.2.1.39 displaystring read-only
Channel Variables defined for this channel.
                 astChanFlags 1.3.6.1.4.1.22736.1.5.2.1.40 bits read-only
Flags set on this channel. Bits: 'zombie': 4, 'exception': 5, 'spying': 7, 'autoIncrementingLoop': 9, 'writeInterrupt': 2, 'deferDTMF': 1, 'nativeBridge': 8, 'wantsJitter': 0, 'blocking': 3, 'musicOnHold': 6.
                 astChanTransferCap 1.3.6.1.4.1.22736.1.5.2.1.41 integer read-only
Transfer Capabilities for this channel. Enumeration: 'digital': 8, 'restrictedDigital': 9, 'speech': 0, 'audio3k': 16, 'video': 24, 'digitalWithTones': 17.
         astNumChanTypes 1.3.6.1.4.1.22736.1.5.3 integer32 read-only
Number of channel types (technologies) supported.
         astChanTypeTable 1.3.6.1.4.1.22736.1.5.4 no-access
Table with details of the supported channel types.
             astChanTypeEntry 1.3.6.1.4.1.22736.1.5.4.1 no-access
Information about a technology we support, including how many channels are currently using this technology.
                 astChanTypeIndex 1.3.6.1.4.1.22736.1.5.4.1.1 integer32 read-only
Index into the table of channel types.
                 astChanTypeName 1.3.6.1.4.1.22736.1.5.4.1.2 displaystring read-only
Unique name of the technology we are describing.
                 astChanTypeDesc 1.3.6.1.4.1.22736.1.5.4.1.3 displaystring read-only
Description of the channel type (technology).
                 astChanTypeDeviceState 1.3.6.1.4.1.22736.1.5.4.1.4 truthvalue read-only
Whether the current technology can hold device states.
                 astChanTypeIndications 1.3.6.1.4.1.22736.1.5.4.1.5 truthvalue read-only
Whether the current technology supports progress indication.
                 astChanTypeTransfer 1.3.6.1.4.1.22736.1.5.4.1.6 truthvalue read-only
Whether the current technology supports transfers, where Asterisk can get out from inbetween two bridged channels.
                 astChanTypeChannels 1.3.6.1.4.1.22736.1.5.4.1.7 gauge32 read-only
Number of active channels using the current technology.
         astChanScalars 1.3.6.1.4.1.22736.1.5.5
             astNumChanBridge 1.3.6.1.4.1.22736.1.5.5.1 gauge32 read-only
Number of channels currently in a bridged state.