acsSerialPortTableStatus

ACS-MIB · .1.3.6.1.4.1.10418.16.2.3.2.1.3

Object

column Enumeration
The status of the serial port:
disabled(1) = it was configured as disable.        
idle(2)     = there is not any session opened in this port.
inUse(3)    = there is session(s) opened in this port.

Context

MIB
ACS-MIB
OID
.1.3.6.1.4.1.10418.16.2.3.2.1.3
Type
column
Access
readonly
Status
current
Parent
acsSerialPortTableEntry

Walk 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 'ACS-MIB' -M '/opt/observium/mibs/vertiv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ACS-MIB::acsSerialPortTableStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ACS-MIB' -M '/opt/observium/mibs/vertiv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ACS-MIB::acsSerialPortTableStatus.<acsSerialPortTableNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ACS-MIB' -M '/opt/observium/mibs/vertiv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ACS-MIB::acsSerialPortTableStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1disabled
2idle
3inUse