DIAL-CONTROL-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: DIAL-CONTROL-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
 dialControlMib 1.3.6.1.2.1.10.21
The MIB module to describe peer information for demand access and possibly other kinds of interfaces.
       dialControlMibObjects 1.3.6.1.2.1.10.21.1
           dialCtlConfiguration 1.3.6.1.2.1.10.21.1.1
               dialCtlAcceptMode 1.3.6.1.2.1.10.21.1.1.1 integer read-write
The security level for acceptance of incoming calls. acceptNone(1) - incoming calls will not be accepted acceptAll(2) - incoming calls will be accepted, even if there is no matching entry in the dialCtlPeerCfgTable acceptKnown(3) - incoming calls will be accepted only if there is a matching entry in the dialCtlPeerCfgTable Enumeration: 'acceptAll': 2, 'acceptNone': 1, 'acceptKnown': 3.
               dialCtlTrapEnable 1.3.6.1.2.1.10.21.1.1.2 integer read-write
This object indicates whether dialCtlPeerCallInformation and dialCtlPeerCallSetup traps should be generated for all peers. If the value of this object is enabled(1), traps will be generated for all peers. If the value of this object is disabled(2), traps will be generated only for peers having dialCtlPeerCfgTrapEnable set to enabled(1). Enumeration: 'disabled': 2, 'enabled': 1.
           dialCtlPeer 1.3.6.1.2.1.10.21.1.2
               dialCtlPeerCfgTable 1.3.6.1.2.1.10.21.1.2.1 no-access
The list of peers from which the managed device will accept calls or to which it will place them.
                   dialCtlPeerCfgEntry 1.3.6.1.2.1.10.21.1.2.1.1 no-access
Configuration data for a single Peer. This entry is effectively permanent, and contains information to identify the peer, how to connect to the peer, how to identify the peer and its permissions. The value of dialCtlPeerCfgOriginateAddress must be specified before a new row in this table can become active(1). Any writeable parameters in an existing entry can be modified while the entry is active. The modification will take effect when the peer in question will be called the next time. An entry in this table can only be created if the associated ifEntry already exists.
                       dialCtlPeerCfgId 1.3.6.1.2.1.10.21.1.2.1.1.1 integer no-access
This object identifies a single peer. There may be several entries in this table for one peer, defining different ways of reaching this peer. Thus, there may be several entries in this table with the same value of dialCtlPeerCfgId. Multiple entries for one peer may be used to support multilink as well as backup lines. A single peer will be identified by a unique value of this object. Several entries for one peer MUST have the same value of dialCtlPeerCfgId, but different ifEntries and thus different values of ifIndex.
                       dialCtlPeerCfgIfType 1.3.6.1.2.1.10.21.1.2.1.1.2 ianaiftype read-only
The interface type to be used for calling this peer. In case of ISDN, the value of isdn(63) is to be used.
                       dialCtlPeerCfgLowerIf 1.3.6.1.2.1.10.21.1.2.1.1.3 interfaceindexorzero read-only
ifIndex value of an interface the peer will have to be called on. For example, on an ISDN interface, this can be the ifIndex value of a D channel or the ifIndex value of a B channel, whatever is appropriate for a given peer. As an example, for Basic Rate leased lines it will be necessary to specify a B channel ifIndex, while for semi-permanent connections the D channel ifIndex has to be specified. If the interface can be dynamically assigned, this object has a value of zero.
                       dialCtlPeerCfgOriginateAddress 1.3.6.1.2.1.10.21.1.2.1.1.4 displaystring read-only
Call Address at which the peer will be called. Think of this as the set of characters following 'ATDT ' or the 'phone number' included in a D channel call request. The structure of this information will be switch type specific. If there is no address information required for reaching the peer, i.e., for leased lines, this object will be a zero length string.
                       dialCtlPeerCfgAnswerAddress 1.3.6.1.2.1.10.21.1.2.1.1.5 displaystring read-only
Calling Party Number information element, as for example passed in an ISDN SETUP message by a PBX or switch, for incoming calls. This address can be used to identify the peer. If this address is either unknown or identical to dialCtlPeerCfgOriginateAddress, this object will be a zero length string.
                       dialCtlPeerCfgSubAddress 1.3.6.1.2.1.10.21.1.2.1.1.6 displaystring read-only
Subaddress at which the peer will be called. If the subaddress is undefined for the given media or unused, this is a zero length string.
                       dialCtlPeerCfgClosedUserGroup 1.3.6.1.2.1.10.21.1.2.1.1.7 displaystring read-only
Closed User Group at which the peer will be called. If the Closed User Group is undefined for the given media or unused, this is a zero length string.
                       dialCtlPeerCfgSpeed 1.3.6.1.2.1.10.21.1.2.1.1.8 integer read-only
The desired information transfer speed in bits/second when calling this peer. The detailed media specific information, e.g. information type and information transfer rate for ISDN circuits, has to be extracted from this object. If the transfer speed to be used is unknown or the default speed for this type of interfaces, the value of this object may be zero.
                       dialCtlPeerCfgInfoType 1.3.6.1.2.1.10.21.1.2.1.1.9 integer read-only
The Information Transfer Capability to be used when calling this peer. speech(2) refers to a non-data connection, whereas audio31(6) and audio7(7) refer to data mode connections. Enumeration: 'fax': 10, 'unrestrictedDigital': 3, 'unrestrictedDigital56': 4, 'audio7': 7, 'restrictedDigital': 5, 'audio31': 6, 'other': 1, 'speech': 2, 'packetSwitched': 9, 'video': 8.
                       dialCtlPeerCfgPermission 1.3.6.1.2.1.10.21.1.2.1.1.10 integer read-only
Applicable permissions. callback(4) either rejects the call and then calls back, or uses the 'Reverse charging' information element if it is available. Note that callback(4) is supposed to control charging, not security, and applies to callback prior to accepting a call. Callback for security reasons can be handled using PPP callback. Enumeration: 'answer': 2, 'both': 3, 'none': 5, 'originate': 1, 'callback': 4.
                       dialCtlPeerCfgInactivityTimer 1.3.6.1.2.1.10.21.1.2.1.1.11 integer read-only
The connection will be automatically disconnected if no longer carrying useful data for a time period, in seconds, specified in this object. Useful data in this context refers to forwarding packets, including routing information; it excludes the encapsulator maintenance frames. A value of zero means the connection will not be automatically taken down due to inactivity, which implies that it is a dedicated circuit.
                       dialCtlPeerCfgMinDuration 1.3.6.1.2.1.10.21.1.2.1.1.12 integer read-only
Minimum duration of a call in seconds, starting from the time the call is connected until the call is disconnected. This is to accomplish the fact that in most countries charging applies to units of time, which should be matched as closely as possible.
                       dialCtlPeerCfgMaxDuration 1.3.6.1.2.1.10.21.1.2.1.1.13 integer read-only
Maximum call duration in seconds. Zero means 'unlimited'.
                       dialCtlPeerCfgCarrierDelay 1.3.6.1.2.1.10.21.1.2.1.1.14 integer read-only
The call timeout time in seconds. The default value of zero means that the call timeout as specified for the media in question will apply.
                       dialCtlPeerCfgCallRetries 1.3.6.1.2.1.10.21.1.2.1.1.15 integer read-only
The number of calls to a non-responding address that may be made. A retry count of zero means there is no bound. The intent is to bound the number of successive calls to an address which is inaccessible, or which refuses those calls. Some countries regulate the number of call retries to a given peer that can be made.
                       dialCtlPeerCfgRetryDelay 1.3.6.1.2.1.10.21.1.2.1.1.16 integer read-only
The time in seconds between call retries if a peer cannot be reached. A value of zero means that call retries may be done without any delay.
                       dialCtlPeerCfgFailureDelay 1.3.6.1.2.1.10.21.1.2.1.1.17 integer read-only
The time in seconds after which call attempts are to be placed again after a peer has been noticed to be unreachable, i.e. after dialCtlPeerCfgCallRetries unsuccessful call attempts. A value of zero means that a peer will not be called again after dialCtlPeerCfgCallRetries unsuccessful call attempts.
                       dialCtlPeerCfgTrapEnable 1.3.6.1.2.1.10.21.1.2.1.1.18 integer read-only
This object indicates whether dialCtlPeerCallInformation and dialCtlPeerCallSetup traps should be generated for this peer. Enumeration: 'disabled': 2, 'enabled': 1.
                       dialCtlPeerCfgStatus 1.3.6.1.2.1.10.21.1.2.1.1.19 rowstatus read-only
Status of one row in this table.
               dialCtlPeerStatsTable 1.3.6.1.2.1.10.21.1.2.2 no-access
Statistics information for each peer entry. There will be one entry in this table for each entry in the dialCtlPeerCfgTable.
                   dialCtlPeerStatsEntry 1.3.6.1.2.1.10.21.1.2.2.1 no-access
Statistics information for a single Peer. This entry is effectively permanent, and contains information describing the last call attempt as well as supplying statistical information.
                       dialCtlPeerStatsConnectTime 1.3.6.1.2.1.10.21.1.2.2.1.1 absolutecounter32 read-only
Accumulated connect time to the peer since system startup. This is the total connect time, i.e. the connect time for outgoing calls plus the time for incoming calls.
                       dialCtlPeerStatsChargedUnits 1.3.6.1.2.1.10.21.1.2.2.1.2 absolutecounter32 read-only
The total number of charging units applying to this peer since system startup. Only the charging units applying to the local interface, i.e. for originated calls or for calls with 'Reverse charging' being active, will be counted here.
                       dialCtlPeerStatsSuccessCalls 1.3.6.1.2.1.10.21.1.2.2.1.3 absolutecounter32 read-only
Number of completed calls to this peer.
                       dialCtlPeerStatsFailCalls 1.3.6.1.2.1.10.21.1.2.2.1.4 absolutecounter32 read-only
Number of failed call attempts to this peer since system startup.
                       dialCtlPeerStatsAcceptCalls 1.3.6.1.2.1.10.21.1.2.2.1.5 absolutecounter32 read-only
Number of calls from this peer accepted since system startup.
                       dialCtlPeerStatsRefuseCalls 1.3.6.1.2.1.10.21.1.2.2.1.6 absolutecounter32 read-only
Number of calls from this peer refused since system startup.
                       dialCtlPeerStatsLastDisconnectCause 1.3.6.1.2.1.10.21.1.2.2.1.7 octet string read-only
The encoded network cause value associated with the last call. This object will be updated whenever a call is started or cleared. The value of this object will depend on the interface type as well as on the protocol and protocol version being used on this interface. Some references for possible cause values are given below.
                       dialCtlPeerStatsLastDisconnectText 1.3.6.1.2.1.10.21.1.2.2.1.8 displaystring read-only
ASCII text describing the reason for the last call termination. This object exists because it would be impossible for a management station to store all possible cause values for all types of interfaces. It should be used only if a management station is unable to decode the value of dialCtlPeerStatsLastDisconnectCause. This object will be updated whenever a call is started or cleared.
                       dialCtlPeerStatsLastSetupTime 1.3.6.1.2.1.10.21.1.2.2.1.9 timestamp read-only
The value of sysUpTime when the last call to this peer was started. For ISDN media, this will be the time when the setup message was received from or sent to the network. This object will be updated whenever a call is started or cleared.
           callActive 1.3.6.1.2.1.10.21.1.3
               callActiveTable 1.3.6.1.2.1.10.21.1.3.1 no-access
A table containing information about active calls to a specific destination.
                   callActiveEntry 1.3.6.1.2.1.10.21.1.3.1.1 no-access
The information regarding a single active Connection. An entry in this table will be created when a call is started. An entry in this table will be deleted when an active call clears.
                       callActiveSetupTime 1.3.6.1.2.1.10.21.1.3.1.1.1 timestamp no-access
The value of sysUpTime when the call associated to this entry was started. This will be useful for an NMS to retrieve all calls after a specific time. Also, this object can be useful in finding large delays between the time the call was started and the time the call was connected. For ISDN media, this will be the time when the setup message was received from or sent to the network.
                       callActiveIndex 1.3.6.1.2.1.10.21.1.3.1.1.2 integer no-access
Small index variable to distinguish calls that start in the same hundredth of a second.
                       callActivePeerAddress 1.3.6.1.2.1.10.21.1.3.1.1.3 displaystring read-only
The number this call is connected to. If the number is not available, then it will have a length of zero.
                       callActivePeerSubAddress 1.3.6.1.2.1.10.21.1.3.1.1.4 displaystring read-only
The subaddress this call is connected to. If the subaddress is undefined or not available, this will be a zero length string.
                       callActivePeerId 1.3.6.1.2.1.10.21.1.3.1.1.5 integer read-only
This is the Id value of the peer table entry to which this call was made. If a peer table entry for this call does not exist or is unknown, the value of this object will be zero.
                       callActivePeerIfIndex 1.3.6.1.2.1.10.21.1.3.1.1.6 integer read-only
This is the ifIndex value of the peer table entry to which this call was made. If a peer table entry for this call does not exist or is unknown, the value of this object will be zero.
                       callActiveLogicalIfIndex 1.3.6.1.2.1.10.21.1.3.1.1.7 interfaceindexorzero read-only
This is the ifIndex value of the logical interface through which this call was made. For ISDN media, this would be the ifIndex of the B channel which was used for this call. If the ifIndex value is unknown, the value of this object will be zero.
                       callActiveConnectTime 1.3.6.1.2.1.10.21.1.3.1.1.8 timestamp read-only
The value of sysUpTime when the call was connected. If the call is not connected, this object will have a value of zero.
                       callActiveCallState 1.3.6.1.2.1.10.21.1.3.1.1.9 integer read-only
The current call state. unknown(1) - The call state is unknown. connecting(2) - A connection attempt (outgoing call) is being made. connected(3) - An incoming call is in the process of validation. active(4) - The call is active. Enumeration: 'active': 4, 'unknown': 1, 'connected': 3, 'connecting': 2.
                       callActiveCallOrigin 1.3.6.1.2.1.10.21.1.3.1.1.10 integer read-only
The call origin. Enumeration: 'answer': 2, 'callback': 3, 'originate': 1.
                       callActiveChargedUnits 1.3.6.1.2.1.10.21.1.3.1.1.11 absolutecounter32 read-only
The number of charged units for this connection. For incoming calls or if charging information is not supplied by the switch, the value of this object will be zero.
                       callActiveInfoType 1.3.6.1.2.1.10.21.1.3.1.1.12 integer read-only
The information type for this call. Enumeration: 'fax': 10, 'unrestrictedDigital': 3, 'unrestrictedDigital56': 4, 'audio7': 7, 'restrictedDigital': 5, 'audio31': 6, 'other': 1, 'speech': 2, 'packetSwitched': 9, 'video': 8.
                       callActiveTransmitPackets 1.3.6.1.2.1.10.21.1.3.1.1.13 absolutecounter32 read-only
The number of packets which were transmitted for this call.
                       callActiveTransmitBytes 1.3.6.1.2.1.10.21.1.3.1.1.14 absolutecounter32 read-only
The number of bytes which were transmitted for this call.
                       callActiveReceivePackets 1.3.6.1.2.1.10.21.1.3.1.1.15 absolutecounter32 read-only
The number of packets which were received for this call.
                       callActiveReceiveBytes 1.3.6.1.2.1.10.21.1.3.1.1.16 absolutecounter32 read-only
The number of bytes which were received for this call.
           callHistory 1.3.6.1.2.1.10.21.1.4
               callHistoryTableMaxLength 1.3.6.1.2.1.10.21.1.4.1 integer read-write
The upper limit on the number of entries that the callHistoryTable may contain. A value of 0 will prevent any history from being retained. When this table is full, the oldest entry will be deleted and the new one will be created.
               callHistoryRetainTimer 1.3.6.1.2.1.10.21.1.4.2 integer read-write
The minimum amount of time that an callHistoryEntry will be maintained before being deleted. A value of 0 will prevent any history from being retained in the callHistoryTable, but will neither prevent callCompletion traps being generated nor affect other tables.
               callHistoryTable 1.3.6.1.2.1.10.21.1.4.3 no-access
A table containing information about specific calls to a specific destination.
                   callHistoryEntry 1.3.6.1.2.1.10.21.1.4.3.1 no-access
The information regarding a single Connection.
                       callHistoryPeerAddress 1.3.6.1.2.1.10.21.1.4.3.1.1 displaystring read-only
The number this call was connected to. If the number is not available, then it will have a length of zero.
                       callHistoryPeerSubAddress 1.3.6.1.2.1.10.21.1.4.3.1.2 displaystring read-only
The subaddress this call was connected to. If the subaddress is undefined or not available, this will be a zero length string.
                       callHistoryPeerId 1.3.6.1.2.1.10.21.1.4.3.1.3 integer read-only
This is the Id value of the peer table entry to which this call was made. If a peer table entry for this call does not exist, the value of this object will be zero.
                       callHistoryPeerIfIndex 1.3.6.1.2.1.10.21.1.4.3.1.4 integer read-only
This is the ifIndex value of the peer table entry to which this call was made. If a peer table entry for this call does not exist, the value of this object will be zero.
                       callHistoryLogicalIfIndex 1.3.6.1.2.1.10.21.1.4.3.1.5 interfaceindex read-only
This is the ifIndex value of the logical interface through which this call was made. For ISDN media, this would be the ifIndex of the B channel which was used for this call.
                       callHistoryDisconnectCause 1.3.6.1.2.1.10.21.1.4.3.1.6 octet string read-only
The encoded network cause value associated with this call. The value of this object will depend on the interface type as well as on the protocol and protocol version being used on this interface. Some references for possible cause values are given below.
                       callHistoryDisconnectText 1.3.6.1.2.1.10.21.1.4.3.1.7 displaystring read-only
ASCII text describing the reason for call termination. This object exists because it would be impossible for a management station to store all possible cause values for all types of interfaces. It should be used only if a management station is unable to decode the value of dialCtlPeerStatsLastDisconnectCause.
                       callHistoryConnectTime 1.3.6.1.2.1.10.21.1.4.3.1.8 timestamp read-only
The value of sysUpTime when the call was connected.
                       callHistoryDisconnectTime 1.3.6.1.2.1.10.21.1.4.3.1.9 timestamp read-only
The value of sysUpTime when the call was disconnected.
                       callHistoryCallOrigin 1.3.6.1.2.1.10.21.1.4.3.1.10 integer read-only
The call origin. Enumeration: 'answer': 2, 'callback': 3, 'originate': 1.
                       callHistoryChargedUnits 1.3.6.1.2.1.10.21.1.4.3.1.11 absolutecounter32 read-only
The number of charged units for this connection. For incoming calls or if charging information is not supplied by the switch, the value of this object will be zero.
                       callHistoryInfoType 1.3.6.1.2.1.10.21.1.4.3.1.12 integer read-only
The information type for this call. Enumeration: 'fax': 10, 'unrestrictedDigital': 3, 'unrestrictedDigital56': 4, 'audio7': 7, 'restrictedDigital': 5, 'audio31': 6, 'other': 1, 'speech': 2, 'packetSwitched': 9, 'video': 8.
                       callHistoryTransmitPackets 1.3.6.1.2.1.10.21.1.4.3.1.13 absolutecounter32 read-only
The number of packets which were transmitted while this call was active.
                       callHistoryTransmitBytes 1.3.6.1.2.1.10.21.1.4.3.1.14 absolutecounter32 read-only
The number of bytes which were transmitted while this call was active.
                       callHistoryReceivePackets 1.3.6.1.2.1.10.21.1.4.3.1.15 absolutecounter32 read-only
The number of packets which were received while this call was active.
                       callHistoryReceiveBytes 1.3.6.1.2.1.10.21.1.4.3.1.16 absolutecounter32 read-only
The number of bytes which were received while this call was active.
       dialControlMibTrapPrefix 1.3.6.1.2.1.10.21.2
           dialControlMibTraps 1.3.6.1.2.1.10.21.2.0
               dialCtlPeerCallInformation 1.3.6.1.2.1.10.21.2.0.1
This trap/inform is sent to the manager whenever a successful call clears, or a failed call attempt is determined to have ultimately failed. In the event that call retry is active, then this is after all retry attempts have failed. However, only one such trap is sent in between successful call attempts; subsequent call attempts result in no trap. ifOperStatus will return the operational status of the virtual interface associated with the peer to whom this call was made to.
               dialCtlPeerCallSetup 1.3.6.1.2.1.10.21.2.0.2
This trap/inform is sent to the manager whenever a call setup message is received or sent. ifOperStatus will return the operational status of the virtual interface associated with the peer to whom this call was made to.
       dialControlMibConformance 1.3.6.1.2.1.10.21.3
           dialControlMibCompliances 1.3.6.1.2.1.10.21.3.1
               dialControlMibCompliance 1.3.6.1.2.1.10.21.3.1.1
The compliance statement for entities which implement the DIAL CONTROL MIB
           dialControlMibGroups 1.3.6.1.2.1.10.21.3.2
               dialControlGroup 1.3.6.1.2.1.10.21.3.2.1
A collection of objects providing the DIAL CONTROL capability.
               callActiveGroup 1.3.6.1.2.1.10.21.3.2.2
A collection of objects providing the active call capability.
               callHistoryGroup 1.3.6.1.2.1.10.21.3.2.3
A collection of objects providing the Call History capability.
               callNotificationsGroup 1.3.6.1.2.1.10.21.3.2.4
The notifications which a Dial Control MIB entity is required to implement.