DIAMETER-CC-APPLICATION-MIB
AI MIB Summary
The DIAMETER-CC-APPLICATION-MIB enables monitoring of Diameter Credit Control Application (RFC 4006) sessions on AAA servers and policy enforcement points, tracking specific metrics such as active session counts, credit usage volumes, session termination reasons, and re-authorization request/response counters.
The MIB module for entities implementing the Diameter Credit Control Application, RFC 4006. Copyright (C) The Internet Society (2007). This initial version of this MIB module was published in RFC yyyy; for full legal notices see the RFC itself. Supplementary information may be available on http://www.ietf.org/copyrights/ianamib.html.
Main OID:
diameterCCAMIB.1.3.6.1.2.1.119
57
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
57 total| Object Name |
|---|
diameterCCAMIBThe MIB module for entities implementing the Diameter Credit Control Application, RFC 4006. Copyright (C) The Internet Society (2007). This initial version of this MIB module was published in RFC yyyy; for full legal notices see the RFC itself. Supplementary information may be available on http://www.ietf.org/copyrights/ianamib.html. MODULE-IDENTITY .1.3.6.1.2.1.119 |
diameterCcAppMIB OBJECT IDENTIFIER .1.3.6.1.2.1.119.2 |
diameterCcAppTraps OBJECT IDENTIFIER .1.3.6.1.2.1.119.2.0 |
diameterCcAppObjects OBJECT IDENTIFIER .1.3.6.1.2.1.119.2.1 |
dccaHostCfgs OBJECT IDENTIFIER .1.3.6.1.2.1.119.2.1.1 |
dccaHostIDThe implementation identification string for the Diameter software in use on the system, for example; 'diameterd'ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.119.2.1.1.1 |
dccaHostIpAddrTableThe table listing the Diameter Credit Control host's IP Addresses. SEQUENCE OF DccaHostIpAddrEntry .1.3.6.1.2.1.119.2.1.1.2 |
dccaHostIpAddrEntryA row entry representing a Diameter Credit Control host IP Address. DccaHostIpAddrEntry .1.3.6.1.2.1.119.2.1.1.2.1 |
dccaHostIpAddrIndexA number uniquely identifying the number of IP Addresses supported by this Diameter Credit Control host. Unsigned32 (1..4294967295 ) .1.3.6.1.2.1.119.2.1.1.2.1.1 |
dccaHostIpAddrTypeThe type of internet address stored in dccaHostIpAddress.ro InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.2.1.119.2.1.1.2.1.2 |
dccaHostIpAddressThe IP-Address of the host, which is of the type specified in dccaHostIpAddrType.ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.2.1.119.2.1.1.2.1.3 |
dccaPeerCfgs OBJECT IDENTIFIER .1.3.6.1.2.1.119.2.1.2 |
dccaPeerTableThe table listing information regarding the discovered or configured Diameter Credit Control peers. SEQUENCE OF DcaPeerEntry .1.3.6.1.2.1.119.2.1.2.1 |
dccaPeerEntryA row entry representing a discovered or configured Diameter Credit Control peer. DcaPeerEntry .1.3.6.1.2.1.119.2.1.2.1.1 |
dccaPeerIndexA number uniquely identifying each Diameter Credit Control peer with which this host communicates. Unsigned32 .1.3.6.1.2.1.119.2.1.2.1.1.1 |
dccaPeerIdThe server identifier for the Diameter Credit Control peer.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.119.2.1.2.1.1.2 |
dccaPeerFirmwareRevisionFirmware revision of peer. If no firmware revision, the revision of the Diameter Credit Control software module may be reported instead.rw Unsigned32 .1.3.6.1.2.1.119.2.1.2.1.1.3 |
dccaPeerStorageTypeThe storage type for this conceptual row. None of the columnar objects is writable when the conceptual row is permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.2.1.119.2.1.2.1.1.4 |
dccaPeerStatusThe status of this conceptual row. To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5). Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of the dccaPeerRowStatus column is 'notReady'. In particular, a newly created row cannot be made active until the corresponding dccaPeerId has been set. dccaPeerId may not be modified while the value of this object is active(1): An attempt to set these objects while the value of dccaPeerRowStatus is active(1) will result in an inconsistentValue error. Entries in this table with dccaPeerRowStatus equal to active(1) remain in the table until destroyed. Entries in this table with dccaPeerRowStatus equal to values other than active(1) will be destroyed after timeout (5 minutes). If a dccaPeerId being created via SNMP already exists in another active dccaPeerEntry, then a newly created row cannot be made active until the original row with the dccaPeerId value is destroyed. Upon reload, dccaPeerIndex values may be changed.rw RowStatus (SNMPv2-TC) .1.3.6.1.2.1.119.2.1.2.1.1.5 |
dccaPeerVendorTableThe table listing the Vendor IDs supported by the peer. SEQUENCE OF DccaPeerVendorEntry .1.3.6.1.2.1.119.2.1.2.2 |
dccaPeerVendorEntryA row entry representing a Vendor ID supported by the peer. DccaPeerVendorEntry .1.3.6.1.2.1.119.2.1.2.2.1 |
dccaPeerVendorIndexA number uniquely identifying the Vendor ID supported by the peer. Unsigned32 (1..4294967295 ) .1.3.6.1.2.1.119.2.1.2.2.1.1 |
dccaPeerVendorIdThe active Vendor IDs used for peer connections.rw Unsigned32 .1.3.6.1.2.1.119.2.1.2.2.1.2 |
dccaPeerVendorStorageTypeThe storage type for this conceptual row. An agent implementing the table must allow adding dccaPeerVendorId into the table. None of the columnar objects is writable when the conceptual row is permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.2.1.119.2.1.2.2.1.3 |
dccaPeerVendorRowStatusThe status of this conceptual row. To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5). Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of the dccaPeerVendorRowStatus column is 'notReady'. In particular, a newly created row cannot be made active until the corresponding dccaPeerVendorId has been set. dccaPeerVendorId may not be modified while the value of this object is active(1): An attempt to set these objects while the value of dccaPeerVendorRowStatus is active(1) will result in an inconsistentValue error. Entries in this table with dccaPeerVendorRowStatus equal to active(1) remain in the table until destroyed. Entries in this table with dccaPeerVendorRowStatus equal to values other than active(1) will be destroyed after timeout (5 minutes). If the peer vendor id being created via SNMP already exists in another active dccaPeerVendorEntry, then a newly created row cannot be made active until the original row with the peer vendor id value is destroyed. Upon reload, dccaPeerVendorIndex values may be changed.rw RowStatus (SNMPv2-TC) .1.3.6.1.2.1.119.2.1.2.2.1.4 |
dccaPeerStats OBJECT IDENTIFIER .1.3.6.1.2.1.119.2.1.3 |
dccaPerPeerStatsTableThe table listing the Diameter Credit Control per-peer Statistics. SEQUENCE OF DccaPerPeerStatsEntry .1.3.6.1.2.1.119.2.1.3.1 |
dccaPerPeerStatsEntryA row entry representing a Diameter Credit Control Peer. DccaPerPeerStatsEntry .1.3.6.1.2.1.119.2.1.3.1.1 |
dccaPerPeerStatsCCRInNumber of Diameter Credit-Control-Request (CCR) messages received, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.2 |
dccaPerPeerStatsCCROutNumber of Diameter Credit-Control-Request (CCR) messages sent, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.3 |
dccaPerPeerStatsCCRDroppedNumber of Diameter Credit-Control-Request (CCR) messages dropped, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.4 |
dccaPerPeerStatsCCAInNumber of Diameter Credit-Control-Answer (CCA) messages received, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.5 |
dccaPerPeerStatsCCAOutNumber of Diameter Credit-Control-Answer (CCA) messages sent, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.6 |
dccaPerPeerStatsCCADroppedNumber of Diameter Credit-Control-Answer (CCA) messages dropped, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.7 |
dccaPerPeerStatsRARInNumber of Diameter Re-Auth-Request (RAR) messages received, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.8 |
dccaPerPeerStatsRARDroppedNumber of Diameter Re-Auth-Request (RAR) messages dropped, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.9 |
dccaPerPeerStatsRAAOutNumber of Diameter Re-Auth-Answer (RAA) messages transmitted, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.10 |
dccaPerPeerStatsRAADroppedNumber of Diameter Re-Auth-Answer (RAA) messages dropped, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.11 |
dccaPerPeerStatsSTROutNumber of Diameter Session-Termination-Request (STR) messages transmitted, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.12 |
dccaPerPeerStatsSTRDroppedNumber of Diameter Session-Termination-Request (STR) messages dropped, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.13 |
dccaPerPeerStatsSTAInNumber of Diameter Session-Termination-Answer (STA) messages received, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.14 |
dccaPerPeerStatsSTADroppedNumber of Diameter Session-Termination-Answer (STA) messages dropped, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.15 |
dccaPerPeerStatsAAROutNumber of Diameter AA-Request (AAR) messages transmitted, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.16 |
dccaPerPeerStatsAARDroppedNumber of Diameter AA-Request (AAR) messages dropped, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.17 |
dccaPerPeerStatsAAAInNumber of Diameter AA-Answer (AAA) messages received, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.18 |
dccaPerPeerStatsAAADroppedNumber of Diameter AA-Answer (AAA) messages dropped, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.19 |
dccaPerPeerStatsASRInNumber of Diameter Abort-Session-Request (ASR) messages received, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.20 |
dccaPerPeerStatsASRDroppedNumber of Diameter Abort-Session-Request (ASR) messages dropped, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.21 |
dccaPerPeerStatsASAOutNumber of Diameter Abort-Session-Answer (ASA) messages transmitted, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.22 |
dccaPerPeerStatsASADroppedNumber of Diameter Abort-Session-Answer (ASA) messages dropped, per peer.ro Counter32 .1.3.6.1.2.1.119.2.1.3.1.1.23 |
diameterCcAppConform OBJECT IDENTIFIER .1.3.6.1.2.1.119.2.2 |
dccaMIBCompliances OBJECT IDENTIFIER .1.3.6.1.2.1.119.2.2.1 |
dccaMIBComplianceThe compliance statement for Diameter Credit Control application entities. Unknown .1.3.6.1.2.1.119.2.2.1.1 |
dccaMIBGroups OBJECT IDENTIFIER .1.3.6.1.2.1.119.2.2.2 |
dccaHostCfgGroupA collection of objects providing configuration common to the server. Unknown .1.3.6.1.2.1.119.2.2.2.1 |
dccaPeerCfgGroupA collection of objects providing peer configuration common to the server. Unknown .1.3.6.1.2.1.119.2.2.2.2 |
dccaPeerStatsGroupA collection of objects providing peer statistics common to the server. Unknown .1.3.6.1.2.1.119.2.2.2.3 |