All MIBs › CISCO-SLB-MIB › slbRealMetric
slbRealMetric
Module: CISCO-SLB-MIB
OID (symbolic): CISCO-SLB-MIB::slbRealMetric
OID (numeric): 1.3.6.1.4.1.9.9.161.1.3.1.1.10
Node type: OBJECT-TYPE
Type: Gauge32
Access: read-only
Description:
The value used by the least connections load-balancing algorithm. It is the number of connections divided by the actual operating weight. New connections will be given to the server with the smaller metric.
What is slbRealMetric?
This OID holds a load-balancing score (connections divided by weight) used to distribute traffic fairly across multiple servers. Lower scores mean the server is less busy and should receive more new connections. A load-balancer operator would monitor this to detect when a backend server is overloaded and needs help from a peer.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.161.1.3.1.1.10 snmpwalk -v2c -c public <target> CISCO-SLB-MIB::slbRealMetric
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.161.1.3.1.1.10.1 snmpget -v2c -c public <target> CISCO-SLB-MIB::slbRealMetric.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.9 | cisco | CISCO-SMI |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| 1.3.6.1.4.1.9.9.161 | ciscoSlbMIB | CISCO-SLB-MIB |
| 1.3.6.1.4.1.9.9.161.1 | ciscoSlbMIBObjects | CISCO-SLB-MIB |
| 1.3.6.1.4.1.9.9.161.1.3 | slbRealServers | CISCO-SLB-MIB |
| 1.3.6.1.4.1.9.9.161.1.3.1 | slbRealTable | CISCO-SLB-MIB |
| 1.3.6.1.4.1.9.9.161.1.3.1.1 | slbRealTableEntry | CISCO-SLB-MIB |
| 1.3.6.1.4.1.9.9.161.1.3.1.1.10 | slbRealMetric | CISCO-SLB-MIB |