CodingBox مستندات

قفل سازنده و کدگذاری

تیم ما در حال ترجمه است. این مطلب موقتاً به فارسی در دسترس نیست و به زبان انگلیسی نمایش داده می‌شود.

Many switches inspect a transceiver's identity — vendor name, part number, sometimes serial — and treat modules that do not match an approved list as "unsupported". This is vendor lock, and it is why a perfectly good optic can be rejected in one switch yet work in another.

How switches react

  • Some platforms warn but allow the module.
  • Some disable the port or refuse diagnostics for an unrecognised optic.
  • Cisco IOS, for example, has a global service unsupported-transceiver that permits third-party optics.

What coding does

Coding writes the vendor and part-number fields a target switch expects into the module's memory, so the switch accepts it. Because those fields are protected by checksums, they must be recomputed after the change — CodingBox recalculates CC_BASE and CC_EXT automatically in the EEPROM editor.

Doing it safely

  1. Read the module and let CodingBox save it to the code databasea backup is taken before any write.
  2. Edit the identity fields (and unlock protected pages if needed).
  3. Write the selected pages, then read back to confirm.

Code transceivers only for interoperability you are entitled to, and follow your organisation's and vendors' policies.

Further reading


اگر در این مطلب نادرستی یا خطایی دیدید، بخش مربوط را انتخاب کنید و با فشردن Ctrl+Enter .