slbSessionInfoType
ALTEON-CHEETAH-LAYER4-MIB ·
alteon variant
·
.1.3.6.1.4.1.1872.2.5.4.3.5.2
Object
scalar r/w
Enumeration
This identifies the filtering criteria for the session binding table request. all(1) : Show all session entries cip(2) : Show all session entries with source IP address cport(3) : Show all session entries with source port dip(4) : Show all session entries with destination IP address dport(5) : Show all session entries with destination port pip(6) : Show all session entries with proxy IP address pport(7) : Show all session entries with proxy port filter(8): Show all session entries with matching filter flag(9) : Show all session entries with matching flag port(10) : Show all session entries with ingress port real(11) : Show all session entries with real IP address.
Context
- MIB
- ALTEON-CHEETAH-LAYER4-MIB
- OID
.1.3.6.1.4.1.1872.2.5.4.3.5.2- 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/alteon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALTEON-CHEETAH-LAYER4-MIB::slbSessionInfoType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ALTEON-CHEETAH-LAYER4-MIB' -M '/opt/observium/mibs/alteon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ALTEON-CHEETAH-LAYER4-MIB::slbSessionInfoType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | all |
2 | cip |
3 | cport |
4 | dip |
5 | dport |
6 | pip |
7 | pport |
8 | filter |
9 | flag |
10 | port |
11 | real |