CISCO-DIAMETER-BASE-PROTOCOL-MIB
AI MIB Summary
The CISCO-DIAMETER-BASE-PROTOCOL-MIB enables monitoring of Diameter protocol session states, peer connectivity status, and transport layer statistics on Cisco network elements implementing the Diameter Base Protocol. It provides specific counters for message transmission failures, authentication/authorization session durations, and protocol-specific error conditions to facilitate troubleshooting of AAA and policy control infrastructure.
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.
Main OID:
ciscoDiameterBasePMIB.1.3.6.1.4.1.9.10.133
170
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
170 total| Object Name |
|---|
ciscoDiameterBasePMIBThe 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. MODULE-IDENTITY .1.3.6.1.4.1.9.10.133 |
ciscoDiameterBasePMIBNotifs OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.133.0 |
ciscoDiaBaseProtProtocolErrorNotifAn 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. NOTIFICATION-TYPE .1.3.6.1.4.1.9.10.133.0.1 |
ciscoDiaBaseProtTransientFailureNotifAn 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. NOTIFICATION-TYPE .1.3.6.1.4.1.9.10.133.0.2 |
ciscoDiaBaseProtPermanentFailureNotifAn 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. NOTIFICATION-TYPE .1.3.6.1.4.1.9.10.133.0.3 |
ciscoDiaBaseProtPeerConnectionDownNotifAn 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. NOTIFICATION-TYPE .1.3.6.1.4.1.9.10.133.0.4 |
ciscoDiaBaseProtPeerConnectionUpNotifAn 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. NOTIFICATION-TYPE .1.3.6.1.4.1.9.10.133.0.5 |
ciscoDiameterBasePMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.133.1 |
cdbpLocalCfgs OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.133.1.1 |
cdbpLocalIdThe implementation identification string for the
Diameter software in use on the system, for
example; 'diameterd'ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.9.10.133.1.1.1 |
cdbpLocalIpAddrTableThe table listing the Diameter
local host's IP Addresses. SEQUENCE OF CdbpLocalIpAddrEntry .1.3.6.1.4.1.9.10.133.1.1.2 |
cdbpLocalIpAddrEntryA row entry representing a Diameter
local host IP Address. CdbpLocalIpAddrEntry .1.3.6.1.4.1.9.10.133.1.1.2.1 |
cdbpLocalIpAddrIndexA number uniquely identifying the number
of IP Addresses supported by this Diameter
host. Unsigned32 (1..4294967295 ) .1.3.6.1.4.1.9.10.133.1.1.2.1.1 |
cdbpLocalIpAddrTypeThe type of internet address stored
in cdbpLocalIpAddress.ro InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.9.10.133.1.1.2.1.2 |
cdbpLocalIpAddressThe IP-Address of the host, which is of the type
specified in cdbpLocalIpAddrType.ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.9.10.133.1.1.2.1.3 |
cdbpLocalTcpListenPortThis object represents Diameter TCP 'listen' port.ro Unsigned32 (1..65535 ) .1.3.6.1.4.1.9.10.133.1.1.3 |
cdbpLocalSctpListenPortThis object represents Diameter SCTP 'listen' port.ro Unsigned32 (1..65535 ) .1.3.6.1.4.1.9.10.133.1.1.4 |
cdbpLocalOriginHostThis object represents the Local Origin Host.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.9.10.133.1.1.5 |
cdbpLocalRealmThis object represents the Local Realm Name.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.9.10.133.1.1.6 |
cdbpRedundancyEnabledThis parameter indicates if cisco redundancy has been
enabled, it is enabled if set to true and disabled if
set to false.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.10.133.1.1.7 |
cdbpRedundancyInfraStateThis 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.ro Enumeration .1.3.6.1.4.1.9.10.133.1.1.8 |
cdbpRedundancyLastSwitchoverThis object represents the Last Switchover Time.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.9.10.133.1.1.9 |
cdbpLocalApplTableThe table listing the Diameter applications
supported by this server. SEQUENCE OF CdbpLocalApplEntry .1.3.6.1.4.1.9.10.133.1.1.10 |
cdbpLocalApplEntryA row entry representing a Diameter
application on this server. CdbpLocalApplEntry .1.3.6.1.4.1.9.10.133.1.1.10.1 |
cdbpLocalApplIndexA number uniquely identifying a
supported Diameter application. Upon reload,
cdbpLocalApplIndex values may be changed. Unsigned32 (1..4294967295 ) .1.3.6.1.4.1.9.10.133.1.1.10.1.1 |
cdbpLocalApplStorageTypeThe 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.4.1.9.10.133.1.1.10.1.2 |
cdbpLocalApplRowStatusThe 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).rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.10.133.1.1.10.1.3 |
cdbpLocalVendorTableThe table listing the vendor IDs
supported by local Diameter. SEQUENCE OF CdbpLocalVendorEntry .1.3.6.1.4.1.9.10.133.1.1.11 |
cdbpLocalVendorEntryA row entry representing a
vendor ID supported by local Diameter. CdbpLocalVendorEntry .1.3.6.1.4.1.9.10.133.1.1.11.1 |
cdbpLocalVendorIndexA number uniquely identifying the vendor
ID supported by local Diameter. Upon reload,
cdbpLocalVendorIndex values may be changed. Unsigned32 (1..4294967295 ) .1.3.6.1.4.1.9.10.133.1.1.11.1.1 |
cdbpLocalVendorIdThe 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.rw Enumeration .1.3.6.1.4.1.9.10.133.1.1.11.1.2 |
cdbpLocalVendorStorageTypeThe storage type for this conceptual row.
None of the objects are writable when the
conceptual row is permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.10.133.1.1.11.1.3 |
cdbpLocalVendorRowStatusThe 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).rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.10.133.1.1.11.1.4 |
cdbpAppAdvToPeerTableThe table listing the applications advertised by
this host to each peer and the types of service
supported: accounting, authentication or both. SEQUENCE OF CdbpAppAdvToPeerEntry .1.3.6.1.4.1.9.10.133.1.1.12 |
cdbpAppAdvToPeerEntryA row entry representing a discovered or
configured Diameter peer server. CdbpAppAdvToPeerEntry .1.3.6.1.4.1.9.10.133.1.1.12.1 |
cdbpAppAdvToPeerVendorIdThe IANA Enterprise Code value assigned to
the vendor of the Diameter device. Unsigned32 (1..4294967295 ) .1.3.6.1.4.1.9.10.133.1.1.12.1.1 |
cdbpAppAdvToPeerIndexA number uniquely identifying the Diameter
applications advertised as supported by
this host to each peer. Upon reload,
cdbpAppAdvToPeerIndex values may be changed. Unsigned32 (1..4294967295 ) .1.3.6.1.4.1.9.10.133.1.1.12.1.2 |
cdbpAppAdvToPeerServicesThe type of services supported for each application,
accounting, authentication or both.
acct(1) - accounting
auth(2) - authentication
both(3) - both accounting and authentication.ro Enumeration .1.3.6.1.4.1.9.10.133.1.1.12.1.3 |
cdbpAppAdvToPeerStorageTypeThe storage type for this conceptual row.
None of the objects are writable when the
conceptual row is permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.10.133.1.1.12.1.4 |
cdbpAppAdvToPeerRowStatusThe 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).rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.10.133.1.1.12.1.5 |
cdbpLocalStats OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.133.1.2 |
cdbpLocalStatsTotalPacketsInThe total number of packets received by Diameter
Base Protocol.ro Counter32 UNITS "packets" .1.3.6.1.4.1.9.10.133.1.2.1 |
cdbpLocalStatsTotalPacketsOutThe total number of packets transmitted by Diameter Base
Protocol.ro Counter32 UNITS "packets" .1.3.6.1.4.1.9.10.133.1.2.2 |
cdbpLocalStatsTotalUpTimeThis object represents the total time the Diameter server
has been up until now.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.9.10.133.1.2.3 |
cdbpLocalResetTimeIf 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.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.9.10.133.1.2.4 |
cdbpLocalConfigResetStatus/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.rw Enumeration .1.3.6.1.4.1.9.10.133.1.2.5 |
cdbpPeerCfgs OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.133.1.3 |
cdbpPeerTableThe table listing information regarding
the discovered or configured Diameter
peer servers. SEQUENCE OF CdbpPeerEntry .1.3.6.1.4.1.9.10.133.1.3.1 |
cdbpPeerEntryA row entry representing a discovered
or configured Diameter peer server. CdbpPeerEntry .1.3.6.1.4.1.9.10.133.1.3.1.1 |
cdbpPeerIndexA number uniquely identifying each Diameter peer
with which the host server communicates. Upon reload,
cdbpPeerIndex values may be changed. Unsigned32 (1..4294967295 ) .1.3.6.1.4.1.9.10.133.1.3.1.1.1 |
cdbpPeerIdThe server identifier for the Diameter peer. It must
be unique and non-empty.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.9.10.133.1.3.1.1.2 |
cdbpPeerPortConnectThe connection port this server used
to connect to the Diameter peer.
If there is no active connection, this
value will be zero(0).ro Unsigned32 (0..65535 ) .1.3.6.1.4.1.9.10.133.1.3.1.1.3 |
cdbpPeerPortListenThe port the server is listening on.rw Unsigned32 (1..65535 ) .1.3.6.1.4.1.9.10.133.1.3.1.1.4 |
cdbpPeerProtocolThe transport protocol (tcp/sctp) the
Diameter peer is using.
tcp(1) - Transmission Control Protocol
sctp(2) - Stream Control Transmission Protocol.ro Enumeration .1.3.6.1.4.1.9.10.133.1.3.1.1.5 |
cdbpPeerSecurityThe security the Diameter peer is using.
other(1) - Unknown Security Protocol.
tls(2) - Transport Layer Security Protocol.
ipsec(3) - Internet Protocol Security.ro Enumeration .1.3.6.1.4.1.9.10.133.1.3.1.1.6 |
cdbpPeerFirmwareRevisionFirmware revision of peer. If no firmware
revision, the revision of the Diameter software
module may be reported instead.ro Unsigned32 (1..4294967295 ) .1.3.6.1.4.1.9.10.133.1.3.1.1.7 |
cdbpPeerStorageTypeThe storage type for this conceptual row.
Only cdbpPeerPortListen object is writable when the
conceptual row is permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.10.133.1.3.1.1.8 |
cdbpPeerRowStatusThe 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).rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.10.133.1.3.1.1.9 |
cdbpPeerIpAddrTableThe table listing the Diameter
server IP Addresses. SEQUENCE OF CdbpPeerIpAddrEntry .1.3.6.1.4.1.9.10.133.1.3.2 |
cdbpPeerIpAddrEntryA row entry representing peer
Diameter server IP Addresses. CdbpPeerIpAddrEntry .1.3.6.1.4.1.9.10.133.1.3.2.1 |
cdbpPeerIpAddressIndexA number uniquely identifying the number
of IP Addresses supported by all Diameter
peers. Unsigned32 (1..4294967295 ) .1.3.6.1.4.1.9.10.133.1.3.2.1.1 |
cdbpPeerIpAddressTypeThe type of address stored in
diameterPeerIpAddress.ro InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.9.10.133.1.3.2.1.2 |
cdbpPeerIpAddressThe active IP Address(es) used for connections.rw IpAddress .1.3.6.1.4.1.9.10.133.1.3.2.1.3 |
cdbpAppAdvFromPeerTableThe table listing the applications advertised by
each peer to this host and the types of service
supported: accounting, authentication or both. SEQUENCE OF CdbpAppAdvFromPeerEntry .1.3.6.1.4.1.9.10.133.1.3.3 |
cdbpAppAdvFromPeerEntryA row entry representing a discovered or
configured Diameter peer server. CdbpAppAdvFromPeerEntry .1.3.6.1.4.1.9.10.133.1.3.3.1 |
cdbpAppAdvFromPeerVendorIdThe IANA Enterprise Code value assigned to
the vendor of the Diameter device. Unsigned32 (1..4294967295 ) .1.3.6.1.4.1.9.10.133.1.3.3.1.1 |
cdbpAppAdvFromPeerIndexA number uniquely identifying the applications
advertised as supported from each Diameter peer. Unsigned32 (1..4294967295 ) .1.3.6.1.4.1.9.10.133.1.3.3.1.2 |
cdbpAppAdvFromPeerTypeThe type of services supported for each application,
accounting, authentication or both.
acct(1) - accounting
auth(2) - authentication
both(3) - both accounting and authentication.ro Enumeration .1.3.6.1.4.1.9.10.133.1.3.3.1.3 |
cdbpPeerVendorTableThe table listing the Vendor IDs
supported by the peer. SEQUENCE OF CdbpPeerVendorEntry .1.3.6.1.4.1.9.10.133.1.3.4 |
cdbpPeerVendorEntryA row entry representing a
Vendor ID supported by the peer. CdbpPeerVendorEntry .1.3.6.1.4.1.9.10.133.1.3.4.1 |
cdbpPeerVendorIndexA number uniquely identifying the Vendor
ID supported by the peer. Upon reload,
cdbpPeerVendorIndex values may be changed. Unsigned32 (1..4294967295 ) .1.3.6.1.4.1.9.10.133.1.3.4.1.1 |
cdbpPeerVendorIdThe 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.rw Enumeration .1.3.6.1.4.1.9.10.133.1.3.4.1.2 |
cdbpPeerVendorStorageTypeThe storage type for this conceptual row.
None of the objects are writable when the
conceptual row is permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.10.133.1.3.4.1.3 |
cdbpPeerVendorRowStatusThe 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).rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.10.133.1.3.4.1.4 |
cdbpPeerStats OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.133.1.4 |
cdbpPeerStatsTableThe table listing the Diameter peer statistics. SEQUENCE OF CdbpPeerStatsEntry .1.3.6.1.4.1.9.10.133.1.4.1 |
cdbpPeerStatsEntryA row entry representing a Diameter peer. CdbpPeerStatsEntry .1.3.6.1.4.1.9.10.133.1.4.1.1 |
cdbpPeerStatsStateConnection 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.ro Enumeration .1.3.6.1.4.1.9.10.133.1.4.1.1.1 |
cdbpPeerStatsStateDurationThis object represents the Peer state duration.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.9.10.133.1.4.1.1.2 |
cdbpPeerStatsLastDiscCauseThe 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.ro Enumeration .1.3.6.1.4.1.9.10.133.1.4.1.1.3 |
cdbpPeerStatsWhoInitDisconnectDid 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.ro Enumeration .1.3.6.1.4.1.9.10.133.1.4.1.1.4 |
cdbpPeerStatsDWCurrentStatusThis 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.ro Enumeration .1.3.6.1.4.1.9.10.133.1.4.1.1.5 |
cdbpPeerStatsTimeoutConnAtmptsIf 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.ro Counter32 UNITS "attempts" .1.3.6.1.4.1.9.10.133.1.4.1.1.6 |
cdbpPeerStatsASRsInAbort-Session-Request messages received
from the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.7 |
cdbpPeerStatsASRsOutAbort-Session-Request messages
sent to the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.8 |
cdbpPeerStatsASAsInNumber of Abort-Session-Answer
messages received from the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.9 |
cdbpPeerStatsASAsOutNumber of Abort-Session-Answer
messages sent to the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.10 |
cdbpPeerStatsACRsInNumber of Accounting-Request messages
received from the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.11 |
cdbpPeerStatsACRsOutNumber of Accounting-Request messages
sent to the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.12 |
cdbpPeerStatsACAsInNumber of Accounting-Answer messages
received from the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.13 |
cdbpPeerStatsACAsOutNumber of Accounting-Answer messages
sent to the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.14 |
cdbpPeerStatsCERsInNumber of Capabilities-Exchange-Request
messages received from the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.15 |
cdbpPeerStatsCERsOutNumber of Capabilities-Exchange-Request
messages sent to the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.16 |
cdbpPeerStatsCEAsInNumber of Capabilities-Exchange-Answer
messages received from the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.17 |
cdbpPeerStatsCEAsOutNumber of Capabilities-Exchange-Answer
messages sent to the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.18 |
cdbpPeerStatsDWRsInNumber of Device-Watchdog-Request
messages received from the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.19 |
cdbpPeerStatsDWRsOutNumber of Device-Watchdog-Request
messages sent to the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.20 |
cdbpPeerStatsDWAsInNumber of Device-Watchdog-Answer
messages received from the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.21 |
cdbpPeerStatsDWAsOutNumber of Device-Watchdog-Answer
messages sent to the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.22 |
cdbpPeerStatsDPRsInNumber of Disconnect-Peer-Request messages
received.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.23 |
cdbpPeerStatsDPRsOutNumber of Disconnect-Peer-Request messages
sent.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.24 |
cdbpPeerStatsDPAsInNumber of Disconnect-Peer-Answer messages
received.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.25 |
cdbpPeerStatsDPAsOutNumber of Disconnect-Peer-Answer messages
sent.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.26 |
cdbpPeerStatsRARsInNumber of Re-Auth-Request messages
received.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.27 |
cdbpPeerStatsRARsOutNumber of Re-Auth-Request messages
sent.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.28 |
cdbpPeerStatsRAAsInNumber of Re-Auth-Answer messages
received.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.29 |
cdbpPeerStatsRAAsOutNumber of Re-Auth-Answer messages
sent.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.30 |
cdbpPeerStatsSTRsInNumber of Session-Termination-Request
messages received from the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.31 |
cdbpPeerStatsSTRsOutNumber of Session-Termination-Request
messages sent to the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.32 |
cdbpPeerStatsSTAsInNumber of Session-Termination-Answer
messages received from the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.33 |
cdbpPeerStatsSTAsOutNumber of Session-Termination-Answer
messages sent to the peer.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.4.1.1.34 |
cdbpPeerStatsDWReqTimerDevice-Watchdog Request Timer, which
is the interval between packets sent to
peers.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.9.10.133.1.4.1.1.35 |
cdbpPeerStatsRedirectEventsRedirect Event count, which is the number
of redirects sent from a peer.ro Counter32 .1.3.6.1.4.1.9.10.133.1.4.1.1.36 |
cdbpPeerStatsAccDupRequestsThe number of duplicate Diameter Accounting-Request
packets received.ro Counter32 .1.3.6.1.4.1.9.10.133.1.4.1.1.37 |
cdbpPeerStatsMalformedReqstsThe number of malformed Diameter
packets received.ro Counter32 .1.3.6.1.4.1.9.10.133.1.4.1.1.38 |
cdbpPeerStatsAccsNotRecordedThe number of Diameter Accounting-Request packets
which were received and responded to but not
recorded.ro Counter32 .1.3.6.1.4.1.9.10.133.1.4.1.1.39 |
cdbpPeerStatsAccRetransThe number of Diameter Accounting-Request packets
retransmitted to this Diameter server.ro Counter32 .1.3.6.1.4.1.9.10.133.1.4.1.1.40 |
cdbpPeerStatsTotalRetransThe number of Diameter packets retransmitted
to this Diameter server, not to include Diameter
Accounting-Request packets retransmitted.ro Counter32 .1.3.6.1.4.1.9.10.133.1.4.1.1.41 |
cdbpPeerStatsAccPendReqstsOutThe 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.ro Gauge32 .1.3.6.1.4.1.9.10.133.1.4.1.1.42 |
cdbpPeerStatsAccReqstsDroppedThe number of Accounting-Requests to this server
that have been dropped.ro Counter32 .1.3.6.1.4.1.9.10.133.1.4.1.1.43 |
cdbpPeerStatsHByHDropMessagesAn answer message that is received with an unknown
hop-by-hop identifier. Does not include accounting
requests dropped.ro Counter32 .1.3.6.1.4.1.9.10.133.1.4.1.1.44 |
cdbpPeerStatsEToEDupMessagesDuplicate answer messages that are to be locally
consumed. Does not include duplicate accounting
requests received.ro Counter32 .1.3.6.1.4.1.9.10.133.1.4.1.1.45 |
cdbpPeerStatsUnknownTypesThe number of Diameter packets of unknown type
which were received.ro Counter32 .1.3.6.1.4.1.9.10.133.1.4.1.1.46 |
cdbpPeerStatsProtocolErrorsThis object represents the Number of protocol errors
returned to peer, but not including redirects.ro Counter32 .1.3.6.1.4.1.9.10.133.1.4.1.1.47 |
cdbpPeerStatsTransientFailuresThis object represents the transient failure
count.ro Counter32 .1.3.6.1.4.1.9.10.133.1.4.1.1.48 |
cdbpPeerStatsPermanentFailuresThis object represents the Number of permanent
failures returned to peer.ro Counter32 .1.3.6.1.4.1.9.10.133.1.4.1.1.49 |
cdbpPeerStatsTransportDownThis object represents the Number of unexpected
transport failures.ro Counter32 .1.3.6.1.4.1.9.10.133.1.4.1.1.50 |
cdbpRealmCfgs OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.133.1.5 |
cdbpRealmKnownPeersTableThe table listing the Diameter
realms and known peers. SEQUENCE OF CdbpRealmKnownPeersEntry .1.3.6.1.4.1.9.10.133.1.5.1 |
cdbpRealmKnownPeersEntryA row entry representing a Diameter
realm and known peers. CdbpRealmKnownPeersEntry .1.3.6.1.4.1.9.10.133.1.5.1.1 |
cdbpRealmKnownPeersIndexA number uniquely identifying a peer
known to this realm. Upon reload,
cdbpRealmKnownPeersIndex values may be changed. Unsigned32 (1..4294967295 ) .1.3.6.1.4.1.9.10.133.1.5.1.1.1 |
cdbpRealmKnownPeersThe 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 cdbpPeerIndexro Unsigned32 (1..4294967295 ) .1.3.6.1.4.1.9.10.133.1.5.1.1.2 |
cdbpRealmKnownPeersChosenHow 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.ro Enumeration .1.3.6.1.4.1.9.10.133.1.5.1.1.3 |
cdbpRealmStats OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.133.1.6 |
cdbpRealmMessageRouteTableThe table listing the Diameter
realm-based message route information. SEQUENCE OF CdbpRealmMessageRouteEntry .1.3.6.1.4.1.9.10.133.1.6.1 |
cdbpRealmMessageRouteEntryA row entry representing a Diameter
realm based message route server. CdbpRealmMessageRouteEntry .1.3.6.1.4.1.9.10.133.1.6.1.1 |
cdbpRealmMessageRouteIndexA number uniquely identifying each realm. Unsigned32 (1..4294967295 ) .1.3.6.1.4.1.9.10.133.1.6.1.1.1 |
cdbpRealmMessageRouteRealmThis object represents the realm namero SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.9.10.133.1.6.1.1.2 |
cdbpRealmMessageRouteAppApplication id used to route packets
to this realm.ro Unsigned32 (1..4294967295 ) .1.3.6.1.4.1.9.10.133.1.6.1.1.3 |
cdbpRealmMessageRouteTypeThe types of service supported for each
realm application: accounting,
authentication or both.
acct(1) - accounting
auth(2) - authentication
both(3) - both accounting and authentication.ro Enumeration .1.3.6.1.4.1.9.10.133.1.6.1.1.4 |
cdbpRealmMessageRouteActionThe 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.ro Enumeration .1.3.6.1.4.1.9.10.133.1.6.1.1.5 |
cdbpRealmMessageRouteACRsInNumber of Accounting-Request messages
received from the realm.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.6.1.1.6 |
cdbpRealmMessageRouteACRsOutNumber of Accounting-Request messages
sent to the realm.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.6.1.1.7 |
cdbpRealmMessageRouteACAsInNumber of Accounting-Answer messages
received from the realm.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.6.1.1.8 |
cdbpRealmMessageRouteACAsOutNumber of Accounting-Answer messages
sent to the realm.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.6.1.1.9 |
cdbpRealmMessageRouteRARsInNumber of Re-Auth-Request messages
received from the realm.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.6.1.1.10 |
cdbpRealmMessageRouteRARsOutNumber of Re-Auth-Request messages
sent to the realm.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.6.1.1.11 |
cdbpRealmMessageRouteRAAsInNumber of Re-Auth-Answer messages
received from the realm.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.6.1.1.12 |
cdbpRealmMessageRouteRAAsOutNumber of Re-Auth-Answer messages
sent to the realm.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.6.1.1.13 |
cdbpRealmMessageRouteSTRsInNumber of Session-Termination-Request messages
received from the realm.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.6.1.1.14 |
cdbpRealmMessageRouteSTRsOutNumber of Session-Termination-Request messages
sent to the realm.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.6.1.1.15 |
cdbpRealmMessageRouteSTAsInNumber of Session-Termination-Answer messages
received from the realm.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.6.1.1.16 |
cdbpRealmMessageRouteSTAsOutNumber of Session-Termination-Answer messages
sent to the realm.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.6.1.1.17 |
cdbpRealmMessageRouteASRsInNumber of Abort-Session-Request messages
received from the realm.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.6.1.1.18 |
cdbpRealmMessageRouteASRsOutNumber of Abort-Session-Request messages
sent to the realm.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.6.1.1.19 |
cdbpRealmMessageRouteASAsInNumber of Abort-Session-Answer messages
received from the realm.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.6.1.1.20 |
cdbpRealmMessageRouteASAsOutNumber of Abort-Session-Answer messages
sent to the realm.ro Counter32 UNITS "messages" .1.3.6.1.4.1.9.10.133.1.6.1.1.21 |
cdbpRealmMessageRouteAccRetransThe number of Diameter accounting packets
retransmitted to this realm.ro Counter32 .1.3.6.1.4.1.9.10.133.1.6.1.1.22 |
cdbpRealmMessageRouteAccDupReqstsThe number of duplicate Diameter accounting
packets sent to this realm.ro Counter32 .1.3.6.1.4.1.9.10.133.1.6.1.1.23 |
cdbpRealmMessageRoutePendReqstsOutThe 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.ro Gauge32 .1.3.6.1.4.1.9.10.133.1.6.1.1.24 |
cdbpRealmMessageRouteReqstsDropThe number of requests dropped by this realm.ro Counter32 .1.3.6.1.4.1.9.10.133.1.6.1.1.25 |
cdbpTrapCfgs OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.133.1.7 |
ciscoDiaBaseProtEnableProtocolErrorNotifSetting the value of this object to true(1)
enables the ciscoDiaBaseProtProtocolErrorNotif
notification.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.10.133.1.7.1 |
ciscoDiaBaseProtEnableTransientFailureNotifSetting the value of this object to true(1)
enables the ciscoDiaBaseProtTransientFailureNotif
notification.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.10.133.1.7.2 |
ciscoDiaBaseProtEnablePermanentFailureNotifSetting the value of this object to true(1)
enables the ciscoDiaBaseProtPermanentFailureNotif
notification.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.10.133.1.7.3 |
ciscoDiaBaseProtEnablePeerConnectionDownNotifSetting the value of this object to true(1)
enables the ciscoDiaBaseProtPeerConnectionDownNotif
notification.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.10.133.1.7.4 |
ciscoDiaBaseProtEnablePeerConnectionUpNotifSetting the value of this object to true(1)
enables the ciscoDiaBaseProtPeerConnectionUpNotif
notification.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.10.133.1.7.5 |
ciscoDiameterBasePMIBConform OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.133.2 |
ciscoDiameterBasePMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.133.2.1 |
ciscoDiameterBasePMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.133.2.2 |