Hi Alex
many thanks for Your quick answer.
No, there are no ACLs configured.
There is also configured a default route.
I also have not configured any VLAN interface.
Here the relevant part of the config
#Switch 1
interface Bridge-Aggregation49
description Uplink WAN
port link-type trunk
undo port trunk permit vlan 1
port trunk permit vlan 3 to ###
port trunk pvid vlan 3000
link-aggregation mode dynamic
interface M-GigabitEthernet0/0/0
ip address aaa.bbb.ccc.112 255.255.255.128
interface Ten-GigabitEthernet2/0/1
description Uplink WAN
port link-mode bridge
port link-type trunk
undo port trunk permit vlan 1
port trunk permit vlan 3 to ###
port trunk pvid vlan 3000
dldp enable
port link-aggregation group 49
interface Ten-GigabitEthernet2/0/24
description Downlink Switch 2
port link-mode bridge
port access vlan 3
ip route-static 0.0.0.0 0 aaa.bbb.ccc.126
#Switch 2
interface Vlan-interface1
ip address aaa.bbb.ccc.110 255.255.255.128
ip route-static 0.0.0.0 0 aaa.bbb.ccc.126
But I'm not sure, if I made a fault on the default route.
How can the route from the M-Interface go to Switch 2 and then go back to Switch 1 to the WLAN?
As far as I know, I can't set a default route based on the source interface.
Is static Route ip route-static 0.0.0.0 0 aaa.bbb.ccc.126 valid for the whole switch?
How does switch 1 know, where to send this packets?
Any help is appreciated.
Best regards
giusi