EXTREME-SLB-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
2
Rows
2
Columns
5
.1.3.6.1.4.1.1916.1.14.1 · 1 row entry · 2 columns
Uses the extreme variant from /opt/observium/mibs/extreme.
Command help
Walk extremeSlbRealServerTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'EXTREME-SLB-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-SLB-MIB::extremeSlbRealServerTable'
This table contains information about a real server.
It currently indicates only whether the server is up.
extremeSlbRealServerEntry row .1.3.6.1.4.1.1916.1.14.1.1
An entry in the table of real server information.
Column Syntax OID
The IP address of the real server.
SNMPv2-SMIIpAddress
Type Constraints:
range: 4
.1.3.6.1.4.1.1916.1.14.1.1.1
Indicates whether the server is operational.
If the server is up, the load balancer may send
traffic to applications on the server. If the
server is not up, the load balancer will send no
traffic to the server. This s…
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.1916.1.14.1.1.2
.1.3.6.1.4.1.1916.1.14.2 · 1 row entry · 3 columns
Uses the extreme variant from /opt/observium/mibs/extreme.
Command help
Walk extremeSlbRealAppTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'EXTREME-SLB-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-SLB-MIB::extremeSlbRealAppTable'
This table contains information about an application
on a particular TCP or UDP port of a real server.
It currently indicates only whether the application is
up.
extremeSlbRealAppEntry row .1.3.6.1.4.1.1916.1.14.2.1
An entry in the table of real server application information.
Column Syntax OID
The IP address of the real server.
SNMPv2-SMIIpAddress
Type Constraints:
range: 4
.1.3.6.1.4.1.1916.1.14.2.1.1
The TCP or UDP port on the real server that the
application is using.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.4.1.1916.1.14.2.1.2
Indicates whether the application is operational.
If the application is up, the load balancer may
send traffic to it. If the application is not up,
the load balancer will send no traffic to it, but
the load balancer ma…
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.1916.1.14.2.1.3