BGP between ver 7 and 6

Hello Experts,

I am trying to establish bgp between client(v6) to router (v7) the routes gets injected in ospf but are not properly advertised.

CPE:
/routing bgp instance
set default as=2 router-id=10.255.254.200
/routing bgp network
add network=10.255.254.200/32 synchronize=no
/routing bgp peer
add remote-address=172.16.16.1 remote-as=1 ttl=default


PE1:
/routing bgp template
set default as=1 disabled=no output.no-client-to-client-reflection=yes router-id=10.10.10.1 routing-table=main
/routing bgp connection
add address-families=ip as=1 connect=yes disabled=no listen=yes local.role=ebgp name=MPT
output.default-originate=always .network=bgp-networks .no-client-to-client-reflection=yes
.redistribute=“” remote.address=172.16.16.1/32 .as=2 router-id=10.10.10.1 routing-table=
main templates=default

I cannot figure what I am missing.
The range I am testing is 10.255.254.200/32

Thank you,

Here you can find the answer
https://help.mikrotik.com/docs/display/ROS/Moving+from+ROSv6+to+v7+with+examples#MovingfromROSv6tov7withexamples-Networks

After reading the document multiple times, I still don’t understand how to make this work.

Upgrade to ROS v7.11.2 on all devices and move on with your life.