cdbpRealmKnownPeersChosen
CISCO-DIAMETER-BASE-PROTOCOL-MIB ·
.1.3.6.1.4.1.9.10.133.1.5.1.1.3
Object
column
Enumeration
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.
Context
- MIB
- CISCO-DIAMETER-BASE-PROTOCOL-MIB
- OID
.1.3.6.1.4.1.9.10.133.1.5.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cdbpRealmKnownPeersEntry
- Table
- cdbpRealmKnownPeersTable
- Siblings
- 2
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | roundRobin |
2 | loadBalance |
3 | firstPreferred |
4 | mostRecentFirst |
5 | other |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cdbpRealmKnownPeersIndex A number uniquely identifying a peer
known to this realm. Upon reload,
cdbpRealmKnownPeersIndex values may be changed. | column | Unsigned32 | .1.3.6.1.4.1.9.10.133.1.5.1.1.1 |
| cdbpRealmKnownPeers 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 | column | Unsigned32 | .1.3.6.1.4.1.9.10.133.1.5.1.1.2 |