tkrn's blog

random thoughts at best

Menu
  • GitHub repo
  • The Hardware
  • tkrn’s archive
  • OpenPGP Key
  • stack overflow
Menu
Quanta Computing Logo Banner

Quanta LB4M Quick Configuration Examples

Posted on February 22, 2019December 11, 2024 by tkrn

The Quanta switches are not well documented nor is it very good. We will cover the basics of configuring the LB4M switch which includes management IP address, SSH, firmware and LACP port channeling.

Configure a Management IP Address + Enable SSH:

enable
ip ssh server enable
network protocol none
network parms 192.168.1.1 255.255.255.0
config
interface 0/48
no shutdown
exit
exit
write memory

Upgrade LB4M Firmware:

show bootvar
enable
copy tftp://<tftp-server>/lb4m.1.1.0.8.bin image1
boot system image1
write memory

You can download the latest known Layer2 version of the firmware here, lb4m.1.1.0.8.bin

Configure a LACP Port Channel:

enable
config
interface 0/49-0/50
addport 3/1
port lacpmode
no shutdown
exit

Related

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Recent Posts

  • Nextcloud Virtual File System VFS on Ubuntu 24.10, 24.04, 22.04
  • Site-to-Site OpenVPN between OPNsense and Ubiquiti EdgeRouter EdgeOS
  • Debrand a Dell EMC VxRail Node to a PowerEdge Server
  • HPE ssacli on TrueNAS SCALE
  • Set child encrypted ZFS datasets to inherit the parent – Scripted Fix!

Categories

  • Arcade
  • Development
  • FreeNAS/ZFS
  • Sysadmin
  • Tinkering
  • Uncategorized
©2025 tkrn's blog | Theme by SuperbThemes