ifBasicSignalFormatConfigurable
LUM-IFBASIC-MIB ·
.1.3.6.1.4.1.8708.2.46.2.4.1.1.18
Object
column Enumeration
This atttribute indicates if the interface is format configurable or not
true - The interface is format configurable
false - The interface is not format configurable
Context
- MIB
- LUM-IFBASIC-MIB
- OID
.1.3.6.1.4.1.8708.2.46.2.4.1.1.18- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ifBasicSignalEntry
- Groups
- 7
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 'LUM-IFBASIC-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-IFBASIC-MIB::ifBasicSignalFormatConfigurable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUM-IFBASIC-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-IFBASIC-MIB::ifBasicSignalFormatConfigurable.<ifBasicSignalIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-IFBASIC-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-IFBASIC-MIB::ifBasicSignalFormatConfigurable'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | true |
2 | false |
2147483647 | notApplicable |