X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=doc%2Fhtml%2Fref%2Fnet-snmp-ecos-changes.html;fp=doc%2Fhtml%2Fref%2Fnet-snmp-ecos-changes.html;h=827cf79692e47d8a55f73ccb00d2c0bedef1d24a;hb=2b5bec7716c03d42cfb16d8c98c9cea573bf6722;hp=0000000000000000000000000000000000000000;hpb=47412fc4bd1aefc0d5498bcb3860a9d727196f16;p=karo-tx-redboot.git diff --git a/doc/html/ref/net-snmp-ecos-changes.html b/doc/html/ref/net-snmp-ecos-changes.html new file mode 100644 index 00000000..827cf796 --- /dev/null +++ b/doc/html/ref/net-snmp-ecos-changes.html @@ -0,0 +1,199 @@ + + + + + + + + +Changes to eCos sources +
eCos Reference Manual
PrevChapter 47. SNMP for eCosNext

Changes to eCos sources

Small changes have been made in three areas:

  1. Various hardware-specific ethernet drivers.

  2. The generic ethernet device driver.

  3. The OpenBSD TCP/IP networking package.

These changes were made in order to export information about the driver and +the network that the SNMP agent must report. The changes were trivial in +the case of the network stack, since it was already SNMP-friendly. The +generic ethernet device driver was re-organized to have an extensive header +file and to add a couple of APIs to extract statistics that the +hardware-specific device drivers keep within themselves.

There may be a performance hit for recording that data; disabling +a config option named something like +CYGDBG_DEVS_ETH_xxxx_xxxx_KEEP_STATISTICS +depending on the specific device driver will prevent that.

Not all platform ethernet device drivers export complete SNMP statistical +information; if the exported information is missing, SNMP will report zero +values for such data (in the dot3 MIB).

The interface chipset has an ID which is an OID; not all the latest greatest +devices are listed in the abailable database, so new chipsets may need to +be added to the client MIB, if not defined in those from UCD.


PrevHomeNext
MIBs supportedUpStarting the SNMP Agent
\ No newline at end of file