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
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-DIAMETER-BASE-PROTOCOL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DIAMETER-BASE-PROTOCOL-MIB::cdbpRealmKnownPeersChosen'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-DIAMETER-BASE-PROTOCOL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DIAMETER-BASE-PROTOCOL-MIB::cdbpRealmKnownPeersChosen.<cdbpRealmMessageRouteIndex>.<cdbpRealmKnownPeersIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-DIAMETER-BASE-PROTOCOL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-DIAMETER-BASE-PROTOCOL-MIB::cdbpRealmKnownPeersChosen'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1roundRobin
2loadBalance
3firstPreferred
4mostRecentFirst
5other