switchModuleActive
ELH100-MIB ·
.1.3.6.1.4.1.52.259.10.3.2.3.1.1.7
Object
column mandatory
Enumeration
Indicates whether or not a switch module is active. In
order to avoid network loops, the switch hardware allows
only one switch to bridge the stack's common 10Mbps and
100Mbps backplanes. Redundant switches are automatically
disabled. Note that this restriction does not apply to
switches that bridge one or more micro-isolated segments.
Individual switch ports may be administratively enabled/disabled
using the object switchPortAdminStatus. If the switch is
hardware-disabled, the switch is disabled no matter what its
administrative status.
Context
- MIB
- ELH100-MIB
- OID
.1.3.6.1.4.1.52.259.10.3.2.3.1.1.7- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- groupEntry
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 'ELH100-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELH100-MIB::switchModuleActive'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ELH100-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELH100-MIB::switchModuleActive.<groupID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ELH100-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ELH100-MIB::switchModuleActive'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | notActive |
3 | notApplicable |