cdEngrMemAccessCommand
BRCM-CABLEDATA-ENGINEERING-MIB ·
.1.3.6.1.4.1.4413.2.99.1.1.3.1.4
Object
scalar r/w
Enumeration
Setting this value to read(0) will cause the number of bytes specified in cdEngrMemAccessNumBytes to be read from the address specified by cdEngrMemAccessAddress, and the resulting data will be available in cdEngrMemAccessData. Setting this value to write(1) will cause the number of bytes specified in cdEngrMemAccessNumBytes to be written to the memory address specified in cdEngrMemAccessAddress, using the data specified in cdEngrMemAccessData.
Context
- MIB
- BRCM-CABLEDATA-ENGINEERING-MIB
- OID
.1.3.6.1.4.1.4413.2.99.1.1.3.1.4- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- cableDataEngineeringBase
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 'BRCM-CABLEDATA-ENGINEERING-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRCM-CABLEDATA-ENGINEERING-MIB::cdEngrMemAccessCommand.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BRCM-CABLEDATA-ENGINEERING-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BRCM-CABLEDATA-ENGINEERING-MIB::cdEngrMemAccessCommand'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | read |
1 | write |