It looks like the z9000 has a standard x86 grub config. It's quite possible the flash isn't booting or grub does not set the console to the serial line, but it's most likely your serial setup. Did you try to connect to another device with the same cable? The x86 boards in these have extra...
You may need to wait for the MAC addrs to age out of the port. I think that trunking ports causes the hosts to use the same MACs on both ports. If you turn it off the trunk and another MAC appears on one port, the old MAC will eventually die, but it's a timed event. I'm just guessing, it...
Mellanox is weird, they have one controller and two media ports on some of their cards, precisely for this purpose. Most dual port cards have 2 controllers. When you use software like DPDK with Mellanox, you have to utilize both ports with it, you can't use only one port using user space...
My guess is that log file space was overrun or something. There is a register in the powerpc named for this condition. fohdeesha probably knows more about that.
I'd be curious if you let the switch alone, would it reboot? It should have a watchdog reboot timer.
I know nothing of windows...
When researching the LB6M for this: lb6m-ospf/lb6m.adoc at master · injinj/lb6m-ospf · GitHub
I found these things:
The pluto switch is a derivative of the the same Broadcom silicon:
Mystery Google Device Appears in Small-Town Iowa
This describes the Google network history, quite good...
My LB6M isn't powered at the moment, but I did take notes when it was up.
=> printenv
bootargs=root=/dev/ram rw mtdparts=physmap-flash.0:32256k(jffs2),512k(u-boot),128k@32512k(u-boot-env)
bootcmd=fsload 0x08000000 ${active} ; bootm 0x08000074 ; fsload 0x08000000 ${backup} ; bootm 0x08000074 ...
Cool.
The way these switches OSes work is sort of like a Live CD. The filesystem is loaded into a ramdisk and persistent storage is mounted for only for config files. The brocade firmware requires a special version of 'grub' that can't be removed -- the bootloader. If you can extract the...
Is it possible to extract the userland from the brocade? They are probably using the same Linux kernel and the same Broadcom SDK underneath. That might make it reversable.
Somewhat? It should work :)
In the interface config, these may be useful:
interface 0/7
port lacptimeout actor short
port lacptimeout partner short
no lacp actor admin state longtimeout
no lacp partner admin state longtimeout
! same for interface 0/8
Do a 'show port-channel' on the...
Vrod, it looks like a layer 3 problem, the routes between the hosts have multiple paths, so only one is used.
What happens if you bring down port8 and just use port7?
You may need a LAG/portchannel between the two. The Linux side looks like this:
auto eth0
iface eth0 inet manual...
I did test ECMP with the LB6M and that does work. MLAG is ECMP at layer 2, but the MLAG protocol is too new and the LB6M / Broadcom Scorpion chipset predates it.
Anyway, here is the layer 3 ECMP setup: lb6m-ospf/lb6m.adoc at master · injinj/lb6m-ospf · GitHub
I'm on aboot build #333 at the moment. I haven't kept this post up to date, I've been writing at my place over on github: Injinj · To be or not to be eventually consistent
When I get some time, I want to fork SONiC and fix things that don't work for me.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.