sfcsConfigOperStatus

CTRON-SFCS-MIB · .1.3.6.1.4.1.52.4.1.2.11.1.1.2.1.1.1.4

Object

column mandatory Enumeration
Indicates the current operating condition of the SFCS
module.
       enabled(1)           --  running
       disabled(2)          --  not running
       other(3)             --  none of the following
       pending-disable(4)   --  shut-down in progress
       pending-enable(5)    --  start-up in progress
       invalid-config(6)    --  not running,invalid config

Context

MIB
CTRON-SFCS-MIB
OID
.1.3.6.1.4.1.52.4.1.2.11.1.1.2.1.1.1.4
Type
column
Access
readonly
Status
mandatory
Parent
sfcsConfigEntry

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
1enabled
2disabled
3other
4pending-disable
5pending-enable
6invalid-config