hpSwitchTcpPushPreserveConfig
CONFIG-MIB ·
.1.3.6.1.4.1.11.2.14.11.5.1.7.1.33.1
Object
scalar mandatory
r/w
Enumeration
This object is used to enable the TCP Push Preserve functionality on the device. The TCP Push Preserve functionality determines the flow of the TCP packets with the push flag set. When this feature is enabled and the egress queue is full, the TCP packets with the push flag set are lined up at the head of the ingress queue for egress queue space. This might delay the subsequent incoming packets in the same queue. When this feature is disabled and the egress queue is full, the TCP packets with the push flag set placed in the ingress queue are dropped from the head of the ingress queue. By default, the TCP Push Preserve functionality is disabled on the device.
Context
- MIB
- CONFIG-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.5.1.7.1.33.1- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- hpSwitchTcpPushPreserve
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 'CONFIG-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::hpSwitchTcpPushPreserveConfig.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CONFIG-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CONFIG-MIB::hpSwitchTcpPushPreserveConfig'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |