interopMacAddressFormat
MX-CWMP-MIB ·
.0.3900.1.50000.300
Object
scalar r/w
Enumeration
MAC Address Format
LAN.MACAddress Display Format
* LowerCase: MAC address is in lower case format. Ex.:
0090f80d5b4a
* UpperCaseWithColon: MAC address is in upper case format,
each octet separated by colons. Ex.: 00:90:F8:0D:5B:4A
Context
- MIB
- MX-CWMP-MIB
- OID
.0.3900.1.50000.300- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- interopGroup
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 'MX-CWMP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CWMP-MIB::interopMacAddressFormat.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-CWMP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-CWMP-MIB::interopMacAddressFormat'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | lowerCase |
200 | upperCaseWithColon |