cslbxServerFarmType
CISCO-SLB-EXT-MIB ·
.1.3.6.1.4.1.9.9.254.1.2.1.1.15
Object
column r/w
Enumeration
This object identifies the type of the serverfarm.
The possible values are :
redirect(1): Specifies that this server farm is just used for
redirecting traffic to new virtual server
equivalent.
host (2): Specifies typical server farm offering services.
This object cannot be changed when the slbServerFarmRowStatus
value is 'active'.
Context
- MIB
- CISCO-SLB-EXT-MIB
- OID
.1.3.6.1.4.1.9.9.254.1.2.1.1.15- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cslbxServerFarmTableEntry
- Groups
- 2
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 'CISCO-SLB-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SLB-EXT-MIB::cslbxServerFarmType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-SLB-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SLB-EXT-MIB::cslbxServerFarmType.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-SLB-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-SLB-EXT-MIB::cslbxServerFarmType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | redirect |
2 | host |