Hello all
Is there way to setup Capsman to a act as manager ONLY not passing the caps traffic toward the internet (RBwAP2nD-BE MikroTik wAP )
I am using RB2011UiAS-2HnD-IN as Capsman and RBwAP2nD-BE MikroTik wAP as access point
Please the the diagram just to clarify


Yes, enable local-forwarding in CAPsMAN datapath and the CAPs will pass traffic through the bridge set in CAP configuration.
Nice picture 
nescafe2002
Ist possible to provide me simple configuration
thank you
https://wiki.mikrotik.com/wiki/Manual:CAPsMAN#Local_Forwarding_Mode
On caps controller:
/caps-man configuration
add datapath.local-forwarding=yes mode=ap name=MyNetwork ssid=MyNetwork
/caps-man manager
set enabled=yes
/caps-man provisioning
add action=create-dynamic-enabled master-configuration=MyNetwork
You will have to set security, country, etc.
On caps client:
/interface bridge
add name=bridgeLocal
/interface bridge port
add bridge=bridgeLocal interface=ether1
add bridge=bridgeLocal interface=ether2
add bridge=bridgeLocal interface=ether3
/interface wireless cap
set bridge=bridgeLocal discovery-interfaces=bridgeLocal enabled=yes interfaces=wlan1,wlan2
When connected to the same switch, all wlan-to-internet traffic will flow through bridgeLocal and then through switch, not via controller.