wtSeriFlushBuf
Com-Server-Intern-MIB ·
.1.3.6.1.4.1.5040.1.1.1.3.4.1.11
Object
column mandatory
r/w
Enumeration
If this switch is active (2), the serial buffer is flushed each time a new connection is opened; any residual data which could not be sent (e.g., handshake stop of the serial terminal device) are therefore lost. But if you connect a terminal device to the Com-Server which for example requires a longer handshake, you can prevent flushing of the buffer by deactivating the switch (1). Then several connections can be opened in turn on the network side and the data are accumulated in the buffer until they are sent.
Context
- MIB
- Com-Server-Intern-MIB
- OID
.1.3.6.1.4.1.5040.1.1.1.3.4.1.11- 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::wtSeriFlushBuf'
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::wtSeriFlushBuf.<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::wtSeriFlushBuf'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | wtSeriFlushBufOff |
2 | wtSeriFlushBufOn |