capiTcpNoDelay
BIANCA-BRICK-CAPI-MIB ·
.1.3.6.1.4.1.272.4.7.10
Object
scalar mandatory
r/w
Enumeration
Enable or Disable TCP Nagle Algorithm for CAPI. disable: Normal operation with Nagle support. enable : Disable Nagle TCP Algorithm. Enable TcpNoDelay increases Network load and decrease delay of TCP packages. On CAPI Applications with small Data packages this option may increase transmission rate.
Context
- MIB
- BIANCA-BRICK-CAPI-MIB
- OID
.1.3.6.1.4.1.272.4.7.10- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- capi
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 'BIANCA-BRICK-CAPI-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-CAPI-MIB::capiTcpNoDelay.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-CAPI-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-CAPI-MIB::capiTcpNoDelay'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |