I use the RB3011 in full bridge mode to avoid double nat with an operator box,
I cannot block an eth5 interface which should not communicate with the outside but only with eth4 interface
I try first to block all traffic from eth5
without success I do not know how to do thank you for your help
# sep/20/2020 21:14:04 by RouterOS 6.47.3
# software id = 7VTY-P195
#
# model = RouterBOARD 3011UiAS
# serial number = 783D08A5134C
/interface bridge
add name=bridge1 protocol-mode=none
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge nat
add action=drop chain=srcnat out-bridge=bridge1 out-interface=ether5
add action=drop chain=dstnat in-bridge=bridge1 in-interface=ether5
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=ether6
add bridge=bridge1 interface=ether7
add bridge=bridge1 interface=ether8
add bridge=bridge1 interface=ether9
add bridge=bridge1 interface=ether10
add bridge=bridge1 interface=sfp1
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether2
/interface bridge settings
set use-ip-firewall=yes
/ip neighbor discovery-settings
set discover-interface-list=all
/system clock
set time-zone-name=Europe/Paris
/system routerboard settings
set auto-upgrade=yes silent-boot=yes