ctIPDefaultFrameType
REPEATER-MIB-2 ·
.1.3.6.1.4.1.52.1.2.1.1.56
Object
scalar mandatory
r/w
Enumeration
Defines the default frame type that will be used by the
device. A device will understand both frame types and will
respond based upon the framing type that is learned for
the given address. This object defines the type of framing
that will be used if no framing is known, for example ARP
requests.
Setting a value of 8022snap(2) will result in framing
802.3 - 802.2 - IP packets being generated by default.
Setting a value of ethernet(1) will result in framing
ethernet IP packets by default.
Context
- MIB
- REPEATER-MIB-2
- OID
.1.3.6.1.4.1.52.1.2.1.1.56- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- device
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'REPEATER-MIB-2' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'REPEATER-MIB-2::ctIPDefaultFrameType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'REPEATER-MIB-2' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'REPEATER-MIB-2::ctIPDefaultFrameType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ethernet |
2 | snap8022 |