DIAMETER-CC-APPLICATION-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: DIAMETER-CC-APPLICATION-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
 diameterCCAMIB 1.3.6.1.2.1.119
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.
         diameterCcAppMIB 1.3.6.1.2.1.119.2
             diameterCcAppTraps 1.3.6.1.2.1.119.2.0
             diameterCcAppObjects 1.3.6.1.2.1.119.2.1
                 dccaHostCfgs 1.3.6.1.2.1.119.2.1.1
                     dccaHostID 1.3.6.1.2.1.119.2.1.1.1 snmpadminstring read-only
The implementation identification string for the Diameter software in use on the system, for example; 'diameterd'
                     dccaHostIpAddrTable 1.3.6.1.2.1.119.2.1.1.2 no-access
The table listing the Diameter Credit Control host's IP Addresses.
                         dccaHostIpAddrEntry 1.3.6.1.2.1.119.2.1.1.2.1 no-access
A row entry representing a Diameter Credit Control host IP Address.
                             dccaHostIpAddrIndex 1.3.6.1.2.1.119.2.1.1.2.1.1 unsigned32 no-access
A number uniquely identifying the number of IP Addresses supported by this Diameter Credit Control host.
                             dccaHostIpAddrType 1.3.6.1.2.1.119.2.1.1.2.1.2 inetaddresstype read-only
The type of internet address stored in dccaHostIpAddress.
                             dccaHostIpAddress 1.3.6.1.2.1.119.2.1.1.2.1.3 inetaddress read-only
The IP-Address of the host, which is of the type specified in dccaHostIpAddrType.
                 dccaPeerCfgs 1.3.6.1.2.1.119.2.1.2
                     dccaPeerTable 1.3.6.1.2.1.119.2.1.2.1 no-access
The table listing information regarding the discovered or configured Diameter Credit Control peers.
                         dccaPeerEntry 1.3.6.1.2.1.119.2.1.2.1.1 no-access
A row entry representing a discovered or configured Diameter Credit Control peer.
                             dccaPeerIndex 1.3.6.1.2.1.119.2.1.2.1.1.1 unsigned32 no-access
A number uniquely identifying each Diameter Credit Control peer with which this host communicates.
                             dccaPeerId 1.3.6.1.2.1.119.2.1.2.1.1.2 snmpadminstring read-only
The server identifier for the Diameter Credit Control peer.
                             dccaPeerFirmwareRevision 1.3.6.1.2.1.119.2.1.2.1.1.3 unsigned32 read-only
Firmware revision of peer. If no firmware revision, the revision of the Diameter Credit Control software module may be reported instead.
                             dccaPeerStorageType 1.3.6.1.2.1.119.2.1.2.1.1.4 storagetype read-only
The storage type for this conceptual row. None of the columnar objects is writable when the conceptual row is permanent.
                             dccaPeerStatus 1.3.6.1.2.1.119.2.1.2.1.1.5 rowstatus read-only
The 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.
                     dccaPeerVendorTable 1.3.6.1.2.1.119.2.1.2.2 no-access
The table listing the Vendor IDs supported by the peer.
                         dccaPeerVendorEntry 1.3.6.1.2.1.119.2.1.2.2.1 no-access
A row entry representing a Vendor ID supported by the peer.
                             dccaPeerVendorIndex 1.3.6.1.2.1.119.2.1.2.2.1.1 unsigned32 no-access
A number uniquely identifying the Vendor ID supported by the peer.
                             dccaPeerVendorId 1.3.6.1.2.1.119.2.1.2.2.1.2 unsigned32 read-only
The active Vendor IDs used for peer connections.
                             dccaPeerVendorStorageType 1.3.6.1.2.1.119.2.1.2.2.1.3 storagetype read-only
The 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.
                             dccaPeerVendorRowStatus 1.3.6.1.2.1.119.2.1.2.2.1.4 rowstatus read-only
The 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.
                 dccaPeerStats 1.3.6.1.2.1.119.2.1.3
                     dccaPerPeerStatsTable 1.3.6.1.2.1.119.2.1.3.1 no-access
The table listing the Diameter Credit Control per-peer Statistics.
                         dccaPerPeerStatsEntry 1.3.6.1.2.1.119.2.1.3.1.1 no-access
A row entry representing a Diameter Credit Control Peer.
                             dccaPerPeerStatsCCRIn 1.3.6.1.2.1.119.2.1.3.1.1.2 counter32 read-only
Number of Diameter Credit-Control-Request (CCR) messages received, per peer.
                             dccaPerPeerStatsCCROut 1.3.6.1.2.1.119.2.1.3.1.1.3 counter32 read-only
Number of Diameter Credit-Control-Request (CCR) messages sent, per peer.
                             dccaPerPeerStatsCCRDropped 1.3.6.1.2.1.119.2.1.3.1.1.4 counter32 read-only
Number of Diameter Credit-Control-Request (CCR) messages dropped, per peer.
                             dccaPerPeerStatsCCAIn 1.3.6.1.2.1.119.2.1.3.1.1.5 counter32 read-only
Number of Diameter Credit-Control-Answer (CCA) messages received, per peer.
                             dccaPerPeerStatsCCAOut 1.3.6.1.2.1.119.2.1.3.1.1.6 counter32 read-only
Number of Diameter Credit-Control-Answer (CCA) messages sent, per peer.
                             dccaPerPeerStatsCCADropped 1.3.6.1.2.1.119.2.1.3.1.1.7 counter32 read-only
Number of Diameter Credit-Control-Answer (CCA) messages dropped, per peer.
                             dccaPerPeerStatsRARIn 1.3.6.1.2.1.119.2.1.3.1.1.8 counter32 read-only
Number of Diameter Re-Auth-Request (RAR) messages received, per peer.
                             dccaPerPeerStatsRARDropped 1.3.6.1.2.1.119.2.1.3.1.1.9 counter32 read-only
Number of Diameter Re-Auth-Request (RAR) messages dropped, per peer.
                             dccaPerPeerStatsRAAOut 1.3.6.1.2.1.119.2.1.3.1.1.10 counter32 read-only
Number of Diameter Re-Auth-Answer (RAA) messages transmitted, per peer.
                             dccaPerPeerStatsRAADropped 1.3.6.1.2.1.119.2.1.3.1.1.11 counter32 read-only
Number of Diameter Re-Auth-Answer (RAA) messages dropped, per peer.
                             dccaPerPeerStatsSTROut 1.3.6.1.2.1.119.2.1.3.1.1.12 counter32 read-only
Number of Diameter Session-Termination-Request (STR) messages transmitted, per peer.
                             dccaPerPeerStatsSTRDropped 1.3.6.1.2.1.119.2.1.3.1.1.13 counter32 read-only
Number of Diameter Session-Termination-Request (STR) messages dropped, per peer.
                             dccaPerPeerStatsSTAIn 1.3.6.1.2.1.119.2.1.3.1.1.14 counter32 read-only
Number of Diameter Session-Termination-Answer (STA) messages received, per peer.
                             dccaPerPeerStatsSTADropped 1.3.6.1.2.1.119.2.1.3.1.1.15 counter32 read-only
Number of Diameter Session-Termination-Answer (STA) messages dropped, per peer.
                             dccaPerPeerStatsAAROut 1.3.6.1.2.1.119.2.1.3.1.1.16 counter32 read-only
Number of Diameter AA-Request (AAR) messages transmitted, per peer.
                             dccaPerPeerStatsAARDropped 1.3.6.1.2.1.119.2.1.3.1.1.17 counter32 read-only
Number of Diameter AA-Request (AAR) messages dropped, per peer.
                             dccaPerPeerStatsAAAIn 1.3.6.1.2.1.119.2.1.3.1.1.18 counter32 read-only
Number of Diameter AA-Answer (AAA) messages received, per peer.
                             dccaPerPeerStatsAAADropped 1.3.6.1.2.1.119.2.1.3.1.1.19 counter32 read-only
Number of Diameter AA-Answer (AAA) messages dropped, per peer.
                             dccaPerPeerStatsASRIn 1.3.6.1.2.1.119.2.1.3.1.1.20 counter32 read-only
Number of Diameter Abort-Session-Request (ASR) messages received, per peer.
                             dccaPerPeerStatsASRDropped 1.3.6.1.2.1.119.2.1.3.1.1.21 counter32 read-only
Number of Diameter Abort-Session-Request (ASR) messages dropped, per peer.
                             dccaPerPeerStatsASAOut 1.3.6.1.2.1.119.2.1.3.1.1.22 counter32 read-only
Number of Diameter Abort-Session-Answer (ASA) messages transmitted, per peer.
                             dccaPerPeerStatsASADropped 1.3.6.1.2.1.119.2.1.3.1.1.23 counter32 read-only
Number of Diameter Abort-Session-Answer (ASA) messages dropped, per peer.
             diameterCcAppConform 1.3.6.1.2.1.119.2.2
                 dccaMIBCompliances 1.3.6.1.2.1.119.2.2.1
                     dccaMIBCompliance 1.3.6.1.2.1.119.2.2.1.1
The compliance statement for Diameter Credit Control application entities.
                 dccaMIBGroups 1.3.6.1.2.1.119.2.2.2
                     dccaHostCfgGroup 1.3.6.1.2.1.119.2.2.2.1
A collection of objects providing configuration common to the server.
                     dccaPeerCfgGroup 1.3.6.1.2.1.119.2.2.2.2
A collection of objects providing peer configuration common to the server.
                     dccaPeerStatsGroup 1.3.6.1.2.1.119.2.2.2.3
A collection of objects providing peer statistics common to the server.