CISCO-DIAMETER-BASE-PROTOCOL-MIB: View SNMP OID List / Download MIB
VENDOR: CISCO
Home | MIB: CISCO-DIAMETER-BASE-PROTOCOL-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 |
ciscoDiameterBasePMIB | 1.3.6.1.4.1.9.10.133 |
The MIB module for entities implementing the Diameter Base Protocol. Initial Cisco'ized version of the IETF draft draft-zorn-dime-diameter-base-protocol-mib-00.txt. |
||
ciscoDiameterBasePMIBNotifs | 1.3.6.1.4.1.9.10.133.0 | |||
ciscoDiaBaseProtProtocolErrorNotif | 1.3.6.1.4.1.9.10.133.0.1 |
An ciscoDiaBaseProtProtocolErrorNotif notification is sent when both the following conditions are true: 1) the value of ciscoDiaBaseProtEnableProtocolErrorNotif is true(1) 2) the value of cdbpPeerStatsProtocolErrors changes. It can be utilized by an NMS to trigger logical/physical entity table maintenance polls. |
||
ciscoDiaBaseProtTransientFailureNotif | 1.3.6.1.4.1.9.10.133.0.2 |
An ciscoDiaBaseProtTransientFailureNotif notification is sent when both the following conditions are true: 1) the value of ciscoDiaBaseProtEnableTransientFailureNotif is true(1) 2) the value of cdbpPeerStatsTransientFailures changes. It can be utilized by an NMS to trigger logical/physical entity table maintenance polls. |
||
ciscoDiaBaseProtPermanentFailureNotif | 1.3.6.1.4.1.9.10.133.0.3 |
An ciscoDiaBaseProtPermanentFailureNotif notification is sent when both the following conditions are true: 1) the value of ciscoDiaBaseProtEnablePermanentFailureNotif is true(1) 2) the value of cdbpPeerStatsPermanentFailures changes. It can be utilized by an NMS to trigger logical/physical entity table maintenance polls. |
||
ciscoDiaBaseProtPeerConnectionDownNotif | 1.3.6.1.4.1.9.10.133.0.4 |
An ciscoDiaBaseProtPeerConnectionDownNotif notification is sent when both the following conditions are true: 1) the value of ciscoDiaBaseProtEnablePeerConnectionDownNotif is true(1) 2) cdbpPeerStatsState changes to closed(1). It can be utilized by an NMS to trigger logical/physical entity table maintenance polls. |
||
ciscoDiaBaseProtPeerConnectionUpNotif | 1.3.6.1.4.1.9.10.133.0.5 |
An ciscoDiaBaseProtPeerConnectionUpNotif notification is sent when both the following conditions are true: 1) the value of ciscoDiaBaseProtEnablePeerConnectionUpNotif is true(1) 2) the value of cdbpPeerStatsState changes to either rOpen(6)or iOpen(7). It can be utilized by an NMS to trigger logical/physical entity table maintenance polls. |
||
ciscoDiameterBasePMIBObjects | 1.3.6.1.4.1.9.10.133.1 | |||
cdbpLocalCfgs | 1.3.6.1.4.1.9.10.133.1.1 | |||
cdbpLocalId | 1.3.6.1.4.1.9.10.133.1.1.1 | snmpadminstring | read-only |
The implementation identification string for the Diameter software in use on the system, for example; 'diameterd' |
cdbpLocalIpAddrTable | 1.3.6.1.4.1.9.10.133.1.1.2 | no-access |
The table listing the Diameter local host's IP Addresses. |
|
1.3.6.1.4.1.9.10.133.1.1.2.1 | no-access |
A row entry representing a Diameter local host IP Address. |
||
cdbpLocalIpAddrIndex | 1.3.6.1.4.1.9.10.133.1.1.2.1.1 | unsigned32 | no-access |
A number uniquely identifying the number of IP Addresses supported by this Diameter host. |
cdbpLocalIpAddrType | 1.3.6.1.4.1.9.10.133.1.1.2.1.2 | inetaddresstype | read-only |
The type of internet address stored in cdbpLocalIpAddress. |
cdbpLocalIpAddress | 1.3.6.1.4.1.9.10.133.1.1.2.1.3 | inetaddress | read-only |
The IP-Address of the host, which is of the type specified in cdbpLocalIpAddrType. |
cdbpLocalTcpListenPort | 1.3.6.1.4.1.9.10.133.1.1.3 | unsigned32 | read-only |
This object represents Diameter TCP 'listen' port. |
cdbpLocalSctpListenPort | 1.3.6.1.4.1.9.10.133.1.1.4 | unsigned32 | read-only |
This object represents Diameter SCTP 'listen' port. |
cdbpLocalOriginHost | 1.3.6.1.4.1.9.10.133.1.1.5 | snmpadminstring | read-write |
This object represents the Local Origin Host. |
cdbpLocalRealm | 1.3.6.1.4.1.9.10.133.1.1.6 | snmpadminstring | read-only |
This object represents the Local Realm Name. |
cdbpRedundancyEnabled | 1.3.6.1.4.1.9.10.133.1.1.7 | truthvalue | read-write |
This parameter indicates if cisco redundancy has been enabled, it is enabled if set to true and disabled if set to false. |
cdbpRedundancyInfraState | 1.3.6.1.4.1.9.10.133.1.1.8 | integer | read-only |
This parameter indicates the current state of cisco redundancy infrastructure state. rfUnknown(0) - unknown state rfDisabled(1) - RF is not functioning at this time rfInitialization(2) - co-ordinating init with platform rfNegotiation(3) - initial negotiation with peer to determine active-standby rfStandbyCold(4) - peer is active, we're cold rfStandbyConfig(5) - sync config from active to standby rfStandbyFileSys(6) - sync file sys from active to standby rfStandbyBulk(7) - clients bulk sync from active to standby rfStandbyHot(8) - standby ready-n-able to be active rfActiveFast(9) - immediate notification of standby going active rfActiveDrain(10) - drain queued messages from peer rfActivePreconfig(11) - active and before config rfActivePostconfig(12) - active and post config rfActive(13) - actively processing new calls rfActiveExtraload(14) - actively processing new calls extra resources other Processing is failed and I have extra load. Enumeration: 'rfStandbyFileSys': 6, 'rfDisabled': 1, 'rfInitialization': 2, 'rfActive': 13, 'rfStandbyHot': 8, 'rfActivePostconfig': 12, 'rfStandbyConfig': 5, 'rfActiveFast': 9, 'rfActiveExtraload': 14, 'rfStandbyCold': 4, 'rfActiveDrain': 10, 'rfNegotiation': 3, 'rfUnknown': 0, 'rfStandbyBulk': 7, 'rfActivePreconfig': 11. |
cdbpRedundancyLastSwitchover | 1.3.6.1.4.1.9.10.133.1.1.9 | snmpadminstring | read-only |
This object represents the Last Switchover Time. |
cdbpLocalApplTable | 1.3.6.1.4.1.9.10.133.1.1.10 | no-access |
The table listing the Diameter applications supported by this server. |
|
1.3.6.1.4.1.9.10.133.1.1.10.1 | no-access |
A row entry representing a Diameter application on this server. |
||
cdbpLocalApplIndex | 1.3.6.1.4.1.9.10.133.1.1.10.1.1 | unsigned32 | no-access |
A number uniquely identifying a supported Diameter application. Upon reload, cdbpLocalApplIndex values may be changed. |
cdbpLocalApplStorageType | 1.3.6.1.4.1.9.10.133.1.1.10.1.2 | storagetype | read-only |
The storage type for this conceptual row. None of the columnar objects is writable when the conceptual row is permanent. |
cdbpLocalApplRowStatus | 1.3.6.1.4.1.9.10.133.1.1.10.1.3 | 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 cdsgStatus column is 'notReady'. In particular, a newly created row cannot be made active until the corresponding cdbpLocalApplIndex has been set. cdbpLocalApplIndex may not be modified while the value of this object is active(1): An attempt to set these objects while the value of cdbpLocalApplStatus is active(1) will result in an inconsistentValue error. Entries in this table with cdbpLocalApplStatus equal to active(1) remain in the table until destroyed. Entries in this table with cdbpLocalApplStatus equal to values other than active(1) will be destroyed after timeout (5 minutes). |
cdbpLocalVendorTable | 1.3.6.1.4.1.9.10.133.1.1.11 | no-access |
The table listing the vendor IDs supported by local Diameter. |
|
1.3.6.1.4.1.9.10.133.1.1.11.1 | no-access |
A row entry representing a vendor ID supported by local Diameter. |
||
cdbpLocalVendorIndex | 1.3.6.1.4.1.9.10.133.1.1.11.1.1 | unsigned32 | no-access |
A number uniquely identifying the vendor ID supported by local Diameter. Upon reload, cdbpLocalVendorIndex values may be changed. |
cdbpLocalVendorId | 1.3.6.1.4.1.9.10.133.1.1.11.1.2 | integer | read-only |
The active vendor ID used for peer connections. diameterVendorIetf(0) - Diameter vendor id ietf diameterVendorCisco(9) - Diameter vendor id cisco diameterVendor3gpp(10415) - Diameter vendor id 3gpp diameterVendorVodafone(12645) - Diameter vendor id vodafone. Enumeration: 'diameterVendorVodafone': 12645, 'diameterVendor3gpp': 10415, 'diameterVendorIetf': 0, 'diameterVendorCisco': 9. |
cdbpLocalVendorStorageType | 1.3.6.1.4.1.9.10.133.1.1.11.1.3 | storagetype | read-only |
The storage type for this conceptual row. None of the objects are writable when the conceptual row is permanent. |
cdbpLocalVendorRowStatus | 1.3.6.1.4.1.9.10.133.1.1.11.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 cdbpLocalVendorRowStatus column is 'notReady'. In particular, a newly created row cannot be made active until the corresponding cdbpLocalVendorId has been set. cdbpLocalVendorId may not be modified while the value of this object is active(1): An attempt to set these objects while the value of cdbpLocalVendorRowStatus is active(1) will result in an inconsistentValue error. Entries in this table with cdbpLocalVendorRowStatus equal to active(1) remain in the table until destroyed. Entries in this table with cdbpLocalVendorRowStatus equal to values other than active(1) will be destroyed after timeout (5 minutes). |
cdbpAppAdvToPeerTable | 1.3.6.1.4.1.9.10.133.1.1.12 | no-access |
The table listing the applications advertised by this host to each peer and the types of service supported: accounting, authentication or both. |
|
1.3.6.1.4.1.9.10.133.1.1.12.1 | no-access |
A row entry representing a discovered or configured Diameter peer server. |
||
cdbpAppAdvToPeerVendorId | 1.3.6.1.4.1.9.10.133.1.1.12.1.1 | unsigned32 | no-access |
The IANA Enterprise Code value assigned to the vendor of the Diameter device. |
cdbpAppAdvToPeerIndex | 1.3.6.1.4.1.9.10.133.1.1.12.1.2 | unsigned32 | no-access |
A number uniquely identifying the Diameter applications advertised as supported by this host to each peer. Upon reload, cdbpAppAdvToPeerIndex values may be changed. |
cdbpAppAdvToPeerServices | 1.3.6.1.4.1.9.10.133.1.1.12.1.3 | integer | read-only |
The type of services supported for each application, accounting, authentication or both. acct(1) - accounting auth(2) - authentication both(3) - both accounting and authentication. Enumeration: 'acct': 1, 'auth': 2, 'both': 3. |
cdbpAppAdvToPeerStorageType | 1.3.6.1.4.1.9.10.133.1.1.12.1.4 | storagetype | read-only |
The storage type for this conceptual row. None of the objects are writable when the conceptual row is permanent. |
cdbpAppAdvToPeerRowStatus | 1.3.6.1.4.1.9.10.133.1.1.12.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 cdbpAppAdvToPeerRowStatus column is 'notReady'. In particular, a newly created row cannot be made active until the corresponding cdbpAppAdvToPeerVendorId has been set. cdbpAppAdvToPeerVendorId may not be modified while the value of this object is active(1): An attempt to set these objects while the value of cdbpAppAdvToPeerRowStatus is active(1) will result in an inconsistentValue error. Entries in this table with cdbpAppAdvToPeerRowStatus equal to active(1) remain in the table until destroyed. Entries in this table with cdbpAppAdvToPeerRowStatus equal to values other than active(1) will be destroyed after timeout (5 minutes). |
cdbpLocalStats | 1.3.6.1.4.1.9.10.133.1.2 | |||
cdbpLocalStatsTotalPacketsIn | 1.3.6.1.4.1.9.10.133.1.2.1 | counter32 | read-only |
The total number of packets received by Diameter Base Protocol. |
cdbpLocalStatsTotalPacketsOut | 1.3.6.1.4.1.9.10.133.1.2.2 | counter32 | read-only |
The total number of packets transmitted by Diameter Base Protocol. |
cdbpLocalStatsTotalUpTime | 1.3.6.1.4.1.9.10.133.1.2.3 | timeticks | read-only |
This object represents the total time the Diameter server has been up until now. |
cdbpLocalResetTime | 1.3.6.1.4.1.9.10.133.1.2.4 | timeticks | read-only |
If the server keeps persistent state (e.g., a process) and supports a 'reset' operation (e.g., can be told to re-read configuration files), this value will be the time elapsed (in hundredths of a second) since the server was 'reset'. For software that does not have persistence or does not support a 'reset' operation, this value will be zero. |
cdbpLocalConfigReset | 1.3.6.1.4.1.9.10.133.1.2.5 | integer | read-write |
Status/action object to reinitialize any persistent server state. When set to reset(2), any persistent server state (such as a process) is reinitialized as if the server had just been started. This value will never be returned by a read operation. When read, one of the following values will be returned: other(1) - server in some unknown state. reset(2) - command to reinitialize server state. initializing(3) - server (re)initializing. running(4) - server currently running. Enumeration: 'reset': 2, 'running': 4, 'other': 1, 'initializing': 3. |
cdbpPeerCfgs | 1.3.6.1.4.1.9.10.133.1.3 | |||
cdbpPeerTable | 1.3.6.1.4.1.9.10.133.1.3.1 | no-access |
The table listing information regarding the discovered or configured Diameter peer servers. |
|
1.3.6.1.4.1.9.10.133.1.3.1.1 | no-access |
A row entry representing a discovered or configured Diameter peer server. |
||
cdbpPeerIndex | 1.3.6.1.4.1.9.10.133.1.3.1.1.1 | unsigned32 | no-access |
A number uniquely identifying each Diameter peer with which the host server communicates. Upon reload, cdbpPeerIndex values may be changed. |
cdbpPeerId | 1.3.6.1.4.1.9.10.133.1.3.1.1.2 | snmpadminstring | read-only |
The server identifier for the Diameter peer. It must be unique and non-empty. |
cdbpPeerPortConnect | 1.3.6.1.4.1.9.10.133.1.3.1.1.3 | unsigned32 | read-only |
The connection port this server used to connect to the Diameter peer. If there is no active connection, this value will be zero(0). |
cdbpPeerPortListen | 1.3.6.1.4.1.9.10.133.1.3.1.1.4 | unsigned32 | read-only |
The port the server is listening on. |
cdbpPeerProtocol | 1.3.6.1.4.1.9.10.133.1.3.1.1.5 | integer | read-only |
The transport protocol (tcp/sctp) the Diameter peer is using. tcp(1) - Transmission Control Protocol sctp(2) - Stream Control Transmission Protocol. Enumeration: 'sctp': 2, 'tcp': 1. |
cdbpPeerSecurity | 1.3.6.1.4.1.9.10.133.1.3.1.1.6 | integer | read-only |
The security the Diameter peer is using. other(1) - Unknown Security Protocol. tls(2) - Transport Layer Security Protocol. ipsec(3) - Internet Protocol Security. Enumeration: 'tls': 2, 'other': 1, 'ipsec': 3. |
cdbpPeerFirmwareRevision | 1.3.6.1.4.1.9.10.133.1.3.1.1.7 | unsigned32 | read-only |
Firmware revision of peer. If no firmware revision, the revision of the Diameter software module may be reported instead. |
cdbpPeerStorageType | 1.3.6.1.4.1.9.10.133.1.3.1.1.8 | storagetype | read-only |
The storage type for this conceptual row. Only cdbpPeerPortListen object is writable when the conceptual row is permanent. |
cdbpPeerRowStatus | 1.3.6.1.4.1.9.10.133.1.3.1.1.9 | 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 cdbpPeerRowStatus column is 'notReady'. In particular, a newly created row cannot be made active until the corresponding cdbpPeerId has been set. cdbpPeerId may not be modified while the value of this object is active(1): An attempt to set these objects while the value of cdbpPeerRowStatus is active(1) will result in an inconsistentValue error. Entries in this table with cdbpPeerRowStatus equal to active(1) remain in the table until destroyed. Entries in this table with cdbpPeerRowStatus equal to values other than active(1) will be destroyed after timeout (5 minutes). |
cdbpPeerIpAddrTable | 1.3.6.1.4.1.9.10.133.1.3.2 | no-access |
The table listing the Diameter server IP Addresses. |
|
1.3.6.1.4.1.9.10.133.1.3.2.1 | no-access |
A row entry representing peer Diameter server IP Addresses. |
||
cdbpPeerIpAddressIndex | 1.3.6.1.4.1.9.10.133.1.3.2.1.1 | unsigned32 | no-access |
A number uniquely identifying the number of IP Addresses supported by all Diameter peers. |
cdbpPeerIpAddressType | 1.3.6.1.4.1.9.10.133.1.3.2.1.2 | inetaddresstype | read-only |
The type of address stored in diameterPeerIpAddress. |
cdbpPeerIpAddress | 1.3.6.1.4.1.9.10.133.1.3.2.1.3 | ipaddress | read-write |
The active IP Address(es) used for connections. |
cdbpAppAdvFromPeerTable | 1.3.6.1.4.1.9.10.133.1.3.3 | no-access |
The table listing the applications advertised by each peer to this host and the types of service supported: accounting, authentication or both. |
|
1.3.6.1.4.1.9.10.133.1.3.3.1 | no-access |
A row entry representing a discovered or configured Diameter peer server. |
||
cdbpAppAdvFromPeerVendorId | 1.3.6.1.4.1.9.10.133.1.3.3.1.1 | unsigned32 | no-access |
The IANA Enterprise Code value assigned to the vendor of the Diameter device. |
cdbpAppAdvFromPeerIndex | 1.3.6.1.4.1.9.10.133.1.3.3.1.2 | unsigned32 | no-access |
A number uniquely identifying the applications advertised as supported from each Diameter peer. |
cdbpAppAdvFromPeerType | 1.3.6.1.4.1.9.10.133.1.3.3.1.3 | integer | read-only |
The type of services supported for each application, accounting, authentication or both. acct(1) - accounting auth(2) - authentication both(3) - both accounting and authentication. Enumeration: 'acct': 1, 'auth': 2, 'both': 3. |
cdbpPeerVendorTable | 1.3.6.1.4.1.9.10.133.1.3.4 | no-access |
The table listing the Vendor IDs supported by the peer. |
|
1.3.6.1.4.1.9.10.133.1.3.4.1 | no-access |
A row entry representing a Vendor ID supported by the peer. |
||
cdbpPeerVendorIndex | 1.3.6.1.4.1.9.10.133.1.3.4.1.1 | unsigned32 | no-access |
A number uniquely identifying the Vendor ID supported by the peer. Upon reload, cdbpPeerVendorIndex values may be changed. |
cdbpPeerVendorId | 1.3.6.1.4.1.9.10.133.1.3.4.1.2 | integer | read-only |
The active vendor ID used for peer connections. diameterVendorIetf(0) - Diameter vendor id ietf diameterVendorCisco(9) - Diameter vendor id cisco diameterVendor3gpp(10415) - Diameter vendor id 3gpp diameterVendorVodafone(12645) - Diameter vendor id vodafone. Enumeration: 'diameterVendorVodafone': 12645, 'diameterVendor3gpp': 10415, 'diameterVendorIetf': 0, 'diameterVendorCisco': 9. |
cdbpPeerVendorStorageType | 1.3.6.1.4.1.9.10.133.1.3.4.1.3 | storagetype | read-only |
The storage type for this conceptual row. None of the objects are writable when the conceptual row is permanent. |
cdbpPeerVendorRowStatus | 1.3.6.1.4.1.9.10.133.1.3.4.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 cdbpPeerVendorRowStatus column is 'notReady'. In particular, a newly created row cannot be made active until the corresponding cdbpPeerVendorId has been set. Also, a newly created row cannot be made active until the corresponding 'cdbpPeerIndex' has been set. cdbpPeerVendorId may not be modified while the value of this object is active(1): An attempt to set these objects while the value of cdbpPeerVendorRowStatus is active(1) will result in an inconsistentValue error. Entries in this table with cdbpPeerVendorRowStatus equal to active(1) remain in the table until destroyed. Entries in this table with cdbpPeerVendorRowStatus equal to values other than active(1) will be destroyed after timeout (5 minutes). |
cdbpPeerStats | 1.3.6.1.4.1.9.10.133.1.4 | |||
cdbpPeerStatsTable | 1.3.6.1.4.1.9.10.133.1.4.1 | no-access |
The table listing the Diameter peer statistics. |
|
1.3.6.1.4.1.9.10.133.1.4.1.1 | no-access |
A row entry representing a Diameter peer. |
||
cdbpPeerStatsState | 1.3.6.1.4.1.9.10.133.1.4.1.1.1 | integer | read-only |
Connection state in the Peer State Machine of the peer with which this Diameter server is communicating. closed(1) - Connection closed with this peer. waitConnAck(2) - Waiting for an acknowledgment from this peer. waitICEA(3) - Waiting for a Capabilities-Exchange- Answer from this peer. elect(4) - When the peer and the server are both trying to bring up a connection with each other at the same time. An election process begins which determines which socket remains open. waitReturns(5) - Waiting for election returns. r-open(6) - Responder transport connection is used for communication. i-open(7) - Initiator transport connection is used for communication. closing(8) - Actively closing and doing cleanup. Enumeration: 'elect': 4, 'waitICEA': 3, 'iOpen': 7, 'waitConnAck': 2, 'waitReturns': 5, 'closed': 1, 'rOpen': 6, 'closing': 8. |
cdbpPeerStatsStateDuration | 1.3.6.1.4.1.9.10.133.1.4.1.1.2 | timeticks | read-only |
This object represents the Peer state duration. |
cdbpPeerStatsLastDiscCause | 1.3.6.1.4.1.9.10.133.1.4.1.1.3 | integer | read-only |
The last cause for a peers disconnection. rebooting(1) - A scheduled reboot is imminent. busy(2) - The peer's internal resources are constrained, and it has determined that the transport connection needs to be shutdown. doNotWantToTalk(3) - The peer has determined that it does not see a need for the transport connection to exist, since it does not expect any messages to be exchanged in the foreseeable future. electionLost(4) - The peer has determined that it has lost the election process and has therefore disconnected the transport connection. Enumeration: 'doNotWantToTalk': 3, 'busy': 2, 'rebooting': 1, 'election': 4. |
cdbpPeerStatsWhoInitDisconnect | 1.3.6.1.4.1.9.10.133.1.4.1.1.4 | integer | read-only |
Did the host or peer initiate the disconnect? host(1) - If this server initiated the disconnect. peer(2) - If the peer with which this server was connected initiated the disconnect. Enumeration: 'peer': 2, 'host': 1. |
cdbpPeerStatsDWCurrentStatus | 1.3.6.1.4.1.9.10.133.1.4.1.1.5 | integer | read-only |
This object indicates the connection status. okay(1) - Indicates the connection is presumed working. suspect(2) - Indicates the connection is possibly congested or down. down(3) - The peer is no longer reachable, causing the transport connection to be shutdown. reopen(4) - Three watchdog messages are exchanged with accepted round trip times, and the connection to the peer is considered stabilized. Enumeration: 'down': 3, 'suspect': 2, 'okay': 1, 'reopen': 4. |
cdbpPeerStatsTimeoutConnAtmpts | 1.3.6.1.4.1.9.10.133.1.4.1.1.6 | counter32 | read-only |
If there is no transport connection with a peer, this is the number of times the server attempts to connect to that peer. This is reset on disconnection. |
cdbpPeerStatsASRsIn | 1.3.6.1.4.1.9.10.133.1.4.1.1.7 | counter32 | read-only |
Abort-Session-Request messages received from the peer. |
cdbpPeerStatsASRsOut | 1.3.6.1.4.1.9.10.133.1.4.1.1.8 | counter32 | read-only |
Abort-Session-Request messages sent to the peer. |
cdbpPeerStatsASAsIn | 1.3.6.1.4.1.9.10.133.1.4.1.1.9 | counter32 | read-only |
Number of Abort-Session-Answer messages received from the peer. |
cdbpPeerStatsASAsOut | 1.3.6.1.4.1.9.10.133.1.4.1.1.10 | counter32 | read-only |
Number of Abort-Session-Answer messages sent to the peer. |
cdbpPeerStatsACRsIn | 1.3.6.1.4.1.9.10.133.1.4.1.1.11 | counter32 | read-only |
Number of Accounting-Request messages received from the peer. |
cdbpPeerStatsACRsOut | 1.3.6.1.4.1.9.10.133.1.4.1.1.12 | counter32 | read-only |
Number of Accounting-Request messages sent to the peer. |
cdbpPeerStatsACAsIn | 1.3.6.1.4.1.9.10.133.1.4.1.1.13 | counter32 | read-only |
Number of Accounting-Answer messages received from the peer. |
cdbpPeerStatsACAsOut | 1.3.6.1.4.1.9.10.133.1.4.1.1.14 | counter32 | read-only |
Number of Accounting-Answer messages sent to the peer. |
cdbpPeerStatsCERsIn | 1.3.6.1.4.1.9.10.133.1.4.1.1.15 | counter32 | read-only |
Number of Capabilities-Exchange-Request messages received from the peer. |
cdbpPeerStatsCERsOut | 1.3.6.1.4.1.9.10.133.1.4.1.1.16 | counter32 | read-only |
Number of Capabilities-Exchange-Request messages sent to the peer. |
cdbpPeerStatsCEAsIn | 1.3.6.1.4.1.9.10.133.1.4.1.1.17 | counter32 | read-only |
Number of Capabilities-Exchange-Answer messages received from the peer. |
cdbpPeerStatsCEAsOut | 1.3.6.1.4.1.9.10.133.1.4.1.1.18 | counter32 | read-only |
Number of Capabilities-Exchange-Answer messages sent to the peer. |
cdbpPeerStatsDWRsIn | 1.3.6.1.4.1.9.10.133.1.4.1.1.19 | counter32 | read-only |
Number of Device-Watchdog-Request messages received from the peer. |
cdbpPeerStatsDWRsOut | 1.3.6.1.4.1.9.10.133.1.4.1.1.20 | counter32 | read-only |
Number of Device-Watchdog-Request messages sent to the peer. |
cdbpPeerStatsDWAsIn | 1.3.6.1.4.1.9.10.133.1.4.1.1.21 | counter32 | read-only |
Number of Device-Watchdog-Answer messages received from the peer. |
cdbpPeerStatsDWAsOut | 1.3.6.1.4.1.9.10.133.1.4.1.1.22 | counter32 | read-only |
Number of Device-Watchdog-Answer messages sent to the peer. |
cdbpPeerStatsDPRsIn | 1.3.6.1.4.1.9.10.133.1.4.1.1.23 | counter32 | read-only |
Number of Disconnect-Peer-Request messages received. |
cdbpPeerStatsDPRsOut | 1.3.6.1.4.1.9.10.133.1.4.1.1.24 | counter32 | read-only |
Number of Disconnect-Peer-Request messages sent. |
cdbpPeerStatsDPAsIn | 1.3.6.1.4.1.9.10.133.1.4.1.1.25 | counter32 | read-only |
Number of Disconnect-Peer-Answer messages received. |
cdbpPeerStatsDPAsOut | 1.3.6.1.4.1.9.10.133.1.4.1.1.26 | counter32 | read-only |
Number of Disconnect-Peer-Answer messages sent. |
cdbpPeerStatsRARsIn | 1.3.6.1.4.1.9.10.133.1.4.1.1.27 | counter32 | read-only |
Number of Re-Auth-Request messages received. |
cdbpPeerStatsRARsOut | 1.3.6.1.4.1.9.10.133.1.4.1.1.28 | counter32 | read-only |
Number of Re-Auth-Request messages sent. |
cdbpPeerStatsRAAsIn | 1.3.6.1.4.1.9.10.133.1.4.1.1.29 | counter32 | read-only |
Number of Re-Auth-Answer messages received. |
cdbpPeerStatsRAAsOut | 1.3.6.1.4.1.9.10.133.1.4.1.1.30 | counter32 | read-only |
Number of Re-Auth-Answer messages sent. |
cdbpPeerStatsSTRsIn | 1.3.6.1.4.1.9.10.133.1.4.1.1.31 | counter32 | read-only |
Number of Session-Termination-Request messages received from the peer. |
cdbpPeerStatsSTRsOut | 1.3.6.1.4.1.9.10.133.1.4.1.1.32 | counter32 | read-only |
Number of Session-Termination-Request messages sent to the peer. |
cdbpPeerStatsSTAsIn | 1.3.6.1.4.1.9.10.133.1.4.1.1.33 | counter32 | read-only |
Number of Session-Termination-Answer messages received from the peer. |
cdbpPeerStatsSTAsOut | 1.3.6.1.4.1.9.10.133.1.4.1.1.34 | counter32 | read-only |
Number of Session-Termination-Answer messages sent to the peer. |
cdbpPeerStatsDWReqTimer | 1.3.6.1.4.1.9.10.133.1.4.1.1.35 | timeticks | read-only |
Device-Watchdog Request Timer, which is the interval between packets sent to peers. |
cdbpPeerStatsRedirectEvents | 1.3.6.1.4.1.9.10.133.1.4.1.1.36 | counter32 | read-only |
Redirect Event count, which is the number of redirects sent from a peer. |
cdbpPeerStatsAccDupRequests | 1.3.6.1.4.1.9.10.133.1.4.1.1.37 | counter32 | read-only |
The number of duplicate Diameter Accounting-Request packets received. |
cdbpPeerStatsMalformedReqsts | 1.3.6.1.4.1.9.10.133.1.4.1.1.38 | counter32 | read-only |
The number of malformed Diameter packets received. |
cdbpPeerStatsAccsNotRecorded | 1.3.6.1.4.1.9.10.133.1.4.1.1.39 | counter32 | read-only |
The number of Diameter Accounting-Request packets which were received and responded to but not recorded. |
cdbpPeerStatsAccRetrans | 1.3.6.1.4.1.9.10.133.1.4.1.1.40 | counter32 | read-only |
The number of Diameter Accounting-Request packets retransmitted to this Diameter server. |
cdbpPeerStatsTotalRetrans | 1.3.6.1.4.1.9.10.133.1.4.1.1.41 | counter32 | read-only |
The number of Diameter packets retransmitted to this Diameter server, not to include Diameter Accounting-Request packets retransmitted. |
cdbpPeerStatsAccPendReqstsOut | 1.3.6.1.4.1.9.10.133.1.4.1.1.42 | gauge32 | read-only |
The number of Diameter Accounting-Request packets sent to this peer that have not yet timed out or received a response. This variable is incremented when an Accounting-Request is sent to this server and decremented due to receipt of an Accounting-Response, a timeout or a retransmission. |
cdbpPeerStatsAccReqstsDropped | 1.3.6.1.4.1.9.10.133.1.4.1.1.43 | counter32 | read-only |
The number of Accounting-Requests to this server that have been dropped. |
cdbpPeerStatsHByHDropMessages | 1.3.6.1.4.1.9.10.133.1.4.1.1.44 | counter32 | read-only |
An answer message that is received with an unknown hop-by-hop identifier. Does not include accounting requests dropped. |
cdbpPeerStatsEToEDupMessages | 1.3.6.1.4.1.9.10.133.1.4.1.1.45 | counter32 | read-only |
Duplicate answer messages that are to be locally consumed. Does not include duplicate accounting requests received. |
cdbpPeerStatsUnknownTypes | 1.3.6.1.4.1.9.10.133.1.4.1.1.46 | counter32 | read-only |
The number of Diameter packets of unknown type which were received. |
cdbpPeerStatsProtocolErrors | 1.3.6.1.4.1.9.10.133.1.4.1.1.47 | counter32 | read-only |
This object represents the Number of protocol errors returned to peer, but not including redirects. |
cdbpPeerStatsTransientFailures | 1.3.6.1.4.1.9.10.133.1.4.1.1.48 | counter32 | read-only |
This object represents the transient failure count. |
cdbpPeerStatsPermanentFailures | 1.3.6.1.4.1.9.10.133.1.4.1.1.49 | counter32 | read-only |
This object represents the Number of permanent failures returned to peer. |
cdbpPeerStatsTransportDown | 1.3.6.1.4.1.9.10.133.1.4.1.1.50 | counter32 | read-only |
This object represents the Number of unexpected transport failures. |
cdbpRealmCfgs | 1.3.6.1.4.1.9.10.133.1.5 | |||
cdbpRealmKnownPeersTable | 1.3.6.1.4.1.9.10.133.1.5.1 | no-access |
The table listing the Diameter realms and known peers. |
|
1.3.6.1.4.1.9.10.133.1.5.1.1 | no-access |
A row entry representing a Diameter realm and known peers. |
||
cdbpRealmKnownPeersIndex | 1.3.6.1.4.1.9.10.133.1.5.1.1.1 | unsigned32 | no-access |
A number uniquely identifying a peer known to this realm. Upon reload, cdbpRealmKnownPeersIndex values may be changed. |
cdbpRealmKnownPeers | 1.3.6.1.4.1.9.10.133.1.5.1.1.2 | unsigned32 | read-only |
The index of the peer this realm knows about. This is an ordered list, where the ordering signifies the order in which the peers are tried. Same as the cdbpPeerIndex |
cdbpRealmKnownPeersChosen | 1.3.6.1.4.1.9.10.133.1.5.1.1.3 | integer | read-only |
How the realm chooses which peer to send packets to. roundRobin(1) - The peer used for each transaction is selected based on the order in which peers are configured. loadBalance(2) - The peer used for each transaction is based on the load metric (maybe implementation dependent) of all peers defined for the realm, with the least loaded server selected first. firstPreferred(3) - The first defined server is always used for transactions unless failover occurs. mostRecentFirst(4) - The most recently used server is used first for each transaction. Enumeration: 'mostRecentFirst': 4, 'roundRobin': 1, 'loadBalance': 2, 'other': 5, 'firstPreferred': 3. |
cdbpRealmStats | 1.3.6.1.4.1.9.10.133.1.6 | |||
cdbpRealmMessageRouteTable | 1.3.6.1.4.1.9.10.133.1.6.1 | no-access |
The table listing the Diameter realm-based message route information. |
|
1.3.6.1.4.1.9.10.133.1.6.1.1 | no-access |
A row entry representing a Diameter realm based message route server. |
||
cdbpRealmMessageRouteIndex | 1.3.6.1.4.1.9.10.133.1.6.1.1.1 | unsigned32 | no-access |
A number uniquely identifying each realm. |
cdbpRealmMessageRouteRealm | 1.3.6.1.4.1.9.10.133.1.6.1.1.2 | snmpadminstring | read-only |
This object represents the realm name |
cdbpRealmMessageRouteApp | 1.3.6.1.4.1.9.10.133.1.6.1.1.3 | unsigned32 | read-only |
Application id used to route packets to this realm. |
cdbpRealmMessageRouteType | 1.3.6.1.4.1.9.10.133.1.6.1.1.4 | integer | read-only |
The types of service supported for each realm application: accounting, authentication or both. acct(1) - accounting auth(2) - authentication both(3) - both accounting and authentication. Enumeration: 'acct': 1, 'auth': 2, 'both': 3. |
cdbpRealmMessageRouteAction | 1.3.6.1.4.1.9.10.133.1.6.1.1.5 | integer | read-only |
The action is used to identify how a message should be treated based on the realm, application and type. local(1) - Diameter messages that resolve to a route entry with the Local Action set to Local can be satisfied locally, and do not need to be routed to another server. relay(2) - All Diameter messages that fall within this category MUST be routed to a next-hop server, without modifying any non-routing AVPs. proxy(3) - All Diameter messages that fall within this category MUST be routed to a next-hop server. redirect(4) - Diameter messages that fall within this category MUST have the identity of the home Diameter server(s) appended, and returned to the sender of the message. Enumeration: 'redirect': 4, 'local': 1, 'proxy': 3, 'relay': 2. |
cdbpRealmMessageRouteACRsIn | 1.3.6.1.4.1.9.10.133.1.6.1.1.6 | counter32 | read-only |
Number of Accounting-Request messages received from the realm. |
cdbpRealmMessageRouteACRsOut | 1.3.6.1.4.1.9.10.133.1.6.1.1.7 | counter32 | read-only |
Number of Accounting-Request messages sent to the realm. |
cdbpRealmMessageRouteACAsIn | 1.3.6.1.4.1.9.10.133.1.6.1.1.8 | counter32 | read-only |
Number of Accounting-Answer messages received from the realm. |
cdbpRealmMessageRouteACAsOut | 1.3.6.1.4.1.9.10.133.1.6.1.1.9 | counter32 | read-only |
Number of Accounting-Answer messages sent to the realm. |
cdbpRealmMessageRouteRARsIn | 1.3.6.1.4.1.9.10.133.1.6.1.1.10 | counter32 | read-only |
Number of Re-Auth-Request messages received from the realm. |
cdbpRealmMessageRouteRARsOut | 1.3.6.1.4.1.9.10.133.1.6.1.1.11 | counter32 | read-only |
Number of Re-Auth-Request messages sent to the realm. |
cdbpRealmMessageRouteRAAsIn | 1.3.6.1.4.1.9.10.133.1.6.1.1.12 | counter32 | read-only |
Number of Re-Auth-Answer messages received from the realm. |
cdbpRealmMessageRouteRAAsOut | 1.3.6.1.4.1.9.10.133.1.6.1.1.13 | counter32 | read-only |
Number of Re-Auth-Answer messages sent to the realm. |
cdbpRealmMessageRouteSTRsIn | 1.3.6.1.4.1.9.10.133.1.6.1.1.14 | counter32 | read-only |
Number of Session-Termination-Request messages received from the realm. |
cdbpRealmMessageRouteSTRsOut | 1.3.6.1.4.1.9.10.133.1.6.1.1.15 | counter32 | read-only |
Number of Session-Termination-Request messages sent to the realm. |
cdbpRealmMessageRouteSTAsIn | 1.3.6.1.4.1.9.10.133.1.6.1.1.16 | counter32 | read-only |
Number of Session-Termination-Answer messages received from the realm. |
cdbpRealmMessageRouteSTAsOut | 1.3.6.1.4.1.9.10.133.1.6.1.1.17 | counter32 | read-only |
Number of Session-Termination-Answer messages sent to the realm. |
cdbpRealmMessageRouteASRsIn | 1.3.6.1.4.1.9.10.133.1.6.1.1.18 | counter32 | read-only |
Number of Abort-Session-Request messages received from the realm. |
cdbpRealmMessageRouteASRsOut | 1.3.6.1.4.1.9.10.133.1.6.1.1.19 | counter32 | read-only |
Number of Abort-Session-Request messages sent to the realm. |
cdbpRealmMessageRouteASAsIn | 1.3.6.1.4.1.9.10.133.1.6.1.1.20 | counter32 | read-only |
Number of Abort-Session-Answer messages received from the realm. |
cdbpRealmMessageRouteASAsOut | 1.3.6.1.4.1.9.10.133.1.6.1.1.21 | counter32 | read-only |
Number of Abort-Session-Answer messages sent to the realm. |
cdbpRealmMessageRouteAccRetrans | 1.3.6.1.4.1.9.10.133.1.6.1.1.22 | counter32 | read-only |
The number of Diameter accounting packets retransmitted to this realm. |
cdbpRealmMessageRouteAccDupReqsts | 1.3.6.1.4.1.9.10.133.1.6.1.1.23 | counter32 | read-only |
The number of duplicate Diameter accounting packets sent to this realm. |
cdbpRealmMessageRoutePendReqstsOut | 1.3.6.1.4.1.9.10.133.1.6.1.1.24 | gauge32 | read-only |
The number of Diameter Accounting-Request packets sent to this peer that have not yet timed out or received a response. This variable is incremented when an Accounting-Request is sent to this server and decremented due to receipt of an Accounting-Response, a timeout or a retransmission. |
cdbpRealmMessageRouteReqstsDrop | 1.3.6.1.4.1.9.10.133.1.6.1.1.25 | counter32 | read-only |
The number of requests dropped by this realm. |
cdbpTrapCfgs | 1.3.6.1.4.1.9.10.133.1.7 | |||
ciscoDiaBaseProtEnableProtocolErrorNotif | 1.3.6.1.4.1.9.10.133.1.7.1 | truthvalue | read-write |
Setting the value of this object to true(1) enables the ciscoDiaBaseProtProtocolErrorNotif notification. |
ciscoDiaBaseProtEnableTransientFailureNotif | 1.3.6.1.4.1.9.10.133.1.7.2 | truthvalue | read-write |
Setting the value of this object to true(1) enables the ciscoDiaBaseProtTransientFailureNotif notification. |
ciscoDiaBaseProtEnablePermanentFailureNotif | 1.3.6.1.4.1.9.10.133.1.7.3 | truthvalue | read-write |
Setting the value of this object to true(1) enables the ciscoDiaBaseProtPermanentFailureNotif notification. |
ciscoDiaBaseProtEnablePeerConnectionDownNotif | 1.3.6.1.4.1.9.10.133.1.7.4 | truthvalue | read-write |
Setting the value of this object to true(1) enables the ciscoDiaBaseProtPeerConnectionDownNotif notification. |
ciscoDiaBaseProtEnablePeerConnectionUpNotif | 1.3.6.1.4.1.9.10.133.1.7.5 | truthvalue | read-write |
Setting the value of this object to true(1) enables the ciscoDiaBaseProtPeerConnectionUpNotif notification. |
ciscoDiameterBasePMIBConform | 1.3.6.1.4.1.9.10.133.2 | |||
ciscoDiameterBasePMIBCompliances | 1.3.6.1.4.1.9.10.133.2.1 | |||
ciscoDiameterBasePMIBCompliance | 1.3.6.1.4.1.9.10.133.2.1.1 |
The compliance statement for Diameter Base Protocol entities. |
||
ciscoDiameterBasePMIBGroups | 1.3.6.1.4.1.9.10.133.2.2 | |||
ciscoDiameterBasePMIBLocalCfgGroup | 1.3.6.1.4.1.9.10.133.2.2.1 |
A collection of objects providing configuration common to the server. |
||
ciscoDiameterBasePMIBPeerCfgGroup | 1.3.6.1.4.1.9.10.133.2.2.2 |
A collection of objects providing configuration of the Diameter peers. |
||
ciscoDiameterBasePMIBPeerStatsGroup | 1.3.6.1.4.1.9.10.133.2.2.3 |
A collection of objects providing statistics of the Diameter peers. |
||
ciscoDiameterBasePMIBNotificationsGroup | 1.3.6.1.4.1.9.10.133.2.2.4 |
The set of notifications which an agent is required to implement. |
||
ciscoDiameterBasePMIBTrapCfgGroup | 1.3.6.1.4.1.9.10.133.2.2.5 |
A collection of objects providing configuration for base protocol notifications. |
||
ciscoDiameterBasePMIBLocalCfgSkippedGroup | 1.3.6.1.4.1.9.10.133.2.2.6 |
A collection of objects providing configuration common to the server. |
||
ciscoDiameterBasePMIBLocalStatsSkippedGroup | 1.3.6.1.4.1.9.10.133.2.2.7 |
A collection of objects providing statistics common to the server. |
||
ciscoDiameterBasePMIBPeerCfgSkippedGroup | 1.3.6.1.4.1.9.10.133.2.2.8 |
A collection of objects providing configuration for Diameter peers. |
||
ciscoDiameterBasePMIBPeerStatsSkippedGroup | 1.3.6.1.4.1.9.10.133.2.2.9 |
A collection of objects providing statistics of Diameter peers. |
||
ciscoDiameterBasePMIBRealmCfgSkippedGroup | 1.3.6.1.4.1.9.10.133.2.2.10 |
A collection of objects providing configuration for realm message routing. |
||
ciscoDiameterBasePMIBRealmStatsSkippedGroup | 1.3.6.1.4.1.9.10.133.2.2.11 |
A collection of objects providing statistics of realm message routing. |