ssh to IP address on bridge interface

On an RouterBOARD 750G r3 running RouterOS 6.40.5, I’ve created a bridge (and vlan, but I think the VLAN is not relevant). In can ping the IP address of the bridge, but I cannot ssh to that IP address (or view the WebFig http://10.64.0.2/). Is there something I’ve done wrong?
I think these are the relevant parts of the config.

/interface bridge
add name=bridge-vlan640
/interface vlan
add interface=ether5 name=vlan640 vlan-id=640
/interface ethernet switch port
set 2 default-vlan-id=640
set 3 default-vlan-id=640
/interface bridge port
add bridge=bridge-vlan640 interface=ether3
add bridge=bridge-vlan640 interface=ether4
add bridge=bridge-vlan640 interface=vlan640
/ip address
add address=192.168.88.1/24 comment=defconf interface=ether2 network=192.168.88.0
add address=10.64.0.2/24 interface=bridge-vlan640 network=10.64.0.0

Is there really no way to ssh to the IP address on a bridge?

Ok - I worked out my problem. The firewall from the default configuration was blocking all but ICMP to the IP addresses. Adding the bridge interfaces to the ‘LAN’ interface list fixed my issue.