reverseTerminalMapKeys
MOXA-W2x50A-MIB ·
.1.3.6.1.4.1.8691.2.13.1.4.1.2.9.1.1.5
Object
column r/w
Enumeration
If data received through NPort W2x50A series device server's Ethernet port is sent using the 'enter' command, the data will be transmitted out through the serial port with an added 1. 'carriage return + line feed' if you select the 'cr-lf' option (i.e., the cursor will jump to the next line, and return to the first character of the line) 2. 'carriage return' if you select the 'cr' option (i.e., the cursor will return to the first character of the line 3. 'line feed' if you select the 'lf' option. (i.e., the cursor will jump to the next line, but not move horizontally)
Context
- MIB
- MOXA-W2x50A-MIB
- OID
.1.3.6.1.4.1.8691.2.13.1.4.1.2.9.1.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- reverseTerminalEntry
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-W2x50A-MIB' -M '/opt/observium/mibs/moxa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MOXA-W2x50A-MIB::reverseTerminalMapKeys'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MOXA-W2x50A-MIB' -M '/opt/observium/mibs/moxa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MOXA-W2x50A-MIB::reverseTerminalMapKeys.<portIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MOXA-W2x50A-MIB' -M '/opt/observium/mibs/moxa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MOXA-W2x50A-MIB::reverseTerminalMapKeys'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | cr-lf |
1 | cr |
2 | lf |