Since I am a bit tired of troubleshooting CSS610 bugs I decided to replace bonding with per-VLAN trunks, i.e. I decided to set up
two separate 1G trunks, in one trunk I am sending VLAN 88 and VLAN 166 and in the other trunk VLAN7.
To my dismay, this very simple configuration doesn't work properly: there is no ingress traffic in VLAN7, while the other trunk works just fine.
I am suspecting yet another CSS610 bug.... below the relevant RB3011 config, the CSS610 has the two ports in trunk mode (default).
Please note that a separate all-vlan trunk, on ether7, works just fine....
Code: Select all
# model = RB3011UiAS
# serial number = B8950C9801E6
/interface bridge
add admin-mac=48:8F:5A:8A:27:66 auto-mac=no name=bridge1 vlan-filtering=yes
/interface ethernet
set [ find default-name=ether1 ] comment="do not enable, MAC stolen for bridge use" disabled=yes
/interface vlan
add interface=bridge1 name=VLAN7 vlan-id=7
add interface=bridge1 name=VLAN88 vlan-id=88
add interface=bridge1 name=VLAN166 vlan-id=166
/interface list
add name=WAN
add name=LAN
add name=VPN
/ip vrf
add list=all name=main
/port
set 1 name=usb2
/routing table
add fib name=vpn
/interface bridge port
add bridge=bridge1 interface=ether2 pvid=166
add bridge=bridge1 interface=ether7
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=ether8
/ip neighbor discovery-settings
set discover-interface-list=none
/interface bridge vlan
add bridge=bridge1 tagged=bridge1,ether5,ether7 untagged=ether2 vlan-ids=166
add bridge=bridge1 tagged=bridge1,ether7,ether5 vlan-ids=88
add bridge=bridge1 tagged=bridge1,ether7,ether8 vlan-ids=7
/interface list member
add list=WAN
add comment=defconf interface=ether1 list=LAN
add interface=ether2 list=LAN
add interface=ether3 list=LAN
add interface=ether4 list=LAN
add interface=ether5 list=LAN
add interface=ether6 list=LAN
add interface=ether7 list=LAN
add interface=ether8 list=LAN
add interface=ether9 list=LAN
add interface=ether10 list=LAN
add list=VPN
add list=LAN
add list=LAN
add interface=VLAN166 list=LAN
add interface=VLAN7 list=LAN
add interface=VLAN88 list=LAN
add interface=bridge1 list=LAN
/ip address
add address=192.168.1.5/24 interface=ether1 network=192.168.1.0
add address=192.168.69.253/24 interface=wireguard1 network=192.168.69.0
add address=192.168.166.254/24 interface=VLAN166 network=192.168.166.0
add address=192.168.7.254/24 interface=VLAN7 network=192.168.7.0
add address=192.168.88.254/24 interface=VLAN88 network=192.168.88.0
/ip dns
set servers=8.8.8.8