slcSystemAction
LANTRONIX-SLC-MIB ·
.1.3.6.1.4.1.244.1.1.6.14
Object
scalar r/w
Enumeration
Performs an action on the SLC. A read of this object always returns the value noAction(1). Setting this object to rebootSLC(2) will terminate all connections and reboot the SLC. Setting this object to shutdownSLC(3) will terminate all connections and shutdown the SLC so it can be powered off.
Context
- MIB
- LANTRONIX-SLC-MIB
- OID
.1.3.6.1.4.1.244.1.1.6.14- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- slcSystem
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::slcSystemAction.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::slcSystemAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noAction |
2 | rebootSLC |
3 | shutdownSLC |