I want to know what OS can be used for SSE-F3548S. I cannot find it in the OS table.
https://www.supermicro.com/en/products/networking/switches#onie
Please advise.
F3548 switches come with OS installed. You would have to upgrade with .swi file.
In case switch stuck in ONIE and wipe out existing OS then we can install .installer file with ONIE installations.
Please check newest version folder in the following link on our website.
https://www.supermicro.com/wdl/Firmware/Switch/SSE-3548/
ONIE installations:
With USB:
Rename xxx.installer to “onie-installer” filename
Copy the file “onie-installer” file to a USB drive
Connect the USB drive to the switch
The ONIE auto discovery process should detect image and install the image
The switch may get reboot one time and give cumulus prompt
With Network:
ONIE should start auto discovery, we should stop auto-discovery:
onie# onie-discovery-stop
Configure Management IP and check with ifconfig:
ONIE:/ #ip addr add 192.168.3.10/24 dev eth0
Install image with tftp server:
ONIE# onie-nos-install ftp://local-ftp-server/xxx.installer
ONIE# onie-nos-install tftp://local-tftp-server/xxx.installer