vlan 10.106.56.202/28
Stephen wrote:After some testing, it appears that IPv6 does require a little bit of debugging when the config disables it. VLAN IP's do seem to have an issue. Do you mind letting me know what IP you assigned to your VLAN's as well as the IP your switch was at? This will help while I work on this.
I will try and add that in before the final release.
BDPU packets do not cross switches whether STP is disabled or not.
Some switches do forward BPDU. For example UBNT ToughSwitch ... One mikrotik connected to UBNT triggered a root-guard on a switch connected behind the UBNT TS. I didn't believe it before, until I saw it.
Arista: Spanning tree is disabled by the spanning-tree mode command with the none option. The switch does not generate STP packets. Switchport interfaces forward packets when connected to other ports. The switch forwards inbound STP packets as multicast data packets on the VLAN where they are received.
EdgeCore has command spanning-tree port-bpdu-flooding. Enabled by default.
This command floods BPDUs to other ports when spanning tree is disabled
globally or disabled on a specific port. Use the no form to restore the
default setting
When enabled, BPDUs are flooded to all other ports on the switch or to
all other ports within the receiving port’s native VLAN as specified by
the spanning-tree system-bpdu-flooding command.
That's why I ask you.