debugSwitchingState
SPRIF-MIB ·
.1.3.6.1.4.1.1038.180.10.2.1.8
Object
column SWITCHSTATUS
No description available.
Context
- MIB
- SPRIF-MIB
- OID
.1.3.6.1.4.1.1038.180.10.2.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- debugEntry
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 'SPRIF-MIB' -M '/opt/observium/mibs/sagemcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SPRIF-MIB::debugSwitchingState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SPRIF-MIB' -M '/opt/observium/mibs/sagemcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SPRIF-MIB::debugSwitchingState.<debugIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SPRIF-MIB' -M '/opt/observium/mibs/sagemcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SPRIF-MIB::debugSwitchingState'
Syntax
- Source
- SWITCHSTATUS
- Base type
Enumeration
Values & Constraints
Type Values
0 | notSw |
1 | br |
2 | sw |
3 | brsw |
4 | unknown |