Quanta LB4M Quick Configuration Examples

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

Leave a Reply

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