socketNonRequestSerialData
MOXA-NP6000-MIB ·
.1.3.6.1.4.1.8691.2.8.1.4.1.2.2.1.1.13
Object
column r/w
Enumeration
This specifies how the NPort will handle data that is received from a serial device that is not a response to a command. The NPort can either discard such data, forward the data to the network host that sent the most recent request, or forward the data to all open host connections.
Context
- MIB
- MOXA-NP6000-MIB
- OID
.1.3.6.1.4.1.8691.2.8.1.4.1.2.2.1.1.13- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- socketEntry
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 'MOXA-NP6000-MIB' -M '/opt/observium/mibs/moxa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MOXA-NP6000-MIB::socketNonRequestSerialData'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MOXA-NP6000-MIB' -M '/opt/observium/mibs/moxa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MOXA-NP6000-MIB::socketNonRequestSerialData.<portIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MOXA-NP6000-MIB' -M '/opt/observium/mibs/moxa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MOXA-NP6000-MIB::socketNonRequestSerialData'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | discard |
1 | forward-to-last-requester |
2 | forward-to-all-open-connections |