slbSessionInfoState
ALTEON-CHEETAH-LAYER4-MIB ·
nortel variant
·
.1.3.6.1.4.1.1872.2.5.4.3.5.1
Object
scalar r/w
Enumeration
When this object is read the current state is returned. idle(2) indicates that there is no session binding table request in progress. When a read on this object returns inprogress(3) indicates that a session binding table retrieval request is in progress. Setting the value to start(1), will start a new session table retrieval operation based on the filtering criteria. complete(4) indicates that the session table has been retrieved. Once the slbSessionInfoTable is read the state should be set back to 'idle' which frees the session table buffer and others can issue a request command via SNMP.
Context
- MIB
- ALTEON-CHEETAH-LAYER4-MIB
- OID
.1.3.6.1.4.1.1872.2.5.4.3.5.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- slbSessionInfo
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ALTEON-CHEETAH-LAYER4-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALTEON-CHEETAH-LAYER4-MIB::slbSessionInfoState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ALTEON-CHEETAH-LAYER4-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ALTEON-CHEETAH-LAYER4-MIB::slbSessionInfoState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | start |
2 | idle |
3 | inprogress |
4 | complete |