Quanta LB4M 48-Port Gigabit Switch Discussion

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

Visseroth

Member
Jan 23, 2016
75
1
8
43
The downgrade is the same as the upgrade process. You need a TFTP server that the switch can pull from, you'll need the firmware in the targetted folder that the TFTP server is targetting and you'll need the switch on the network so it can see the TFTP server.
Once you have all that then you...

enable
copy tftp://<IP>/<file name>.bin backup
or
copy tftp://<IP>/<file name>.bin image1 (or image2)

then (and I can't remember the command right now) do something like system boot image1 or system boot backup
then
reload.

I'd have to look at my notes. I keep notes for stuff like this because it's just not possible to remember everything.

But if you can get a TFTP server up and going I'll get you my notes.
 

Visseroth

Member
Jan 23, 2016
75
1
8
43
Default user and pass
admin
<empty>

Set IP
network protocol none
network parms <IP> <Subnet> <Gateway>

Show Firmware
Updating the Firmware on Quanta LB4M Switches – Sean's Blag
show bootvar

Firmware upload...
enable
copy tftp://10.10.10.252/lb4m.5.13.12.14.bin backup (or image(#))
boot system image(#)
reload


Enable all ports
enable
configure

(for specific interface..)
config
interface 0/(#)

no shutdown all
exit
show port all


Set interface to vlan...
enable
(empty password, just enter)
vlan database
vlan 40
exit
network parms 172.16.6.11 255.255.255.0 172.16.6.1
network mgmt_vlan 40
config
interface 0/1
no shutdown
vlan pvid 40
vlan participation include 40
exit
 

Tristan Gray

New Member
Apr 20, 2017
7
0
1
27
Apparently, the switch is still unable to communicate with anything on my network. TFTP server is functional, and accessible, I've tested from a different device on my network. Getting an immediate "File transfer failed!"
 

Visseroth

Member
Jan 23, 2016
75
1
8
43
Lights are working?
Have you tried setting the management port IP and logging in through the management port?
Mind you the management port and the console port are two different ports.
 

Tristan Gray

New Member
Apr 20, 2017
7
0
1
27
Lights are working, showing link and activity. Power lights are green showing both psus are active. I assumed this section was setting the management ip:
Set IP
network protocol none
network parms <IP> <Subnet> <Gateway>
If thats not the case, no.
 

Visseroth

Member
Jan 23, 2016
75
1
8
43
There is actually a separate IP address for the management interface so that one can disable management to every other port other than the management port.
Here's a thread that talks about management...
Quanta LB4M Switch Setup

I know how to configure it via the web gui but I'm not sure about the CLI. I believe it's called the service port

So maybe....
serviceport protocol none
serviceport ip (IP) (Sub) (GW)

then give it a try?
 

TheBloke

Active Member
Feb 23, 2017
200
40
28
44
Brighton, UK
Dropbox - lb4m_flash V66 1.1.0.8.zip

Dropbox - lb4m.5.13.12.14 Routing Enabled 1.0.2.17.zip

Dropbox - lb4m.pdf

For anyone that wants them and for a limited time.

I currently don't know of any other firmwares for the LB4M
There's also 1.0.2.17 without routing enabled, should someone want the Web UI but for some reason not want routing.

I had a discussion a page back about with @aj84 as to whether there could be a scenario where routing was bad to have if not being used. There isn't any known disadvantage, but if someone definitely doesn't want routing and definitely does want the Web UI, I suppose it would make sense to install the non-routing 1.0.2.17 to keep things simple(r).

Here's a quote of the original post with the download link for the non-routing 1.0.2.17 FW:

The file names on mine are H-Search-Ent-esw-lb4m-qc8541-V66S-CS-QHr1v1m1b8.opr and Ent-esw-xgs3-LB4M-dni8541-VSM-QHr1v0m2b17.opr and can be downloaded from this link.
The filenames in that download are strangely named and not immediately identifiable, so here's a quote from @aj84 describing which filename holds the 1.0.2.17 FW:

Filename is "Ent-esw-xgs3-LB4M-dni8541-VSM-QHr1v0m2b17.opr"...just rename it to "l4bm.1.0.2.17.bin" or "image.bin" and flash it using tftp. (Look at the command Matt C used)
 

Foray

Member
May 22, 2016
59
30
18
Found a 1.0.3.2 on some of my newest ebay purchases.
Dropbox - 1.0.3.2_firmware.bin

I had a weird issue while running it at an event. On several switches, management would completely stop responding but switching still functioned properly. They would function normally after a power cycle. I have not seen this happen in the home lab though.
 
  • Like
Reactions: aj84 and TheBloke

TheBloke

Active Member
Feb 23, 2017
200
40
28
44
Brighton, UK
Found a 1.0.3.2 on some of my newest ebay purchases.
Dropbox - 1.0.3.2_firmware.bin

I had a weird issue while running it at an event. On several switches, management would completely stop responding but switching still functioned properly. They would function normally after a power cycle. I have not seen this happen in the home lab though.
Thanks for the new FW. Does this have the Web UI? If so, that'd theoretically make it a better option than 1.0.2.17. Ie 1.0.3.2 would be the highest FW version available with a UI.

If it doesn't have UI, then 1.1.0.8 is presumably still preferable as being the latest known version.

That issue you describe sounds a bit odd though!
 

TheBloke

Active Member
Feb 23, 2017
200
40
28
44
Brighton, UK
I've just been looking at all the FW files I have for the LB4M, and their sizes:
Code:
8770004    lb4m.1.0.2.17.bin
8770348    lb4m.1.0.3.2.bin
9373712    lb4m.1.1.0.8.bin
10550936   lb4m.5.13.12.14.1.0.2.1.7.routing.bin
So 1.0.3.2 and 1.0.2.17 are practically identical in size. 5.13.12.14 with the routing is the largest of the lot, unsurprisingly.

But what I do find unexpected is that 1.1.0.8 is ~500kb larger than its 1.0.x.x predecessors, despite supposedly not having the Web UI.

I wonder what takes all that extra space in 1.1? And maybe the Web UI is in fact still in there, just disabled by default - as otherwise it'd must be an even larger amount of extra new data in 1.1.0.8 if it's also lacking the UI files.
 

Foray

Member
May 22, 2016
59
30
18
Thanks for the new FW. Does this have the Web UI?
Yeah, same as 1.0.2.17. VxWorks 5.5.1 still, not sure whats been added though.
Code:
    Runtime Version: 5.5.1
    BSP version: 1.2/0
    Created: Dec  9 2014, 12:20:33

But what I do find unexpected is that 1.1.0.8 is ~500kb larger than its 1.0.x.x predecessors, despite supposedly not having the Web UI.

I wonder what takes all that extra space in 1.1? And maybe the Web UI is in fact still in there, just disabled by default - as otherwise it'd must be an even larger amount of extra new data in 1.1.0.8 if it's also lacking the UI files.
1.1.x.x firmwares are based off VxWorks 6.6 whereas 1.0.x.x firmwares are based off VxWorks 5.5.1.
 

TheBloke

Active Member
Feb 23, 2017
200
40
28
44
Brighton, UK
Yeah, same as 1.0.2.17. VxWorks 5.5.1 still, not sure whats been added though.

1.1.x.x firmwares are based off VxWorks 6.6 whereas 1.0.x.x firmwares are based off VxWorks 5.5.1.
Cool, thanks. Is that difference in VxWorks version significant, to your knowledge? Are there any known benefits to 6.6 vs 5.5 that would make the 1.1 FW more attractive in this application?
 

Visseroth

Member
Jan 23, 2016
75
1
8
43
+1 for TheBloke's question

And thanks for the other firmware posts.
Someone should make a sticky with the available firmwares
I just downloaded what you guys posted and added it to my list
 

TheBloke

Active Member
Feb 23, 2017
200
40
28
44
Brighton, UK
Here's a fresh upload of all the FW that's been made available in this thread, plus the Quanta LB4M manual and a HowTo guide for installing firmware on these switches (sorry, I can't remember who wrote this - someone in this thread!)

Download from this Google Drive link.

Zip file contents:
Code:
-rw-rw-rw- 1 tomj users     8823 Apr 12 10:20 HowTo install Quanta firmware.txt
-rw-rw-rw- 1 tomj users  8770004 Feb 15  2014 lb4m.1.0.2.17.bin
-rw-rw-rw- 1 tomj users  8770348 Apr 30 14:45 lb4m.1.0.3.2.bin
-rw-rw-rw- 1 tomj users  9373712 Feb 15  2014 lb4m.1.1.0.8.bin
-rw-rw-rw- 1 tomj users 10550936 Nov 26  2015 lb4m.5.13.12.14.1.0.2.1.7.routing.bin
-rw-rw-rw- 1 tomj users       63 Dec 22  2015 lb4m.5.13.12.14.bin.sha1
-rw-rw-rw- 1 tomj users  7351027 Apr 24 17:22 lb4m.pdf
 

Visseroth

Member
Jan 23, 2016
75
1
8
43
Everything I have. I was just thinking it should be made a sticky as the firmwares can be hard to find. The only place I've really easily found them was on this forum and it seems what I do and what this forum is in sync, LOL.
Great group of guys on this forum!
 

Toppy

New Member
May 1, 2017
3
0
1
56
Hi,
I recently purchased a LB4M switch which came with V1.1.0.8 both images. All has been great up to the point I decided to try 1.0.2.17 which was going well until I updated the boot code which caused an error and now i am in the situation where the switch will not boot. I presume for some reason the boot prom has been corrupted so i am hoping there a fix or have a just bought myself a door stop?

Any advice would be appreciated.

Regards
//\//\ ..... ;)
 

Visseroth

Member
Jan 23, 2016
75
1
8
43
Connect to the console via a serial port. You will have to do this to tell the switch to boot to the other boot image.
During the boot up you'll see the 2 options come up, but just momentarily. You will have to be fast to hit the option you want then hit enter and I can't remember which option you want off the top of my head and don't have a spare switch to throw on the bench to check.
The switch should at least get that far before it freezes.
 

Toppy

New Member
May 1, 2017
3
0
1
56
Connect to the console via a serial port. You will have to do this to tell the switch to boot to the other boot image.

I have done this already and used x-modem to update the firmware, which went well. Problem started after
2: start boot menu> option 7 update boot code..... it started to update boot code crashed then disconnected my com port session. Now the switch shows no activity on console port at all and the fans are at full speed.

I tested the connection on another switch Dell 6248p via coms port and all is well with my connection setup to that switch.

thanks again for the fast reply.

Regards
//\//\ ...... ;)
 

Visseroth

Member
Jan 23, 2016
75
1
8
43
So you're not getting anything via the console port?
The fans really don't mean anything other than the switch has not completed it's boot up. Once completely booting it'll slow the fans down, but not before.