Hello to everybody.
I’m trying to configure this scenario,
Switch Cisco ----sfp-sfpplus3 CRS3XX LACP link---- Switch Cisco
All traffic arrive to CR3xx tagged, i.e. with VLAN ID 200.
So, my problem is that packets are not forwarding in the CRS3xx, I can see packets with VLAN tag ingressing sfp-sfpplus3 but not egressing LACP,
That’s is a capture from CRS3xx,
[admin@MKTSW1] > /tool sniffer quick interface=sfp-sfpplus3
INTERFACE TIME NUM DIR SRC-MAC DST-MAC VLAN SRC-ADDRESS DST-ADDRESS PROTOCOL SIZE CPU FP
sfp-sfpplus3 0.229 1 -> 48:8F:5A:C1:13:39 01:80:C2:00:00:00 802.2 53 1 no
sfp-sfpplus3 0.657 2 <- 00:1E:F7:67:32:E0 FF:FF:FF:FF:FF:FF 200 192.168.200.1: who has 192.168.2... arp 64 1 no
sfp-sfpplus3 2.229 3 -> 48:8F:5A:C1:13:39 01:80:C2:00:00:00 802.2 53 1 no
sfp-sfpplus3 2.656 4 <- 00:1E:F7:67:32:E0 FF:FF:FF:FF:FF:FF 200 192.168.200.1: who has 192.168.2... arp 64 1 no
[admin@MKTSW1] > /tool sniffer quick interface=LACP1
INTERFACE TIME NUM DIR SRC-MAC DST-MAC VLAN SRC-ADDRESS DST-ADDRESS PROTOCOL SIZE CPU FP
LACP1 1.019 1 -> 48:8F:5A:C1:13:37 01:80:C2:00:00:00 802.2 53 1 no
LACP1 3.018 2 -> 48:8F:5A:C1:13:37 01:80:C2:00:00:00 802.2 53 1 no
LACP1 5.019 3 -> 48:8F:5A:C1:13:37 01:80:C2:00:00:00 802.2 53 1 no
If I ping from one side, you can see ARP in VLAN 200 traffic ingress trought sfp-sfpplus3 but no egress
LACP Bonding interface is up and running.
That’s is my config,
/interface bridge
add auto-mac=no comment=defconf name=bridge vlan-filtering=yes
/interface ethernet
set [ find default-name=sfp-sfpplus3 ] auto-negotiation=no
/interface bonding
add mode=802.3ad name=LACP1 slaves=sfp-sfpplus1,sfp-sfpplus2
/interface bridge port
add bridge=bridge comment=defconf interface=sfp-sfpplus3
add bridge=bridge comment=defconf interface=sfp-sfpplus4
add bridge=bridge comment=defconf interface=sfp-sfpplus5
add bridge=bridge comment=defconf interface=sfp-sfpplus6
add bridge=bridge comment=defconf interface=sfp-sfpplus7
add bridge=bridge comment=defconf interface=sfp-sfpplus8
add bridge=bridge interface=LACP1
/interface bridge vlan
add bridge=bridge untagged=LACP1,sfp-sfpplus3 vlan-ids=200
/ip address
add address=192.168.88.2/24 comment=defconf interface=ether1 network=192.168.88.0
/ip dns
set servers=8.8.8.8
/ip route
add distance=1 gateway=192.168.88.254
/system identity
set name=MKTSW1
any ideas?
Thank you in advance.