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
Describe the results you received:
root@spine-1:/home/admin# show platform syseeprom
TLV Name Len Value
Invalid TLV field starting at EEPROM offset 0
(checksum valid)
Describe the results you expected:
Output should be something like this -
TlvInfo Header:
Id String: TlvInfo
Version: 1
Total Length: 92
TLV Name Code Len Value
Product Name 0x21 8 S6000-ON
Part Number 0x22 6 07VJDK
Serial Number 0x23 20 CN07VJDK282985710021
Label Revision 0x27 3 A04
Base MAC Address 0x24 6 EC:F4:BB:FE:90:1A
ONIE Version 0x29 8 3.20.1.3
MAC Addresses 0x2A 2 129
Manufacturer 0x2B 2 FF
Vendor Name 0x2D 4 DELL
Service Tag 0x2F 7 DS0RX42
CRC-32 0xFE 4 0xC64CA48B
Additional information you deem important (e.g. issue happens only occasionally):
**Output of `show version`:**
```
(paste your output here)
```
**Attach debug file `sudo generate_dump`:**
```
(paste your output here)
```
The text was updated successfully, but these errors were encountered:
vivekvijaykumar
changed the title
show platform syseeprom invalid on Dells6000
Dell 6000: show platform syseeprom invalid output
Nov 19, 2018
Description
show platform syseeprom errors out on a DellS6000 box running onie version 3.20.1.3 as recommended in the quick start wiki guide in SONiC.
The sonic version is based on Build commit: b1d290c
The machine.conf file as follows -
root@spine-1:/home/admin# cat /host/machine.conf
onie_version=3.20.1.3
onie_vendor_id=674
onie_platform=x86_64-dell_s6000_s1220-r0
onie_machine=dell_s6000_s1220
onie_machine_rev=0
onie_arch=x86_64
onie_config_version=1
onie_build_date="2015-05-03T16:20-0700"
onie_partition_type=gpt
onie_kernel_version=3.2.35
root@spine-1:/home/admin# show platform summary
Platform: x86_64-dell_s6000_s1220-r0
HwSKU: Force10-S6000
ASIC: broadcom
root@spine-1:/home/admin# show platform syseeprom
TLV Name Len Value
Invalid TLV field starting at EEPROM offset 0
(checksum valid)
From the onie platform the dump for the eeprom works fine.
Steps to reproduce the issue:
Describe the results you received:
root@spine-1:/home/admin# show platform syseeprom
TLV Name Len Value
Invalid TLV field starting at EEPROM offset 0
(checksum valid)
Describe the results you expected:
Output should be something like this -
TlvInfo Header:
Id String: TlvInfo
Version: 1
Total Length: 92
TLV Name Code Len Value
Product Name 0x21 8 S6000-ON
Part Number 0x22 6 07VJDK
Serial Number 0x23 20 CN07VJDK282985710021
Label Revision 0x27 3 A04
Base MAC Address 0x24 6 EC:F4:BB:FE:90:1A
ONIE Version 0x29 8 3.20.1.3
MAC Addresses 0x2A 2 129
Manufacturer 0x2B 2 FF
Vendor Name 0x2D 4 DELL
Service Tag 0x2F 7 DS0RX42
CRC-32 0xFE 4 0xC64CA48B
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: