portBaudRate
MOXA-CN2600-MIB ·
.1.3.6.1.4.1.8691.2.11.1.4.2.1.1.3
Object
column r/w
Enumeration
The port's speed in bits per second. You can choose a standard baud rate by indexing.
Context
- MIB
- MOXA-CN2600-MIB
- OID
.1.3.6.1.4.1.8691.2.11.1.4.2.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- comParamPortEntry
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-CN2600-MIB' -M '/opt/observium/mibs/moxa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MOXA-CN2600-MIB::portBaudRate'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MOXA-CN2600-MIB' -M '/opt/observium/mibs/moxa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MOXA-CN2600-MIB::portBaudRate.<portIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MOXA-CN2600-MIB' -M '/opt/observium/mibs/moxa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MOXA-CN2600-MIB::portBaudRate'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | b50 |
1 | b75 |
2 | b110 |
3 | b134 |
4 | b150 |
5 | b300 |
6 | b600 |
7 | b1200 |
8 | b1800 |
9 | b2400 |
10 | b4800 |
11 | b7200 |
12 | b9600 |
13 | b19200 |
14 | b38400 |
15 | b57600 |
16 | b115200 |
17 | b230400 |
18 | b460800 |
19 | b921600 |