How to forward broadcast (subnet or global) between vlans?

Hi:

I am using switch SN-2010.
I’ve created 2 vlans as:
interface vlan 10 ip address 192.168.1.1/24 primary
interface vlan 20 ip address 192.168.2.1/24 primary

and defined their switchport range, for example:
valn 10: 1/1 - 1/6
valn 20: 1/7 - 1/12

For now, all swithports are in access mode.

Device on vlan10 port is 192.168.1.2, gateway 192.168.1.1 for 192.168.2.0/24
Device on vlan20 port is 192.168.2.2.

Unicast packets are forwarded properly.

However, our user case requires broadcast packets (global broadcast 255.255.255.255, or subnet broadcast 192.168.1.255) to be forwarded from vlan 10 to vlan 20.

What should I do to achieve this?

Thanks
Kevin