OID | 1.3.6.1.4.1.9.10.133.1.5.1.1.3 |
Module | CISCO-DIAMETER-BASE-PROTOCOL-MIB (CISCO) |
Nom | cdbpRealmKnownPeersChosen |
Acces | readonly |
Status | current |
Description | 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. |
Syntaxe | Enumeration (1-roundRobin, 2-loadBalance, 3-firstPreferred, 4-mostRecentFirst, 5-other) |