CISCO-DIAMETER-CC-APPL-MIB: View SNMP OID List / Download MIB
VENDOR: CISCO
Home | MIB: CISCO-DIAMETER-CC-APPL-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).
|
|||
Object Name | OID | Type | Access | Info |
ciscoDiameterCCAMIB | 1.3.6.1.4.1.9.10.575 |
The MIB module for entities implementing the Diameter Credit Control Application, RFC 4006. Initial Cisco'ized version of the IETF draft draft-zorn-dime-diameter-cc-app-mib-00.txt. |
||
ciscoDiameterCCAMIBNotifs | 1.3.6.1.4.1.9.10.575.0 | |||
ciscoDiameterCCAMIBObjects | 1.3.6.1.4.1.9.10.575.1 | |||
cdccaHostCfgs | 1.3.6.1.4.1.9.10.575.1.1 | |||
cdccaHostId | 1.3.6.1.4.1.9.10.575.1.1.1 | snmpadminstring | read-only |
The implementation identification string for the Diameter software in use on the system, for example; 'diameterd' |
cdccaHostIpAddrTable | 1.3.6.1.4.1.9.10.575.1.1.2 | no-access |
The table listing the Diameter Credit Control host's IP Addresses. |
|
1.3.6.1.4.1.9.10.575.1.1.2.1 | no-access |
A row entry representing a Diameter Credit Control host IP Address. |
||
cdccaHostIpAddrIndex | 1.3.6.1.4.1.9.10.575.1.1.2.1.1 | unsigned32 | no-access |
A number uniquely identifying the number of IP Addresses supported by this Diameter Credit Control host. |
cdccaHostIpAddrType | 1.3.6.1.4.1.9.10.575.1.1.2.1.2 | inetaddresstype | read-only |
The type of internet address stored in cdccaHostIpAddress. |
cdccaHostIpAddress | 1.3.6.1.4.1.9.10.575.1.1.2.1.3 | inetaddress | read-only |
The IP-Address of the host, which is of the type specified in cdccaHostIpAddrType. |
cdccaPeerCfgs | 1.3.6.1.4.1.9.10.575.1.2 | |||
cdccaPeerTable | 1.3.6.1.4.1.9.10.575.1.2.1 | no-access |
The table listing information regarding the discovered or configured Diameter Credit Control peers. |
|
1.3.6.1.4.1.9.10.575.1.2.1.1 | no-access |
A row entry representing a discovered or configured Diameter Credit Control peer. |
||
cdccaPeerIndex | 1.3.6.1.4.1.9.10.575.1.2.1.1.1 | unsigned32 | no-access |
An index that uniquely identifies a dcca peer. This index is assigned arbitrarily by the SNMP engine and is not saved over reloads. |
cdccaPeerId | 1.3.6.1.4.1.9.10.575.1.2.1.1.2 | snmpadminstring | read-only |
The server identifier for the Diameter Credit Control peer. It has to be unique and not an empty string. |
cdccaPeerFirmwareRevision | 1.3.6.1.4.1.9.10.575.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. |
cdccaPeerStorageType | 1.3.6.1.4.1.9.10.575.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. |
cdccaPeerRowStatus | 1.3.6.1.4.1.9.10.575.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 cdccaPeerRowStatus column is 'notReady'. In particular, a newly created row cannot be made active until the corresponding cdccaPeerId has been set. cdccaPeerId may not be modified while the value of this object is active(1): An attempt to set these objects while the value of cdccaPeerRowStatus is active(1) will result in an inconsistentValue error. Entries in this table with cdccaPeerRowStatus equal to active(1) remain in the table until destroyed. Entries in this table with cdccaPeerRowStatus equal to values other than active(1) will be destroyed after timeout (5 minutes). If a cdccaPeerId being created via SNMP already exists in another active cdccaPeerEntry, then a newly created row cannot be made active until the original row with the with the cdccaPeerId value is destroyed. Upon reload, cdccaPeerIndex values may be changed. |
cdccaPeerVendorTable | 1.3.6.1.4.1.9.10.575.1.2.2 | no-access |
The table listing the Vendor IDs supported by the peer. |
|
1.3.6.1.4.1.9.10.575.1.2.2.1 | no-access |
A row entry representing a Vendor ID supported by the peer. |
||
cdccaPeerVendorIndex | 1.3.6.1.4.1.9.10.575.1.2.2.1.1 | unsigned32 | no-access |
A number uniquely identifying the Vendor ID supported by the peer. |
cdccaPeerVendorId | 1.3.6.1.4.1.9.10.575.1.2.2.1.2 | unsigned32 | read-only |
The active Vendor IDs used for peer connections. |
cdccaPeerVendorStorageType | 1.3.6.1.4.1.9.10.575.1.2.2.1.3 | storagetype | read-only |
The storage type for this conceptual row. An agent implementing the table must allow adding cdccaPeerVendorId into the table. None of the columnar objects is writable when the conceptual row is permanent. |
cdccaPeerVendorRowStatus | 1.3.6.1.4.1.9.10.575.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 cdccaPeerVendorRowStatus column is 'notReady'. In particular, a newly created row cannot be made active until the corresponding cdccaPeerVendorId has been set. cdccaPeerVendorId may not be modified while the value of this object is active(1): An attempt to set these objects while the value of cdccaPeerVendorRowStatus is active(1) will result in an inconsistentValue error. Entries in this table with cdccaPeerVendorRowStatus equal to active(1) remain in the table until destroyed. Entries in this table with cdccaPeerVendorRowStatus 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 cdccaPeerVendorEntry, then a newly created row cannot be made active until the original row with the peer vendor id value is destroyed. Upon reload, cdccaPeerVendorIndex values may be changed. |
cdccaPeerStats | 1.3.6.1.4.1.9.10.575.1.3 | |||
cdccaPeerStatsTable | 1.3.6.1.4.1.9.10.575.1.3.1 | no-access |
The table listing the Diameter Credit Control Peer Statistics. |
|
1.3.6.1.4.1.9.10.575.1.3.1.1 | no-access |
A row entry representing a Diameter Credit Control Peer. |
||
cdccaPeerStatsCCRIn | 1.3.6.1.4.1.9.10.575.1.3.1.1.1 | counter32 | read-only |
Number of Diameter Credit-Control-Request (CCR) messages received, per peer. |
cdccaPeerStatsCCROut | 1.3.6.1.4.1.9.10.575.1.3.1.1.2 | counter32 | read-only |
Number of Diameter Credit-Control-Request (CCR) messages sent, per peer. |
cdccaPeerStatsCCRDropped | 1.3.6.1.4.1.9.10.575.1.3.1.1.3 | counter32 | read-only |
Number of Diameter Credit-Control-Request (CCR) messages dropped, per peer. |
cdccaPeerStatsCCAIn | 1.3.6.1.4.1.9.10.575.1.3.1.1.4 | counter32 | read-only |
Number of Diameter Credit-Control-Answer (CCA) messages received, per peer. |
cdccaPeerStatsCCAOut | 1.3.6.1.4.1.9.10.575.1.3.1.1.5 | counter32 | read-only |
Number of Diameter Credit-Control-Answer (CCA) messages sent, per peer. |
cdccaPeerStatsCCADropped | 1.3.6.1.4.1.9.10.575.1.3.1.1.6 | counter32 | read-only |
Number of Diameter Credit-Control-Answer (CCA) messages dropped, per peer. |
cdccaPeerStatsRARIn | 1.3.6.1.4.1.9.10.575.1.3.1.1.7 | counter32 | read-only |
Number of Diameter Re-Auth-Request (RAR) messages received, per peer. |
cdccaPeerStatsRARDropped | 1.3.6.1.4.1.9.10.575.1.3.1.1.8 | counter32 | read-only |
Number of Diameter Re-Auth-Request (RAR) messages dropped, per peer. |
cdccaPeerStatsRAAOut | 1.3.6.1.4.1.9.10.575.1.3.1.1.9 | counter32 | read-only |
Number of Diameter Re-Auth-Answer (RAA) messages transmitted, per peer. |
cdccaPeerStatsRAADropped | 1.3.6.1.4.1.9.10.575.1.3.1.1.10 | counter32 | read-only |
Number of Diameter Re-Auth-Answer (RAA) messages dropped, per peer. |
cdccaPeerStatsSTROut | 1.3.6.1.4.1.9.10.575.1.3.1.1.11 | counter32 | read-only |
Number of Diameter Session-Termination-Request (STR) messages transmitted, per peer. |
cdccaPeerStatsSTRDropped | 1.3.6.1.4.1.9.10.575.1.3.1.1.12 | counter32 | read-only |
Number of Diameter Session-Termination-Request (STR) messages dropped, per peer. |
cdccaPeerStatsSTAIn | 1.3.6.1.4.1.9.10.575.1.3.1.1.13 | counter32 | read-only |
Number of Diameter Session-Termination-Answer (STA) messages received, per peer. |
cdccaPeerStatsSTADropped | 1.3.6.1.4.1.9.10.575.1.3.1.1.14 | counter32 | read-only |
Number of Diameter Session-Termination-Answer (STA) messages dropped, per peer. |
cdccaPeerStatsAAROut | 1.3.6.1.4.1.9.10.575.1.3.1.1.15 | counter32 | read-only |
Number of Diameter AA-Request (AAR) messages transmitted, per peer. |
cdccaPeerStatsAARDropped | 1.3.6.1.4.1.9.10.575.1.3.1.1.16 | counter32 | read-only |
Number of Diameter AA-Request (AAR) messages dropped, per peer. |
cdccaPeerStatsAAAIn | 1.3.6.1.4.1.9.10.575.1.3.1.1.17 | counter32 | read-only |
Number of Diameter AA-Answer (AAA) messages received, per peer. |
cdccaPeerStatsAAADropped | 1.3.6.1.4.1.9.10.575.1.3.1.1.18 | counter32 | read-only |
Number of Diameter AA-Answer (AAA) messages dropped, per peer. |
cdccaPeerStatsASRIn | 1.3.6.1.4.1.9.10.575.1.3.1.1.19 | counter32 | read-only |
Number of Diameter Abort-Session-Request (ASR) messages received, per peer. |
cdccaPeerStatsASRDropped | 1.3.6.1.4.1.9.10.575.1.3.1.1.20 | counter32 | read-only |
Number of Diameter Abort-Session-Request (ASR) messages dropped, per peer. |
cdccaPeerStatsASAOut | 1.3.6.1.4.1.9.10.575.1.3.1.1.21 | counter32 | read-only |
Number of Diameter Abort-Session-Answer (ASA) messages transmitted, per peer. |
cdccaPeerStatsASADropped | 1.3.6.1.4.1.9.10.575.1.3.1.1.22 | counter32 | read-only |
Number of Diameter Abort-Session-Answer (ASA) messages dropped, per peer. |
ciscoDiameterCCAMIBConform | 1.3.6.1.4.1.9.10.575.2 | |||
ciscoDiameterCCAMIBCompliances | 1.3.6.1.4.1.9.10.575.2.1 | |||
ciscoDiameterCCAMIBCompliance | 1.3.6.1.4.1.9.10.575.2.1.1 |
The compliance statement for Diameter Credit Control application entities. |
||
ciscoDiameterCCAMIBGroups | 1.3.6.1.4.1.9.10.575.2.2 | |||
ciscoDiameterCCAHostCfgGroup | 1.3.6.1.4.1.9.10.575.2.2.1 |
A collection of objects providing host configuration common to the server. |
||
ciscoDiameterCCAPeerCfgGroup | 1.3.6.1.4.1.9.10.575.2.2.2 |
A collection of objects providing peer configuration common to the server. |
||
ciscoDiameterCCAPeerStatsGroup | 1.3.6.1.4.1.9.10.575.2.2.3 |
A collection of objects providing peer statistics common to the server. |