ltmVirtualServType

OBS ✓
F5-BIGIP-LOCAL-MIB · .1.3.6.1.4.1.3375.2.2.10.1.2.1.15

Object

column Enumeration
The type supported by the specified virtual server.
poolbased - The virtual server is based on a pool;
ipforward - The virtual server only supports IP forwarding. 
            There is no load balancing on this type of virtual server;
l2forward - The virtual server only supports L2 forwarding. 
            There is no load balancing on this type of virtual server;
reject - All connections going to this virtual server will be rejected, and resets will be sent;
fastl4 - The virtual server is associated with a Fast L4 profile;
fasthttp - The virtual server is associated with a Fast HTTP profile;
stateless - The virtual server accepts traffic matching the virtual server
            address and load balances the packet to the pool members without
            attempting to match the packet to a pre-existing connection on the connection
            table;
dhcpRelay - The virtual server relays DHCP client requests for an IP address to
            one or more DHCP servers and provides DHCP server responses with 
            an available IP address for the client;
internal - The virtual server supports modification of HTTP requests and responses.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in: Polling
Explore Observium network monitoring

Context

MIB
F5-BIGIP-LOCAL-MIB
OID
.1.3.6.1.4.1.3375.2.2.10.1.2.1.15
Type
column
Access
readonly
Status
current
Parent
ltmVirtualServEntry
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 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F5-BIGIP-LOCAL-MIB::ltmVirtualServType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F5-BIGIP-LOCAL-MIB::ltmVirtualServType.<ltmVirtualServName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'F5-BIGIP-LOCAL-MIB::ltmVirtualServType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0poolbased
1ipforward
2l2forward
3reject
4fastl4
5fasthttp
6stateless
7dhcpRelay
8internal

Conformance