The MIB module to describe peer information for demand access and possibly other kinds of interfaces.
Version: 1996-09-23
module DIAL-CONTROL-MIB { yang-version 1; namespace "urn:ietf:params:xml:ns:yang:smiv2:DIAL-CONTROL-MIB"; prefix DIAL-CONTROL-MIB; import IANAifType-MIB { prefix ianaiftype-mib; } import IF-MIB { prefix if-mib; } import SNMPv2-TC { prefix snmpv2-tc; } import ietf-yang-smiv2 { prefix smiv2; } import ietf-yang-types { prefix yang; } organization "IETF ISDN Working Group"; contact " Guenter Roeck Postal: cisco Systems 170 West Tasman Drive San Jose, CA 95134 U.S.A. Phone: +1 408 527 3143 E-mail: groeck@cisco.com"; description "The MIB module to describe peer information for demand access and possibly other kinds of interfaces."; revision "1996-09-23" { description "[Revision added by libsmi due to a LAST-UPDATED clause.]"; } smiv2:alias "dialCtlPeerStatsTable" { description "Statistics information for each peer entry. There will be one entry in this table for each entry in the dialCtlPeerCfgTable."; smiv2:oid "1.3.6.1.2.1.10.21.1.2.2"; } smiv2:alias "dialCtlPeerStatsEntry" { description "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."; smiv2:oid "1.3.6.1.2.1.10.21.1.2.2.1"; } smiv2:alias "dialControlMib" { smiv2:oid "1.3.6.1.2.1.10.21"; } smiv2:alias "dialControlMibObjects" { smiv2:oid "1.3.6.1.2.1.10.21.1"; } smiv2:alias "dialCtlConfiguration" { smiv2:oid "1.3.6.1.2.1.10.21.1.1"; } smiv2:alias "dialCtlPeer" { smiv2:oid "1.3.6.1.2.1.10.21.1.2"; } smiv2:alias "callActive" { smiv2:oid "1.3.6.1.2.1.10.21.1.3"; } smiv2:alias "callHistory" { smiv2:oid "1.3.6.1.2.1.10.21.1.4"; } smiv2:alias "dialControlMibTrapPrefix" { smiv2:oid "1.3.6.1.2.1.10.21.2"; } smiv2:alias "dialControlMibTraps" { smiv2:oid "1.3.6.1.2.1.10.21.2.0"; } smiv2:alias "dialControlMibConformance" { smiv2:oid "1.3.6.1.2.1.10.21.3"; } smiv2:alias "dialControlMibCompliances" { smiv2:oid "1.3.6.1.2.1.10.21.3.1"; } smiv2:alias "dialControlMibGroups" { smiv2:oid "1.3.6.1.2.1.10.21.3.2"; } typedef AbsoluteCounter32 { type yang:gauge32; description "Represents a Counter32-like value that starts at zero, does not decrease, and does not wrap. This may be used only in situations where wrapping is not possible or extremely unlikely. Should such a counter overflow, it locks at the maxium value of 4,294,967,295. The primary use of this type of counter is situations where a counter value is to be recorded as history and is thus no longer subject to reading for changing values."; } container DIAL-CONTROL-MIB { config false; container dialCtlConfiguration { smiv2:oid "1.3.6.1.2.1.10.21.1.1"; leaf dialCtlAcceptMode { smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.1.1"; type enumeration { enum "acceptNone" { value 1; } enum "acceptAll" { value 2; } enum "acceptKnown" { value 3; } } description "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"; } leaf dialCtlTrapEnable { smiv2:defval "disabled"; smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.1.2"; type enumeration { enum "enabled" { value 1; } enum "disabled" { value 2; } } description "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)."; } } // container dialCtlConfiguration container callHistory { smiv2:oid "1.3.6.1.2.1.10.21.1.4"; leaf callHistoryTableMaxLength { smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.4.1"; type int32 { range "0..2147483647"; } description "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."; } leaf callHistoryRetainTimer { smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.4.2"; type int32 { range "0..2147483647"; } units "minutes"; description "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."; } } // container callHistory container dialCtlPeerCfgTable { smiv2:oid "1.3.6.1.2.1.10.21.1.2.1"; description "The list of peers from which the managed device will accept calls or to which it will place them."; list dialCtlPeerCfgEntry { smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1"; key "dialCtlPeerCfgId ifIndex"; description "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."; leaf ifIndex { type leafref { path "/if-mib:IF-MIB/if-mib:ifTable/if-mib:ifEntry/if-mib:ifIndex"; } } leaf dialCtlPeerCfgId { smiv2:max-access "not-accessible"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1.1"; type int32 { range "1..2147483647"; } description "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."; } leaf dialCtlPeerCfgIfType { smiv2:defval "other"; smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1.2"; type ianaiftype-mib:IANAifType; description "The interface type to be used for calling this peer. In case of ISDN, the value of isdn(63) is to be used."; } leaf dialCtlPeerCfgLowerIf { smiv2:defval "0"; smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1.3"; type if-mib:InterfaceIndexOrZero; description "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."; } leaf dialCtlPeerCfgOriginateAddress { smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1.4"; type snmpv2-tc:DisplayString; description "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."; } leaf dialCtlPeerCfgAnswerAddress { smiv2:defval ""; smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1.5"; type snmpv2-tc:DisplayString; description "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."; } leaf dialCtlPeerCfgSubAddress { smiv2:defval ""; smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1.6"; type snmpv2-tc:DisplayString; description "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."; } leaf dialCtlPeerCfgClosedUserGroup { smiv2:defval ""; smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1.7"; type snmpv2-tc:DisplayString; description "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."; reference "Q.931, chapter 4.6.1."; } leaf dialCtlPeerCfgSpeed { smiv2:defval "0"; smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1.8"; type int32 { range "0..2147483647"; } description "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."; } leaf dialCtlPeerCfgInfoType { smiv2:defval "other"; smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1.9"; type enumeration { enum "other" { value 1; } enum "speech" { value 2; } enum "unrestrictedDigital" { value 3; } enum "unrestrictedDigital56" { value 4; } enum "restrictedDigital" { value 5; } enum "audio31" { value 6; } enum "audio7" { value 7; } enum "video" { value 8; } enum "packetSwitched" { value 9; } enum "fax" { value 10; } } description "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."; } leaf dialCtlPeerCfgPermission { smiv2:defval "both"; smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1.10"; type enumeration { enum "originate" { value 1; } enum "answer" { value 2; } enum "both" { value 3; } enum "callback" { value 4; } enum "none" { value 5; } } description "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."; } leaf dialCtlPeerCfgInactivityTimer { smiv2:defval "0"; smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1.11"; type int32 { range "0..2147483647"; } units "seconds"; description "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."; } leaf dialCtlPeerCfgMinDuration { smiv2:defval "0"; smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1.12"; type int32 { range "0..2147483647"; } description "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."; } leaf dialCtlPeerCfgMaxDuration { smiv2:defval "0"; smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1.13"; type int32 { range "0..2147483647"; } description "Maximum call duration in seconds. Zero means 'unlimited'."; } leaf dialCtlPeerCfgCarrierDelay { smiv2:defval "0"; smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1.14"; type int32 { range "0..2147483647"; } units "seconds"; description "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."; } leaf dialCtlPeerCfgCallRetries { smiv2:defval "0"; smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1.15"; type int32 { range "0..2147483647"; } description "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."; } leaf dialCtlPeerCfgRetryDelay { smiv2:defval "0"; smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1.16"; type int32 { range "0..2147483647"; } units "seconds"; description "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."; } leaf dialCtlPeerCfgFailureDelay { smiv2:defval "0"; smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1.17"; type int32 { range "0..2147483647"; } units "seconds"; description "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."; } leaf dialCtlPeerCfgTrapEnable { smiv2:defval "disabled"; smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1.18"; type enumeration { enum "enabled" { value 1; } enum "disabled" { value 2; } } description "This object indicates whether dialCtlPeerCallInformation and dialCtlPeerCallSetup traps should be generated for this peer."; } leaf dialCtlPeerCfgStatus { smiv2:max-access "read-write"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.1.1.19"; type snmpv2-tc:RowStatus; description "Status of one row in this table."; } } // list dialCtlPeerCfgEntry } // container dialCtlPeerCfgTable container callActiveTable { smiv2:oid "1.3.6.1.2.1.10.21.1.3.1"; description "A table containing information about active calls to a specific destination."; list callActiveEntry { smiv2:oid "1.3.6.1.2.1.10.21.1.3.1.1"; key "callActiveSetupTime callActiveIndex"; description "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."; leaf callActiveSetupTime { smiv2:max-access "not-accessible"; smiv2:oid "1.3.6.1.2.1.10.21.1.3.1.1.1"; type yang:timestamp; description "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."; } leaf callActiveIndex { smiv2:max-access "not-accessible"; smiv2:oid "1.3.6.1.2.1.10.21.1.3.1.1.2"; type int32 { range "1..2147483647"; } description "Small index variable to distinguish calls that start in the same hundredth of a second."; } leaf callActivePeerAddress { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.3.1.1.3"; type snmpv2-tc:DisplayString; description "The number this call is connected to. If the number is not available, then it will have a length of zero."; } leaf callActivePeerSubAddress { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.3.1.1.4"; type snmpv2-tc:DisplayString; description "The subaddress this call is connected to. If the subaddress is undefined or not available, this will be a zero length string."; } leaf callActivePeerId { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.3.1.1.5"; type int32 { range "0..2147483647"; } description "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."; } leaf callActivePeerIfIndex { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.3.1.1.6"; type int32 { range "0..2147483647"; } description "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."; } leaf callActiveLogicalIfIndex { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.3.1.1.7"; type if-mib:InterfaceIndexOrZero; description "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."; } leaf callActiveConnectTime { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.3.1.1.8"; type yang:timestamp; description "The value of sysUpTime when the call was connected. If the call is not connected, this object will have a value of zero."; } leaf callActiveCallState { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.3.1.1.9"; type enumeration { enum "unknown" { value 1; } enum "connecting" { value 2; } enum "connected" { value 3; } enum "active" { value 4; } } description "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."; } leaf callActiveCallOrigin { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.3.1.1.10"; type enumeration { enum "originate" { value 1; } enum "answer" { value 2; } enum "callback" { value 3; } } description "The call origin."; } leaf callActiveChargedUnits { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.3.1.1.11"; type AbsoluteCounter32; description "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."; } leaf callActiveInfoType { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.3.1.1.12"; type enumeration { enum "other" { value 1; } enum "speech" { value 2; } enum "unrestrictedDigital" { value 3; } enum "unrestrictedDigital56" { value 4; } enum "restrictedDigital" { value 5; } enum "audio31" { value 6; } enum "audio7" { value 7; } enum "video" { value 8; } enum "packetSwitched" { value 9; } enum "fax" { value 10; } } description "The information type for this call."; } leaf callActiveTransmitPackets { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.3.1.1.13"; type AbsoluteCounter32; description "The number of packets which were transmitted for this call."; } leaf callActiveTransmitBytes { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.3.1.1.14"; type AbsoluteCounter32; description "The number of bytes which were transmitted for this call."; } leaf callActiveReceivePackets { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.3.1.1.15"; type AbsoluteCounter32; description "The number of packets which were received for this call."; } leaf callActiveReceiveBytes { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.3.1.1.16"; type AbsoluteCounter32; description "The number of bytes which were received for this call."; } } // list callActiveEntry } // container callActiveTable container callHistoryTable { smiv2:oid "1.3.6.1.2.1.10.21.1.4.3"; description "A table containing information about specific calls to a specific destination."; list callHistoryEntry { smiv2:oid "1.3.6.1.2.1.10.21.1.4.3.1"; key "callActiveSetupTime callActiveIndex"; description "The information regarding a single Connection."; leaf callActiveSetupTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveSetupTime"; } } leaf callActiveIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveIndex"; } } leaf callHistoryPeerAddress { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.4.3.1.1"; type snmpv2-tc:DisplayString; description "The number this call was connected to. If the number is not available, then it will have a length of zero."; } leaf callHistoryPeerSubAddress { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.4.3.1.2"; type snmpv2-tc:DisplayString; description "The subaddress this call was connected to. If the subaddress is undefined or not available, this will be a zero length string."; } leaf callHistoryPeerId { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.4.3.1.3"; type int32 { range "0..2147483647"; } description "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."; } leaf callHistoryPeerIfIndex { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.4.3.1.4"; type int32 { range "0..2147483647"; } description "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."; } leaf callHistoryLogicalIfIndex { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.4.3.1.5"; type if-mib:InterfaceIndex; description "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."; } leaf callHistoryDisconnectCause { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.4.3.1.6"; type binary { length "0..4"; } description "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."; reference "- Bellcore SR-NWT-001953, Generic Guidelines for ISDN Terminal Equipment On Basic Access Interfaces, chapter 5.2.5.8. - Bellcore SR-NWT-002343, ISDN Primary Rate Interface Generic Guidelines for Customer Premises Equipment, chapter 8.2.5.8. - ITU-T Q.931, Appendix I. - ITU-T X.25, CAUSE and DIAGNOSTIC field values. - German Telekom FTZ 1TR6, chapter 3.2.3.4.4.4."; } leaf callHistoryDisconnectText { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.4.3.1.7"; type snmpv2-tc:DisplayString; description "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."; } leaf callHistoryConnectTime { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.4.3.1.8"; type yang:timestamp; description "The value of sysUpTime when the call was connected."; } leaf callHistoryDisconnectTime { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.4.3.1.9"; type yang:timestamp; description "The value of sysUpTime when the call was disconnected."; } leaf callHistoryCallOrigin { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.4.3.1.10"; type enumeration { enum "originate" { value 1; } enum "answer" { value 2; } enum "callback" { value 3; } } description "The call origin."; } leaf callHistoryChargedUnits { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.4.3.1.11"; type AbsoluteCounter32; description "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."; } leaf callHistoryInfoType { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.4.3.1.12"; type enumeration { enum "other" { value 1; } enum "speech" { value 2; } enum "unrestrictedDigital" { value 3; } enum "unrestrictedDigital56" { value 4; } enum "restrictedDigital" { value 5; } enum "audio31" { value 6; } enum "audio7" { value 7; } enum "video" { value 8; } enum "packetSwitched" { value 9; } enum "fax" { value 10; } } description "The information type for this call."; } leaf callHistoryTransmitPackets { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.4.3.1.13"; type AbsoluteCounter32; description "The number of packets which were transmitted while this call was active."; } leaf callHistoryTransmitBytes { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.4.3.1.14"; type AbsoluteCounter32; description "The number of bytes which were transmitted while this call was active."; } leaf callHistoryReceivePackets { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.4.3.1.15"; type AbsoluteCounter32; description "The number of packets which were received while this call was active."; } leaf callHistoryReceiveBytes { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.4.3.1.16"; type AbsoluteCounter32; description "The number of bytes which were received while this call was active."; } } // list callHistoryEntry } // container callHistoryTable } // container DIAL-CONTROL-MIB augment /DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:dialCtlPeerCfgTable/DIAL-CONTROL-MIB:dialCtlPeerCfgEntry { smiv2:oid "1.3.6.1.2.1.10.21.1.2.2.1"; description "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."; leaf dialCtlPeerStatsConnectTime { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.2.1.1"; type AbsoluteCounter32; units "seconds"; description "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."; } leaf dialCtlPeerStatsChargedUnits { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.2.1.2"; type AbsoluteCounter32; description "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."; } leaf dialCtlPeerStatsSuccessCalls { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.2.1.3"; type AbsoluteCounter32; description "Number of completed calls to this peer."; } leaf dialCtlPeerStatsFailCalls { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.2.1.4"; type AbsoluteCounter32; description "Number of failed call attempts to this peer since system startup."; } leaf dialCtlPeerStatsAcceptCalls { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.2.1.5"; type AbsoluteCounter32; description "Number of calls from this peer accepted since system startup."; } leaf dialCtlPeerStatsRefuseCalls { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.2.1.6"; type AbsoluteCounter32; description "Number of calls from this peer refused since system startup."; } leaf dialCtlPeerStatsLastDisconnectCause { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.2.1.7"; type binary { length "0..4"; } description "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."; reference "- Bellcore SR-NWT-001953, Generic Guidelines for ISDN Terminal Equipment On Basic Access Interfaces, chapter 5.2.5.8. - Bellcore SR-NWT-002343, ISDN Primary Rate Interface Generic Guidelines for Customer Premises Equipment, chapter 8.2.5.8. - ITU-T Q.931, Appendix I. - ITU-T X.25, CAUSE and DIAGNOSTIC field values. - German Telekom FTZ 1TR6, chapter 3.2.3.4.4.4."; } leaf dialCtlPeerStatsLastDisconnectText { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.2.1.8"; type snmpv2-tc:DisplayString; description "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."; } leaf dialCtlPeerStatsLastSetupTime { smiv2:max-access "read-only"; smiv2:oid "1.3.6.1.2.1.10.21.1.2.2.1.9"; type yang:timestamp; description "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."; } } notification dialCtlPeerCallInformation { smiv2:oid "1.3.6.1.2.1.10.21.2.0.1"; description "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."; container object-1 { leaf callActiveSetupTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveSetupTime"; } } leaf callActiveIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveIndex"; } } leaf callHistoryPeerId { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callHistoryTable/DIAL-CONTROL-MIB:callHistoryEntry/DIAL-CONTROL-MIB:callHistoryPeerId"; } } } // container object-1 container object-2 { leaf callActiveSetupTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveSetupTime"; } } leaf callActiveIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveIndex"; } } leaf callHistoryPeerIfIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callHistoryTable/DIAL-CONTROL-MIB:callHistoryEntry/DIAL-CONTROL-MIB:callHistoryPeerIfIndex"; } } } // container object-2 container object-3 { leaf callActiveSetupTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveSetupTime"; } } leaf callActiveIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveIndex"; } } leaf callHistoryLogicalIfIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callHistoryTable/DIAL-CONTROL-MIB:callHistoryEntry/DIAL-CONTROL-MIB:callHistoryLogicalIfIndex"; } } } // container object-3 container object-4 { leaf ifIndex { type leafref { path "/if-mib:IF-MIB/if-mib:ifTable/if-mib:ifEntry/if-mib:ifIndex"; } } leaf ifOperStatus { type leafref { path "/if-mib:IF-MIB/if-mib:ifTable/if-mib:ifEntry/if-mib:ifOperStatus"; } } } // container object-4 container object-5 { leaf callActiveSetupTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveSetupTime"; } } leaf callActiveIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveIndex"; } } leaf callHistoryPeerAddress { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callHistoryTable/DIAL-CONTROL-MIB:callHistoryEntry/DIAL-CONTROL-MIB:callHistoryPeerAddress"; } } } // container object-5 container object-6 { leaf callActiveSetupTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveSetupTime"; } } leaf callActiveIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveIndex"; } } leaf callHistoryPeerSubAddress { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callHistoryTable/DIAL-CONTROL-MIB:callHistoryEntry/DIAL-CONTROL-MIB:callHistoryPeerSubAddress"; } } } // container object-6 container object-7 { leaf callActiveSetupTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveSetupTime"; } } leaf callActiveIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveIndex"; } } leaf callHistoryDisconnectCause { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callHistoryTable/DIAL-CONTROL-MIB:callHistoryEntry/DIAL-CONTROL-MIB:callHistoryDisconnectCause"; } } } // container object-7 container object-8 { leaf callActiveSetupTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveSetupTime"; } } leaf callActiveIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveIndex"; } } leaf callHistoryConnectTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callHistoryTable/DIAL-CONTROL-MIB:callHistoryEntry/DIAL-CONTROL-MIB:callHistoryConnectTime"; } } } // container object-8 container object-9 { leaf callActiveSetupTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveSetupTime"; } } leaf callActiveIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveIndex"; } } leaf callHistoryDisconnectTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callHistoryTable/DIAL-CONTROL-MIB:callHistoryEntry/DIAL-CONTROL-MIB:callHistoryDisconnectTime"; } } } // container object-9 container object-10 { leaf callActiveSetupTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveSetupTime"; } } leaf callActiveIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveIndex"; } } leaf callHistoryInfoType { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callHistoryTable/DIAL-CONTROL-MIB:callHistoryEntry/DIAL-CONTROL-MIB:callHistoryInfoType"; } } } // container object-10 container object-11 { leaf callActiveSetupTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveSetupTime"; } } leaf callActiveIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveIndex"; } } leaf callHistoryCallOrigin { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callHistoryTable/DIAL-CONTROL-MIB:callHistoryEntry/DIAL-CONTROL-MIB:callHistoryCallOrigin"; } } } // container object-11 } // notification dialCtlPeerCallInformation notification dialCtlPeerCallSetup { smiv2:oid "1.3.6.1.2.1.10.21.2.0.2"; description "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."; container object-1 { leaf callActiveSetupTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveSetupTime"; } } leaf callActiveIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveIndex"; } } leaf callActivePeerId { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActivePeerId"; } } } // container object-1 container object-2 { leaf callActiveSetupTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveSetupTime"; } } leaf callActiveIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveIndex"; } } leaf callActivePeerIfIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActivePeerIfIndex"; } } } // container object-2 container object-3 { leaf callActiveSetupTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveSetupTime"; } } leaf callActiveIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveIndex"; } } leaf callActiveLogicalIfIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveLogicalIfIndex"; } } } // container object-3 container object-4 { leaf ifIndex { type leafref { path "/if-mib:IF-MIB/if-mib:ifTable/if-mib:ifEntry/if-mib:ifIndex"; } } leaf ifOperStatus { type leafref { path "/if-mib:IF-MIB/if-mib:ifTable/if-mib:ifEntry/if-mib:ifOperStatus"; } } } // container object-4 container object-5 { leaf callActiveSetupTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveSetupTime"; } } leaf callActiveIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveIndex"; } } leaf callActivePeerAddress { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActivePeerAddress"; } } } // container object-5 container object-6 { leaf callActiveSetupTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveSetupTime"; } } leaf callActiveIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveIndex"; } } leaf callActivePeerSubAddress { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActivePeerSubAddress"; } } } // container object-6 container object-7 { leaf callActiveSetupTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveSetupTime"; } } leaf callActiveIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveIndex"; } } leaf callActiveInfoType { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveInfoType"; } } } // container object-7 container object-8 { leaf callActiveSetupTime { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveSetupTime"; } } leaf callActiveIndex { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveIndex"; } } leaf callActiveCallOrigin { type leafref { path "/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/DIAL-CONTROL-MIB:callActiveTable/DIAL-CONTROL-MIB:callActiveEntry/DIAL-CONTROL-MIB:callActiveCallOrigin"; } } } // container object-8 } // notification dialCtlPeerCallSetup } // module DIAL-CONTROL-MIB
© 2023 YumaWorks, Inc. All rights reserved.