scGenGroupUseSwitches
XSWITCH-MIB ·
.1.3.6.1.4.1.81.28.1.3.1.1.2
Object
column mandatory
Enumeration
This attribute reflects the status of the `Use Switches' switch which defines the working mode of the module. on - The module works according to the switches. No Set commands may be performed on attributes related to the switches. off - Ignore Dip Switches, use stored parameters and accept all Set commands.
Context
- MIB
- XSWITCH-MIB
- OID
.1.3.6.1.4.1.81.28.1.3.1.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- scGenGroupEntry
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 'XSWITCH-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XSWITCH-MIB::scGenGroupUseSwitches'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'XSWITCH-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XSWITCH-MIB::scGenGroupUseSwitches.<scGenGroupId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'XSWITCH-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'XSWITCH-MIB::scGenGroupUseSwitches'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | on |
2 | off |
255 | notSupported |