juniRadiusClientAlgorithm

Juniper-RADIUS-CLIENT-MIB · .1.3.6.1.4.1.4874.2.2.19.1.1.2

Object

scalar r/w Enumeration
The algorithm used by the client when multiple
authentication/accounting servers are configured:
    direct      Use servers in order of precedence, each time beginning
                with the highest precedence server and proceeding to
                lower precedence servers if the the RADIUS request
                fails, until the request succeeds or all servers have
                been tried.
    roundRobin  Use servers in round-robin order, each time beginning
                with the next round-robin-ordered server and proceeding
                cyclically through servers if the RADIUS request fails,
                until the request succeeds or all servers have been
                tried.

Context

MIB
Juniper-RADIUS-CLIENT-MIB
OID
.1.3.6.1.4.1.4874.2.2.19.1.1.2
Type
scalar
Access
readwrite
Status
current
Default
direct
Parent
juniRadiusGeneralClient
Groups
4

Scalars have one instance, identified by the .0 suffix.

Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Juniper-RADIUS-CLIENT-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-RADIUS-CLIENT-MIB::juniRadiusClientAlgorithm.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Juniper-RADIUS-CLIENT-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Juniper-RADIUS-CLIENT-MIB::juniRadiusClientAlgorithm'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0direct
1roundRobin