dot12DesiredFramingType
DOT12-IF-MIB ·
.1.3.6.1.2.1.10.45.1.1.1.2
Object
column r/w
Enumeration
The type of framing which will be requested by
the interface during the next interface MAC
initialization or open action.
In master mode, this is the framing mode which
will be granted by the interface. Note that
for a master mode interface, this object must be
equal to 'frameType88023' or 'frameType88025',
since a master mode interface cannot grant
'frameTypeEither'.
Context
- MIB
- DOT12-IF-MIB
- OID
.1.3.6.1.2.1.10.45.1.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dot12ConfigEntry
- Groups
- 1
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 'DOT12-IF-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOT12-IF-MIB::dot12DesiredFramingType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DOT12-IF-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOT12-IF-MIB::dot12DesiredFramingType.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DOT12-IF-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DOT12-IF-MIB::dot12DesiredFramingType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | frameType88023 |
2 | frameType88025 |
3 | frameTypeEither |
Conformance
Member of
Compliance refinements
dot12Compliance
readonly
Write access to this object is not required.