You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regression in the latest code base in obtaining the Active Firmware version info from modules that are not implementing CDB feature. Current logic is trying to retrieve firmware information using CDB command. CDB being optional feature it is not expected to work in all cases.
Active firmware version should be retrieved from advertised information from page0
root@sonic:/home/cisco# show int transceiver eeprom Ethernet192
Ethernet192: SFP EEPROM detected
Active Firmware: N/A
Active application selected code assigned to host lane 1: 2
Active application selected code assigned to host lane 2: 2
Active application selected code assigned to host lane 3: 2
Active application selected code assigned to host lane 4: 2
Active application selected code assigned to host lane 5: 2
Active application selected code assigned to host lane 6: 2
Active application selected code assigned to host lane 7: 2
Active application selected code assigned to host lane 8: 2
Application Advertisement: 100GAUI-2 C2M (Annex 135G) - Host Assign (0x55) - 100GBASE-DR (Cl 140) - Media Assign (0xf)
400GAUI-8 C2M (Annex 120E) - Host Assign (0x1) - 400GBASE-DR4 (Cl 124) - Media Assign (0x1)
The text was updated successfully, but these errors were encountered:
Regression in the latest code base in obtaining the Active Firmware version info from modules that are not implementing CDB feature. Current logic is trying to retrieve firmware information using CDB command. CDB being optional feature it is not expected to work in all cases.
Active firmware version should be retrieved from advertised information from page0
root@sonic:/home/cisco# show int transceiver eeprom Ethernet192
Ethernet192: SFP EEPROM detected
Active Firmware: N/A
Active application selected code assigned to host lane 1: 2
Active application selected code assigned to host lane 2: 2
Active application selected code assigned to host lane 3: 2
Active application selected code assigned to host lane 4: 2
Active application selected code assigned to host lane 5: 2
Active application selected code assigned to host lane 6: 2
Active application selected code assigned to host lane 7: 2
Active application selected code assigned to host lane 8: 2
Application Advertisement: 100GAUI-2 C2M (Annex 135G) - Host Assign (0x55) - 100GBASE-DR (Cl 140) - Media Assign (0xf)
400GAUI-8 C2M (Annex 120E) - Host Assign (0x1) - 400GBASE-DR4 (Cl 124) - Media Assign (0x1)
The text was updated successfully, but these errors were encountered: