BRCM-CABLEDATA-ENGINEERING-MIB: View SNMP OID List / Download MIB

VENDOR: BROADCOM LIMITED


 Home MIB: BRCM-CABLEDATA-ENGINEERING-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 cableDataEngineering 1.3.6.1.4.1.4413.2.99.1.1.3
     cableDataEngineeringBase 1.3.6.1.4.1.4413.2.99.1.1.3.1
         cdEngrMemAccessAddress 1.3.6.1.4.1.4413.2.99.1.1.3.1.1
The memory address to access when executing a cdEngrMemAccessCommand operation.
         cdEngrMemAccessNumBytes 1.3.6.1.4.1.4413.2.99.1.1.3.1.2
The number of bytes to read or write when executing a cdEngrMemAccessCommand operation.
         cdEngrMemAccessData 1.3.6.1.4.1.4413.2.99.1.1.3.1.3
The data read from or to be written to the device when executing a cdEngrMemAccessCommand operation.
         cdEngrMemAccessCommand 1.3.6.1.4.1.4413.2.99.1.1.3.1.4
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.
         cableDataEngineeringEjtag 1.3.6.1.4.1.4413.2.99.1.1.3.1.20
               cdEngrEJTAGTPSelect 1.3.6.1.4.1.4413.2.99.1.1.3.1.20.1
This object sets the TP that the EJTAG DSU (debug support unit) will monitor.
               cdEngrEJTAGDisableAll 1.3.6.1.4.1.4413.2.99.1.1.3.1.20.2
This object disables all active instruction and data breaks. If set to a value of true, this object disables all active instruction and data breaks. If set to a value of false, this object takes no action. If read this object always returns false.
               cdEngrEJTAGInstrBrkTable 1.3.6.1.4.1.4413.2.99.1.1.3.1.20.3
This data table represents EJTAG Instruction Break configuration. It specifies an Instruction Break for the specified channel and address (with optional mask). Hardware may place restrictions on the values (e.g. bit 0 of the address is likely forced to 0, and bit 0 of the mask is forced to 1). The default mask is 0xffffffff (all address bits relevant). Be careful when specifying a mask, since many values (like 0, 1, etc) can cause an immediate break to occur. The instruction break behaves according to this pseudo-code: if ((ProgramCounter & Mask) == (Address & Mask)) Generate debug exception;
                   cdEngrEJTAGInstrBrkEntry 1.3.6.1.4.1.4413.2.99.1.1.3.1.20.3.1
Each entry in this data table describes an Instruction Break. There is a row for each channel supported by the hardware.
                       cdEngrEJTAGIBChannel 1.3.6.1.4.1.4413.2.99.1.1.3.1.20.3.1.1
The index for this table. This object represents the channel associated with the entries in this row. Channels within the EJTAG DSU may start with the zero value. Hence, it is acceptable for this index value to be zero. This index is unique for each row in the table.
                       cdEngrEJTAGIBEnabled 1.3.6.1.4.1.4413.2.99.1.1.3.1.20.3.1.2
This object represents the enabled status of the entry. If set to a value of true, the row is enabled for breaks. If set to a value of false, the row is not enabled.
                       cdEngrEJTAGIBAddress 1.3.6.1.4.1.4413.2.99.1.1.3.1.20.3.1.3
This object represents the Address for the Instruction Break. The EJTAG DSU will monitor for an instruction with the address given by this object.
                       cdEngrEJTAGIBAddrMask 1.3.6.1.4.1.4413.2.99.1.1.3.1.20.3.1.4
This object represents the Address Mask for the given address for the Instruction Break. The default mask is 0xffffffff (all address bits relevant). Be careful when specifying a mask, since many values (like 0, 1, etc) can cause an immediate break to occur.
                       cdEngrEJTAGIBControl 1.3.6.1.4.1.4413.2.99.1.1.3.1.20.3.1.5
This object represents the Control field for the Instruction Break.
               cdEngrEJTAGDataBrkTable 1.3.6.1.4.1.4413.2.99.1.1.3.1.20.4
This data table represents EJTAG Data Break configuration. It specifies a data break for the specified channel, address, and data value (with optional address and value masks). Hardware may place restrictions on the values (e.g. bit 0 of the address is likely forced to 0, and bit 0 of the mask is forced to 1). The default address mask is 0xffffffff (all address bits relevant), and the default value mask is 0x0f (all byte lanes relevant). Be careful when specifying an address mask, since many values (like 0, 1, etc) can cause an immediate break to occur. The data break behaves according to this pseudo-code: if (((DataAddr & AddressMask) == (Address & AddressMask)) && ((DataValue & ValueMask) == (Value & ValueMask))) Generate debug exception;
                   cdEngrEJTAGDataBrkEntry 1.3.6.1.4.1.4413.2.99.1.1.3.1.20.4.1
Each entry in this data table describes a Data Break. There is a row for each channel supported by the hardware.
                       cdEngrEJTAGDBChannel 1.3.6.1.4.1.4413.2.99.1.1.3.1.20.4.1.1
The index for this table. This object represents the channel associated with the entries in this row. Channels within the EJTAG DSU may start with the zero value. Hence, it is acceptable for this index value to be zero. This index is unique for each row in the table.
                       cdEngrEJTAGDBEnabled 1.3.6.1.4.1.4413.2.99.1.1.3.1.20.4.1.2
This object represents the enabled status of the entry. If set to a value of true, the row is enabled for breaks. If set to a value of false, the row is not enabled.
                       cdEngrEJTAGDBAddress 1.3.6.1.4.1.4413.2.99.1.1.3.1.20.4.1.3
This object represents the Address for the Data Break. The EJTAG DSU will monitor for a read-write with the address given by this object.
                       cdEngrEJTAGDBAddrMask 1.3.6.1.4.1.4413.2.99.1.1.3.1.20.4.1.4
This object represents the Address Mask for the given address for the Data Break. The default address mask is 0xffffffff (all address bits relevant). Be careful when specifying an address mask, since many values (like 0, 1, etc) can cause an immediate break to occur!
                       cdEngrEJTAGDBDataVal 1.3.6.1.4.1.4413.2.99.1.1.3.1.20.4.1.5
This object represents the data value associated with the Data Break. This is the data value that the EJTAG DSU looks for at the associated address
                       cdEngrEJTAGDBDataMask 1.3.6.1.4.1.4413.2.99.1.1.3.1.20.4.1.6
This object represents the Data Mask for the given data value for the Data Break. The default value mask is 0x0f (all byte lanes relevant).
                       cdEngrEJTAGDBControl 1.3.6.1.4.1.4413.2.99.1.1.3.1.20.4.1.7
This object represents the Control field for the Data Break.