NEED HELP SXT wireless p2p bridge

I need help with wireless p2p configuration.

topology is like this

(10.0.0.0/24) cisco router 2921 <=> Mikrotik SXT <=> Mikrotik SXT <=> Cisco switch 3850 (10.21.5.0/24)
Ports on Cisco router and switch are routed and in the same subnet.

Port configuration for Cisco Router where i will plug first Mikrotik is
interface GigabitEthernet0/0
description /// ///
ip address 10.21.99.4 255.255.255.0
no ip redirects
no ip proxy-arp
duplex auto
speed auto

Port configuration on Cisco 3850switch where a second Mikrotik will go is:

interface GigabitEthernet1/0/48
description *** ***
no switchport
ip address 10.21.99.5 255.255.255.0


My question is how to create the bridge or any other way to connect Router and Switch, using 2 Mikrotik ‘SXT G-5HPacD r2’ connected ower P2P, and is it possible. There is no need for any kind management for Mikrotik devices also no need for advanced routing in Mikrotik.
Any help is appreciated

Thank you

Hello, what type are your sxt?

SXT’s are ‘SXT G-5HPacD r2’ with L4 licence

Distance?
Needed Bandwidth?

AP site

/interface bridge add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=16band=5ghz-onlyac channel-width=\20/40/80mhz-eCee country=belgium disabled=nofrequency=5600
guard-interval=\long l2mtu=1600 mode=ap-bridgessid=sxt-ac-ap tx-power-mode=all-rates-fixed \wireless-protocol=802.11
/interface wireless security-profiles set [ find default=yes] supplicant-identity=MikroTik
/system logging action set 2 remember=yes
/interface bridge port
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1
/ip dhcp-client add dhcp-options=hostname,clientiddisabled=no interface=bridge1
/ip upnp set allow-disable-external-interface=no
/snmp set trap-community=public
/system identity set name=sxt-ap
/system leds set 0 interface=wlan1


Station site

/interface bridge add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=16band=5ghz-a/n/ac channel-width=\ 20/40/80mhz-eCee country=belgium disabled=nofrequency=5600 l2mtu=1600
mode= station-bridge ssid=sxt-ac-aptx-power-mode=all-rates-fixed wds-default-bridge=bridge1 wds-mode=dynamicwireless-protocol=802.11
/interface wireless
security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/system logging action set 2 remember=yes
/interface bridge port
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=nointerface=bridge1
/ip upnp set allow-disable-external-interface=no
/snmp set trap-community=public
/system identity set name=sxt-client
/system leds set 0 interface=wlan1

Change ssid and distance pleace.

If you want use nV2 look to ,this tutorial on my website in dutch but look, at the screenshots a made
https://www.wirelessinfo.be/mikrotik-nv2-point-to-point-wifi-link/

Goodluck