cdMacAddrType
BRCM-CABLEDATA-FACTORY-MIB ·
.1.3.6.1.4.1.4413.2.99.1.1.2.1.4.1.3
Object
column Enumeration
Specifies the use of this MAC address. A value of internal(1) indicates that this MAC address is used internally by this device. A value of external(2) indicates that this device maintains this MAC address, but rather than using it internally, it is assigned to an attached peripheral.
Context
- MIB
- BRCM-CABLEDATA-FACTORY-MIB
- OID
.1.3.6.1.4.1.4413.2.99.1.1.2.1.4.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cdFactMacAddressEntry
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 'BRCM-CABLEDATA-FACTORY-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRCM-CABLEDATA-FACTORY-MIB::cdMacAddrType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BRCM-CABLEDATA-FACTORY-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRCM-CABLEDATA-FACTORY-MIB::cdMacAddrType.<cdMacAddrIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BRCM-CABLEDATA-FACTORY-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BRCM-CABLEDATA-FACTORY-MIB::cdMacAddrType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | internal |
2 | external |