Quanta LB6M (10GbE) -- Discussion

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

epers

New Member
Jun 30, 2017
13
1
3
29
I am working in getting ipv6, dos-control, http and all the rest working (including bgp, switch stacking).... have a little patience.

Thus far I managed to start https on a switch that did not have the option ( actually I have all available commands (including ipv6) ) but they need to be tested and I still need to do some more work. At the moment I still need to fix http's issue as it always returns 404 now.
I know it's been more than a year, but I have a lb6m (and a lb4m) on order right now and this (along with running indigo (or even vyos) on this switch) greatly interests me - if you need someone with a switch to test things get ahold of me, I'll be playing with both switches a fair bit before pushing it into production usage
 
  • Like
Reactions: GodfatherX64

epers

New Member
Jun 30, 2017
13
1
3
29
LB6M came in today, quieter than expected... I've got r210's here that are louder when idle. Fair amount of coil whine though, I'll have to get in there with some silastic and see if I can dampen some of those vibrations.

Mine came with 1.2.0.14 as the startup image and 1.2.0.18 as the backup image, fastpath routing for both
 

epers

New Member
Jun 30, 2017
13
1
3
29
Anybody check this out?
When I was younger (and dumber) I did this with a stack of pci gigabit cards, a P4 box, and debian. Worked kinda sorta well enough, but the ASIC's in a 'real' switch will do a much faster and more efficient job of it than a cpu-based switch ever will
 

PigLover

Moderator
Jan 26, 2011
3,186
1,545
113
So....I have been looking at building my own switch from "scratch" as well. This would work in conjunction with the LB6M. My LB6M is great, and the quieter fans are good, but I can't say I don't worry about the heat that this thing is building up inside on a daily basis. Anybody check this out? There seems to be a youtube video on it. VYOS seems like its working considerably well for this. Also, i think Pfsense can do it with Chelsio cards. If I do build it, I will post pics.

Also, If i do build it, it would hopefully be quieter and cooler, albeit less ports than the LB6M. Then I can put the original fans back in and shut it away in my utility closet where it can scream all it wants and not be heard. Lol! ;)
You should probably start a new thread to track this.

Functionally what you propose should work just fine - but one issue you will have at 10g speeds is inter-packet latency. When you work with a switch built on switching silicon you can get packets on/off the PHYs very fast. But when doing the same function on a general purpose CPU design you have to get the packets through the NIC card, across the PCI bus, through whatever processing you plan to do, and then back out the PCI bus and the NIC. You are adding several hundred uS, perhaps 10s of mS, for every packet. At 1Gbe speeds this is no big deal, but at 10Gbe speeds this is an eternity...(a 1500byte packet takes about 1.5ms to transmit at 10Gbe - so you can probably see the disaster if you are adding 10s of ms to the inter-packet latency).

The Brocade chips, OTOH, start making their switching decisions after processing the first few bytes of most packets and are already enqueuing them for transmit before the whole packets is received on the inbound PHY...

Vyatta (VYOS) and pfSense are both good starting points. Also look at Mikrotik ROS (routerOS) or SWos (SwitchOS). The Mikrotik software is very lean and fast - though you might struggle to find drivers for your NICs.
 

Impire

New Member
Nov 13, 2016
16
0
1
57
Hello All,

Also, if you wanna reset all config settings, and start over, djflow195's 4 steps work great:

1) Hook up a serial cable to the RJ45 console port (Cisco console cable works)
2) Open a serial console 9600-8N1 no flow control
2) Power cycle the switch
3) When prompted, go into the boot menu (not the UBoot menu)
4) Restore factory defaults (which erases the config files).
Hello,

I need to reset to factory and clear the current password. I have followed the above steps via the suggested method but it doesn't seem to work.

At boot up, I was given 3 seconds to interrupt the process. When pressing any key to interrupt, it took me to uBoot.

The only command I see that can apply is "reset". All others command is not related. However, typing reset will just reset and reboot the unit. It doesn't do anything else.

I don't see any other prompt as the system load directly to the "user" prompt.

I also have another unrelated question. There are two Service Ports labeled as MGNT 1 and MGNT 2. However, only port number 1 works. Does anyone have any idea what the MGNT 2 port is for?

Any help would be greatly appreciated. Thank you.

Best regards,

Andrew
 

epers

New Member
Jun 30, 2017
13
1
3
29
At boot up, I was given 3 seconds to interrupt the process. When pressing any key to interrupt, it took me to uBoot.
You're interrupting the u-boot boot when you need to be interrupting the fastpath boot - You'll see
Code:
Select startup mode.  If no selection is made within 5 seconds, 
the FASTPATH Application will start automatically...
That's where you want to hit 2 and then enter, then you should be able to erase the startup config

what the MGNT 2 port is for?
I'm assuming it would have been configured as a failover management interface back when Amazon used these. Might be able to configure it as a separate management interface on a different subnet from mgmt1 if you want to, but I haven't had much time to play with that part of this switch yet
 

Impire

New Member
Nov 13, 2016
16
0
1
57
Thank you so much epers! I will give it a try today.

Do you happen to know the command to disable the "enable" password?

I also encountered another issue. It may be nothing but still a concern. When I use the "reload" command on 2 switches, one of them reloaded no problem. However, the other got stuck and doesn't go anywhere. I had to cold unplug and plug back in for it to work again.

Thinking this could be a corrupted image, I switched system boot to the backup image (1.2.0.18). However, it still have the same.Just want to see if anyone else ran into this before. I am reluctant to put it into a live environment thinking there could possibly be a bad switch. Any guidance is greatly appreciated.

- FIRST SWITCH (the stuck switch):

(FASTPATH Routing) #reload
Are you sure you would like to reset the system? (y/n) y
System will now restart!
Reference platform resetting ...
Starting pid 872, console /dev/ttyS0:
'/etc/rc.d/rc.reboot'
syncing filesystems....This may take a few moments
umount: forced umount of /mnt/fastpath failed!
umount: forced umount of /mnt/application failed!
Rebooting system!
The system is going down NOW !!
Sending SIGTERM to all processes.
Terminated
/etc/rc.d/rc.fastpath: /etc/rc.d/rc.fastpath: 1: 1:
not found
/mnt/application
FASTPATH not executed!
Press <ENTER> to continue...
Please stand by while rebooting the system.
Restarting system.
Reset didn't, spinning!

- SECOND SWITCH (reloaded without any problem):

(LB6M1) #reload
Are you sure you would like to reset the system? (y/n) y
System will now restart!
Reference platform resetting ...
Starting pid 872, console /dev/ttyS0:
'/etc/rc.d/rc.reboot'
syncing filesystems....This may take a few moments
umount: forced umount of /mnt/fastpath failed!
umount: forced umount of /mnt/application failed!
Rebooting system!
The system is going down NOW !!
Sending SIGTERM to all processes.
Terminated
/etc/rc.d/rc.fastpath: /etc/rc.d/rc.fastpath: 1: 1:
not found
/mnt/application
FASTPATH not executed!
Press <ENTER> to continue...
Please stand by while rebooting the system.
Restarting system.

- Here's the bootvar and show ver for both switches. They are identical so I included output from the one that got stuck:

(FASTPATH Routing) #show bootvar
Image Descriptions
active :
backup :
Images currently available on Flash
--------------------------------------------------------------------
unit active backup current-active next-active
--------------------------------------------------------------------
1 1.2.0.14 1.2.0.18 1.2.0.14 1.2.0.14

(FASTPATH Routing) #show ver
Switch: 1
System Description.............................
Quanta LB6M, 1.2.0.14, Linux 2.6.21.7
Machine Type................................... Quanta LB6M
Machine Model.................................. LB6M
Part Number....................................BCM56820
Maintenance Level.............................. A
Manufacturer................................... 0xbc00
Software Version............................... 1.2.0.14
Operating System............................... Linux 2.6.21.7
Network Processing Device...................... BCM56820_B0
Additional Packages............................ FASTPATH QOS

****************************

Thank you in advance for all your help.

Best regards,

Andrew
 

Larry Wilson

New Member
Jul 6, 2017
2
0
1
51
Depends on what you mean by IP video - should be able to just enable multicast (if it isn't by default) and be all set
I would have thought the multicast config would be straightforward on the LB6M. I am using test gear to generate 4 multicast streams. The streams are flooding all ports no matter what I do in the config. The command structure in the LB6M is different than what is in the documents available for the LB4M. I would be interested in speaking to anyone who has successfully enable multicast video on the LB6M.
 

epers

New Member
Jun 30, 2017
13
1
3
29
could be a corrupted image
Yeah, it's probably fubar. Try copying the image from the working switch, you'll need a tftp or ssh server, and then throwing it on the non-working switch and see if that improves things.
 

Impire

New Member
Nov 13, 2016
16
0
1
57
You're interrupting the u-boot boot when you need to be interrupting the fastpath boot - You'll see
Code:
Select startup mode.  If no selection is made within 5 seconds,
the FASTPATH Application will start automatically...
That's where you want to hit 2 and then enter, then you should be able to erase the startup config.
Thank you very much. Strangely, I don't see the FASTPATH Application message on either switches. According to this link, I am supposed to see a message which can interrupted:

How to Wipe the Config on LB6M and LB8 Quanta Switches

Power cycle several time and it still same. Here's the screen capture:

***********************
U-Boot 2009.06 (Apr 19 2011 - 15:57:06)

CPU: 8541, Version: 1.1, (0x80720011)
Core: E500, Version: 2.0, (0x80200020)
Clock Configuration:
CPU0:825 MHz,
CCB:330 MHz,
DDR:165 MHz (330 MT/s data rate), LBC:41.250 MHz
CPM: 330 MHz
L1: D-cache 32 kB enabled
I-cache 32 kB enabled
I2C: ready
DRAM: Initializing
DDR: 512 MB
FLASH: 32 MB
L2: 256 KB enabled
Service port MAC address: 08:9E:01:90:09:B1
In: serial
Out: serial
Err: serial
Net: TSEC0: PHY is Broadcom BCM5482 (143bcb1)
TSEC1: PHY is Broadcom BCM5482 (143bcb1)
TSEC0, TSEC1
Hit any key to stop autoboot: 0
### JFFS2 loading 'image1' to 0x8000000
Scanning JFFS2 FS: . done.
### JFFS2 load complete: 9026139 bytes loaded to 0x8000000
## Booting kernel from Legacy Image at 08000074 ...
Image Name: FASTPATH System for lb4m
Image Type: PowerPC Linux Multi-File Image (gzip compressed)
Data Size: 9025959 Bytes = 8.6 MB
Load Address: 00000000
Entry Point: 00000000
Contents:
Image 0: 1167342 Bytes = 1.1 MB
Image 1: 1432683 Bytes = 1.4 MB
Image 2: 474 Bytes = 0.5 kB
Image 3: 6425435 Bytes = 6.1 MB
Verifying Checksum ... OK
## Loading init Ramdisk from multi component Legacy Image at 08000074 ...
Uncompressing Multi-File Image ... OK
Loading Ramdisk to 1fa09000, end 1fb66c6b ... OK
Loading Device Tree to 007fc000, end 007ffb63 ... OK
+¥¹Interface configuration, please wait ...

User:
**************************
 

epers

New Member
Jun 30, 2017
13
1
3
29
Image Name: FASTPATH System for lb4m
....that's strange. Pastebin the output of show tech-support and post the link here.

And then do this to load a known good copy of lb6m 1.2.0.18 firmware on the switch:
Grab a copy of 1.2.0.18 from here: lb6m.1.2.0.18.img

Get your tftp server running, interrupt the u-boot bootup, and follow Sorin's instructions from page 15 post #296 to boot from the tftp server:
Code:
setenv netmask switch_netmask
setenv ipaddr switch_ip
tftpboot 0x8000000 tftp_server:00_firmware bootm 0x8000000
but sub 00_firmware for lb6m.1.2.0.18.img

If that boots properly and lets you get into the fastpath boot menu and clear the config, then you'll have to copy that image from your tftp server again onto the switches internal flash

Almost looks like you've got the lb4m firmware on there but I'm not sure
 

beauchamp117

New Member
Jun 23, 2017
5
0
1
28
Hello guys,

today i got a Quanta LB6M switch and i want to use it as a "normal" switch. I can access it via telnet, but i dont know how to set up :). Can someone give me the commands to set up like a switch with all the SPF+ and all the Gigabit ports activated and inter-connectable, without any VLAN or any fancy stuffs.

Thank you.

LE: Nevermind, seems its configured and acting as i wanted (switching between all the ports).
Can i save the current configuration and restore it on another LB6M if it will comes with another configuration, or this is the default configuration for them?
Thank you again.

I need that configuration on my delta :(( can't figure out how to do it yet
 

beauchamp117

New Member
Jun 23, 2017
5
0
1
28
After modifying all the fans to being Noctua
Amazon.com: Noctua A-Series Cooling Fan Blades with AAO Frame, SSO2 Bearing (NF-A4x10 FLX): Computers & Accessories
So this thing is silent it looks like it sets off a couple of the warning sensors
Its dead silent should I be concerned?
(adminmode) #show environment

Temp (Celsius)................................. 33
Fan Speed, RPM................................. 5280
Fan Duty Level................................. 0%
Temperature traps range: 0 to 45 degrees (Celsius)

Temperature Sensors:
Unit Sensor Description Temp (Celsius) State
---- ------ ---------------- -------------- --------------
1 1 CPU 33 Normal
1 2 MAC 51 Warning
1 3 Left PHY 54 Warning
1 4 Right PHY 46 Normal

Fans:
Unit Fan Type Speed Duty level State
---- ------ ---------- -------- ---------- --------------
1 1 Removable 5280 0% Operational
1 2 Removable 5340 0% Operational
1 3 Removable 5340 0% Operational

Power supplies:
Unit Power supply Type State
---- ------------ ---------- --------------
1 1 Removable Operational
1 2 Removable Operational
 

beauchamp117

New Member
Jun 23, 2017
5
0
1
28
I cannot get the Ethernet ports to work or the switch to just pass traffic around like an unmanaged switch at all.

My config file
(FASTPATH Routing) #show run
!Current Configuration:
!
!System Description "DNI 7024F, 1.2.0.18, Linux 2.6.21.7"
!System Software Version "1.2.0.18"
!System Up Time "0 days 0 hrs 16 mins 38 secs"
!Additional Packages FASTPATH QOS
!Current SNTP Synchronized Time: Not Synchronized
!
network protocol none
network parms 192.168.1.15 255.255.255.0 192.168.1.1
vlan database
exit
ip ssh server enable
no ip telnet server enable
configure
ip routing
aaa authentication enable "enableList" enable
line console
exit
line telnet
exit
line ssh
exit
spanning-tree configuration name "04-7D-7B-87-01-8A"

--More-- or (q)uit

!
router rip
exit
router ospf
exit
exit



(FASTPATH Routing) #show port all

Admin Physical Physical Link Link LACP Actor
Intf Type Mode Mode Status Status Trap Mode Timeout
--------- ------ --------- ---------- ---------- ------ ------- ------ --------
0/1 Enable 10G Full Down Enable Enable long
0/2 Enable 10G Full Down Enable Enable long
0/3 Enable 10G Full Down Enable Enable long
0/4 Enable 10G Full Down Enable Enable long
0/5 Enable 10G Full 10G Full Up Enable Enable long
0/6 Enable 10G Full Down Enable Enable long
0/7 Enable 10G Full Down Enable Enable long
0/8 Enable 10G Full Down Enable Enable long
0/9 Enable 10G Full Down Enable Enable long
0/10 Enable 10G Full Down Enable Enable long
0/11 Enable 10G Full Down Enable Enable long
0/12 Enable 10G Full Down Enable Enable long
0/13 Enable 10G Full Down Enable Enable long
0/14 Enable 10G Full Down Enable Enable long
0/15 Enable 10G Full Down Enable Enable long
0/16 Enable 10G Full Down Enable Enable long
0/17 Enable 10G Full Down Enable Enable long
0/18 Enable 10G Full Down Enable Enable long

--More-- or (q)uit


Admin Physical Physical Link Link LACP Actor
Intf Type Mode Mode Status Status Trap Mode Timeout
--------- ------ --------- ---------- ---------- ------ ------- ------ --------
0/19 Enable 10G Full Down Enable Enable long
0/20 Enable 10G Full Down Enable Enable long
0/21 Enable 10G Full Down Enable Enable long
0/22 Enable 10G Full Down Enable Enable long
0/23 Enable 10G Full Down Enable Enable long
0/24 Enable 10G Full Down Enable Enable long
1/1 Enable Down Disable N/A N/A
1/2 Enable Down Disable N/A N/A
1/3 Enable Down Disable N/A N/A
1/4 Enable Down Disable N/A N/A
1/5 Enable Down Disable N/A N/A
1/6 Enable Down Disable N/A N/A
1/7 Enable Down Disable N/A N/A
1/8 Enable Down Disable N/A N/A
1/9 Enable Down Disable N/A N/A
1/10 Enable Down Disable N/A N/A
1/11 Enable Down Disable N/A N/A
1/12 Enable Down Disable N/A N/A

--More-- or (q)uit


Admin Physical Physical Link Link LACP Actor
Intf Type Mode Mode Status Status Trap Mode Timeout
--------- ------ --------- ---------- ---------- ------ ------- ------ --------
1/13 Enable Down Disable N/A N/A
1/14 Enable Down Disable N/A N/A
1/15 Enable Down Disable N/A N/A
1/16 Enable Down Disable N/A N/A
1/17 Enable Down Disable N/A N/A
1/18 Enable Down Disable N/A N/A
1/19 Enable Down Disable N/A N/A
1/20 Enable Down Disable N/A N/A
1/21 Enable Down Disable N/A N/A
1/22 Enable Down Disable N/A N/A
1/23 Enable Down Disable N/A N/A
1/24 Enable Down Disable N/A N/A
1/25 Enable Down Disable N/A N/A
1/26 Enable Down Disable N/A N/A
1/27 Enable Down Disable N/A N/A
1/28 Enable Down Disable N/A N/A
1/29 Enable Down Disable N/A N/A
1/30 Enable Down Disable N/A N/A

--More-- or (q)uit


Admin Physical Physical Link Link LACP Actor
Intf Type Mode Mode Status Status Trap Mode Timeout
--------- ------ --------- ---------- ---------- ------ ------- ------ --------
1/31 Enable Down Disable N/A N/A
1/32 Enable Down Disable N/A N/A
1/33 Enable Down Disable N/A N/A
1/34 Enable Down Disable N/A N/A
1/35 Enable Down Disable N/A N/A
1/36 Enable Down Disable N/A N/A
1/37 Enable Down Disable N/A N/A
1/38 Enable Down Disable N/A N/A
1/39 Enable Down Disable N/A N/A
1/40 Enable Down Disable N/A N/A
1/41 Enable Down Disable N/A N/A
1/42 Enable Down Disable N/A N/A
1/43 Enable Down Disable N/A N/A
1/44 Enable Down Disable N/A N/A
1/45 Enable Down Disable N/A N/A
1/46 Enable Down Disable N/A N/A
1/47 Enable Down Disable N/A N/A
1/48 Enable Down Disable N/A N/A

--More-- or (q)uit


Admin Physical Physical Link Link LACP Actor
Intf Type Mode Mode Status Status Trap Mode Timeout
--------- ------ --------- ---------- ---------- ------ ------- ------ --------
1/49 Enable Down Disable N/A N/A
1/50 Enable Down Disable N/A N/A
1/51 Enable Down Disable N/A N/A
1/52 Enable Down Disable N/A N/A
1/53 Enable Down Disable N/A N/A
1/54 Enable Down Disable N/A N/A
1/55 Enable Down Disable N/A N/A
1/56 Enable Down Disable N/A N/A
1/57 Enable Down Disable N/A N/A
1/58 Enable Down Disable N/A N/A
1/59 Enable Down Disable N/A N/A
1/60 Enable Down Disable N/A N/A
1/61 Enable Down Disable N/A N/A
1/62 Enable Down Disable N/A N/A
1/63 Enable Down Disable N/A N/A
1/64 Enable Down Disable N/A N/A

ok, swapped out DAC cables and made sure all connections are tightly plugged in and in the right ports. I had pc and server plugged into ports 21 and 22 instead of 23 and 24. i plugged them into ports 23 and 24 so that it is inline with what i previously wrote. Still unfortunately, no go. I did another show port all: Ports 23 and 24 now show up as being "up" instead of ports 21 and 22:


(FASTPATH Routing) #show port all

Admin Physical Physical Link Link LACP Actor
Intf Type Mode Mode Status Status Trap Mode Timeout
--------- ------ --------- ---------- ---------- ------ ------- ------ --------
0/1 Enable 10G Full Down Enable Enable long
0/2 Enable 10G Full Down Enable Enable long
0/3 Enable 10G Full Down Enable Enable long
0/4 Enable 10G Full Down Enable Enable long
0/5 Enable 10G Full Down Enable Enable long
0/6 Enable 10G Full Down Enable Enable long
0/7 Enable 10G Full Down Enable Enable long
0/8 Enable 10G Full Down Enable Enable long
0/9 Enable 10G Full Down Enable Enable long
0/10 Enable 10G Full Down Enable Enable long
0/11 Enable 10G Full Down Enable Enable long
0/12 Enable 10G Full Down Enable Enable long
0/13 Enable 10G Full Down Enable Enable long
0/14 Enable 10G Full Down Enable Enable long
0/15 Enable 10G Full Down Enable Enable long
0/16 Enable 10G Full Down Enable Enable long
0/17 Enable 10G Full Down Enable Enable long
0/18 Enable 10G Full Down Enable Enable long

--More-- or (q)uit


Admin Physical Physical Link Link LACP Actor
Intf Type Mode Mode Status Status Trap Mode Timeout
--------- ------ --------- ---------- ---------- ------ ------- ------ --------
0/19 Enable 10G Full Down Enable Enable long
0/20 Enable 10G Full Down Enable Enable long
0/21 Enable 10G Full Down Enable Enable long
0/22 Enable 10G Full Down Enable Enable long
0/23 Enable 10G Full 10G Full Up Enable Enable long (this is the server) > 10gigabit sfp+ port
0/24 Enable 10G Full 10G Full Up Enable Enable long (this is the PC) > 10gigabit sfp+ port
0/25 Enable Auto 1000 Full Up Enable Enable long (this is the Pfsense router) > 1gigabit port
0/26 Enable Auto 1000 Full Up Enable Enable long (this is the wireless access point) > 1gigabit port
0/27 Enable Auto 1000 Full Up Enable Enable long (this is an 8 port 1gigabit switch) > 1gigabit port
0/28 Enable Auto 1000 Full Up Enable Enable long (this is an 8 port 1gigabit switch) > 1gigabit port
1/1 Enable Down Disable N/A N/A
1/2 Enable Down Disable N/A N/A
1/3 Enable Down Disable N/A N/A
1/4 Enable Down Disable N/A N/A
1/5 Enable Down Disable N/A N/A
1/6 Enable Down Disable N/A N/A
1/7 Enable Down Disable N/A N/A
1/8 Enable Down Disable N/A N/A

--More-- or (q)uit


Admin Physical Physical Link Link LACP Actor
Intf Type Mode Mode Status Status Trap Mode Timeout
--------- ------ --------- ---------- ---------- ------ ------- ------ --------
1/9 Enable Down Disable N/A N/A
1/10 Enable Down Disable N/A N/A
1/11 Enable Down Disable N/A N/A
1/12 Enable Down Disable N/A N/A
1/13 Enable Down Disable N/A N/A
1/14 Enable Down Disable N/A N/A
1/15 Enable Down Disable N/A N/A
1/16 Enable Down Disable N/A N/A
1/17 Enable Down Disable N/A N/A
1/18 Enable Down Disable N/A N/A
1/19 Enable Down Disable N/A N/A
1/20 Enable Down Disable N/A N/A
1/21 Enable Down Disable N/A N/A
1/22 Enable Down Disable N/A N/A
1/23 Enable Down Disable N/A N/A
1/24 Enable Down Disable N/A N/A
1/25 Enable Down Disable N/A N/A
1/26 Enable Down Disable N/A N/A

--More-- or (q)uit


Admin Physical Physical Link Link LACP Actor
Intf Type Mode Mode Status Status Trap Mode Timeout
--------- ------ --------- ---------- ---------- ------ ------- ------ --------
1/27 Enable Down Disable N/A N/A
1/28 Enable Down Disable N/A N/A
1/29 Enable Down Disable N/A N/A
1/30 Enable Down Disable N/A N/A
1/31 Enable Down Disable N/A N/A
1/32 Enable Down Disable N/A N/A
1/33 Enable Down Disable N/A N/A
1/34 Enable Down Disable N/A N/A
1/35 Enable Down Disable N/A N/A
1/36 Enable Down Disable N/A N/A
1/37 Enable Down Disable N/A N/A
1/38 Enable Down Disable N/A N/A
1/39 Enable Down Disable N/A N/A
1/40 Enable Down Disable N/A N/A
1/41 Enable Down Disable N/A N/A
1/42 Enable Down Disable N/A N/A
1/43 Enable Down Disable N/A N/A
1/44 Enable Down Disable N/A N/A

--More-- or (q)uit


Admin Physical Physical Link Link LACP Actor
Intf Type Mode Mode Status Status Trap Mode Timeout
--------- ------ --------- ---------- ---------- ------ ------- ------ --------
1/45 Enable Down Disable N/A N/A
1/46 Enable Down Disable N/A N/A
1/47 Enable Down Disable N/A N/A
1/48 Enable Down Disable N/A N/A
1/49 Enable Down Disable N/A N/A
1/50 Enable Down Disable N/A N/A
1/51 Enable Down Disable N/A N/A
1/52 Enable Down Disable N/A N/A
1/53 Enable Down Disable N/A N/A
1/54 Enable Down Disable N/A N/A
1/55 Enable Down Disable N/A N/A
1/56 Enable Down Disable N/A N/A
1/57 Enable Down Disable N/A N/A
1/58 Enable Down Disable N/A N/A
1/59 Enable Down Disable N/A N/A
1/60 Enable Down Disable N/A N/A
1/61 Enable Down Disable N/A N/A
1/62 Enable Down Disable N/A N/A

--More-- or (q)uit


Admin Physical Physical Link Link LACP Actor
Intf Type Mode Mode Status Status Trap Mode Timeout
--------- ------ --------- ---------- ---------- ------ ------- ------ --------
1/63 Enable Down Disable N/A N/A
1/64 Enable Down Disable N/A N/A

(FASTPATH Routing) #

Also, here is a new show run:

(FASTPATH Routing) #show run
!Current Configuration:
!
!System Description "Quanta LB6M, 1.2.0.14, Linux 2.6.21.7"
!System Software Version "1.2.0.14"
!System Up Time "1 days 23 hrs 5 mins 9 secs"
!Additional Packages FASTPATH QOS
!Current SNTP Synchronized Time: Not Synchronized
!
network protocol none
network parms 192.168.0.5 255.255.255.0 192.168.0.1
vlan database
exit
ip ssh server enable
no ip telnet server enable
configure
ip routing
username "admin" password cda5d072920fca940b3710a175f0fe3a25fe83f3e9ad17ceca72ca27966aa7f012067fbfe8877e9e7df30b7b92725bede2969f8e93846d3787cf4c1f86c3aa04 level 15 encrypted
aaa authentication enable "enableList" enable
line console
exit
line telnet
exit
line ssh
exit

--More-- or (q)uit

spanning-tree configuration name "04-7D-7B-87-01-8A"
!
router rip
exit
router ospf
exit
exit

(FASTPATH Routing) #

Same problem persists. I cant log into the server from the sfp+ ports, but wireless i can login through my access point with my laptop. It is odd how the internet and lan ethernet signal passes through to the 10gigabit ports, but if i try to go from pc to server, whether through windows networking or webgui, the server doesn't show.
 

Impire

New Member
Nov 13, 2016
16
0
1
57
Hello,

A newbie question. Can I use this switch as a router? I would like to route internal vlan to external vlan. Will that be possible to do with the LB6M?

Thank you in advance for your help.
 

qulix

New Member
Oct 10, 2016
11
0
1
I have two of the Delta DNI 7024F switches. Both are configured and working, but the status light on the front is blinking blue and amber. I don't see anything wrong looking at the environment sensors and logs. Is this normal? Is anyone else's solid blue?

I cracked open one of them when I first got them and remember the light can be disconnected from the board. I may just do that.

Thanks
 

Impire

New Member
Nov 13, 2016
16
0
1
57
....that's strange. Pastebin the output of show tech-support and post the link here.

And then do this to load a known good copy of lb6m 1.2.0.18 firmware on the switch:
Grab a copy of 1.2.0.18 from here: lb6m.1.2.0.18.img

Get your tftp server running, interrupt the u-boot bootup, and follow Sorin's instructions from page 15 post #296 to boot from the tftp server:

but sub 00_firmware for lb6m.1.2.0.18.img

If that boots properly and lets you get into the fastpath boot menu and clear the config, then you'll have to copy that image from your tftp server again onto the switches internal flash

Almost looks like you've got the lb4m firmware on there but I'm not sure
Hi,

I did all that, still same issue:

(FASTPATH Routing) #reload
Are you sure you would like to reset the system? (y/n) y
System will now restart!
Reference platform resetting ...
Starting pid 861, console /dev/ttyS0: '/etc/rc.d/rc.reboot'
syncing filesystems....This may take a few moments
umount: forced umount of /mnt/fastpath failed!
umount: forced umount of /mnt/application failed!
Rebooting system!
The system is going down NOW !!
Sending SIGTERM to all processes.
Terminated
/etc/rc.d/rc.fastpath: /etc/rc.d/rc.fastpath: 1: 1: not found
/mnt/application
FASTPATH not executed!
Press <ENTER> to continue...
Please stand by while rebooting the system.
Restarting system.
Reset didn't, spinning!
*******************

Here's the "show tech-support"

(FASTPATH Routing) #show tech-support
***************** Show Version ******************
Switch: 1
System Description............................. Quanta LB6M, 1.2.0.18, Linux 2.6.21.7
Machine Type................................... Quanta LB6M
Machine Model.................................. LB6M
Part Number.................................... BCM56820
Maintenance Level.............................. A
Manufacturer................................... 0xbc00
Software Version............................... 1.2.0.18
Operating System............................... Linux 2.6.21.7
Network Processing Device...................... BCM56820_B0
Additional Packages............................ FASTPATH QOS
FASTPATH Routing