slcDevPortErrorStatus
LANTRONIX-SLC-MIB ·
.1.3.6.1.4.1.244.1.1.7.14
Object
scalar Enumeration
The status returned when an error occurs in a Device Port. dataDrop applies to a specific Device Port and is sent when a Device Port is required to discard data in order to keep data moving for all connections to the Device Port. invalidIOConfiguration and errorIOModules apply to all Device Ports. invalidIOConfiguration is sent when the I/O modules installed in a SLC are in an invalid configuration. errorIOModules is sent when an error is detected in one or more I/O modules.
Context
- MIB
- LANTRONIX-SLC-MIB
- OID
.1.3.6.1.4.1.244.1.1.7.14- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- slcEventObjects
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LANTRONIX-SLC-MIB' -M '/opt/observium/mibs/lantronix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LANTRONIX-SLC-MIB::slcDevPortErrorStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LANTRONIX-SLC-MIB' -M '/opt/observium/mibs/lantronix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LANTRONIX-SLC-MIB::slcDevPortErrorStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dataDrop |
2 | invalidIOConfiguration |
3 | errorIOModules |