lbvsvrPersistanceType
NS-ROOT-MIB ·
.1.3.6.1.4.1.5951.4.1.3.6.1.2
Object
column PersistanceType
The type of persistence used.
Context
- MIB
- NS-ROOT-MIB
- OID
.1.3.6.1.4.1.5951.4.1.3.6.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- lbvserverEntry
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 'NS-ROOT-MIB' -M '/opt/observium/mibs/citrix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NS-ROOT-MIB::lbvsvrPersistanceType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NS-ROOT-MIB' -M '/opt/observium/mibs/citrix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NS-ROOT-MIB::lbvsvrPersistanceType.<vsvrName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NS-ROOT-MIB' -M '/opt/observium/mibs/citrix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NS-ROOT-MIB::lbvsvrPersistanceType'
Syntax
- Source
- PersistanceType
- Base type
Enumeration
Values & Constraints
Type Values
0 | none |
1 | sourceIp |
2 | cookieInsert |
3 | cookieDelete |
4 | cookieRead |
5 | cookieHash |
6 | sessionId |
7 | server |
8 | rule |
9 | urlPassive |
10 | customServerID |
11 | groupSourceID |
12 | groupCookieInsert |
13 | groupRule |
14 | destinationIP |
15 | spillOver |
16 | sourceIPdestinationIP |
17 | callerID |
18 | gslbBackup |
19 | rtspSessionID |
20 | diameter |
21 | fixSession |
22 | userSession |