wtSeriNetPckDelay
Com-Server-Intern-MIB ·
.1.3.6.1.4.1.5040.1.1.1.3.4.1.10
Object
column mandatory
r/w
Integer32
This value indicates the minimum wait time in 10ms ticks of the Com-Server after the arrival of serial data. After this time has expired, it packs the data into a network packet and sends them to the respective communication partner. Default setting 0 means an attempt is made to send the data as quickly as possible. The resulting high time transparency comes with the drawback of a higher number of network packets. If the serial transmission is done in predictable block sizes, adjusting this value will optimize the network load. In addition, there is the advantage that the serial blocks are sent within a network packet and thus reach the recipient at the same time. Please refer also to the Com-Server manual.
Context
- MIB
- Com-Server-Intern-MIB
- OID
.1.3.6.1.4.1.5040.1.1.1.3.4.1.10- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- wtSeriPortEntry
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 'Com-Server-Intern-MIB' -M '/opt/observium/mibs/webgraph:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Com-Server-Intern-MIB::wtSeriNetPckDelay'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Com-Server-Intern-MIB' -M '/opt/observium/mibs/webgraph:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Com-Server-Intern-MIB::wtSeriNetPckDelay.<wtSeriInterfaceNo>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Com-Server-Intern-MIB' -M '/opt/observium/mibs/webgraph:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Com-Server-Intern-MIB::wtSeriNetPckDelay'
Syntax
Integer32
Values & Constraints
Object Constraints
range: 0-65535