agentRadiusNamedAccountingServerGroupLoadBalanceMethod
LANCOM-RADIUS-AUTH-CLIENT-MIB ·
.1.3.6.1.4.1.2356.16.1.8.1.36.1.2
Object
column r/w
Enumeration
Configured load balancing method for a RADIUS
accounting server group.
none - No Load Balancing is perform among the member
servers of the server group
least-outstanding-request - When current in use RADIUS
server is determined to be busy, a different
server from the server group is selected if it has
least number of outstanding requests among
all servers.
Context
- MIB
- LANCOM-RADIUS-AUTH-CLIENT-MIB
- OID
.1.3.6.1.4.1.2356.16.1.8.1.36.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentRadiusNamedAccountingServerGroupConfigEntry
Net-SNMP examples
How SNMP and these commands workWalk 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 'LANCOM-RADIUS-AUTH-CLIENT-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LANCOM-RADIUS-AUTH-CLIENT-MIB::agentRadiusNamedAccountingServerGroupLoadBalanceMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LANCOM-RADIUS-AUTH-CLIENT-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LANCOM-RADIUS-AUTH-CLIENT-MIB::agentRadiusNamedAccountingServerGroupLoadBalanceMethod.<agentRadiusNamedAccountingServerGroupName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LANCOM-RADIUS-AUTH-CLIENT-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LANCOM-RADIUS-AUTH-CLIENT-MIB::agentRadiusNamedAccountingServerGroupLoadBalanceMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | least-outstanding-request |