3011 and adding static route

Hello, I have a 3011 and need to add a static route
example I have a Cisco sg500x 48p that is setup for Just Add Power (JAP) IP video matrix; 16x16 4K video distribution
I need to add a static route to the router for the control system to access the layer 2/3 function of the Just Add Power devices.
the router IP is 192.168.1.1
the JAP Cisco SG500x is 192.168.1.4
the route I need to ad is 10.0.0.0 255.0.0.0 192.168.1.4

The idea is that the Control System needs to see the JAP devices on the network on the 10.0.0.0 subnet. Any help or ideas is appreciated.

RDL

I believe in WinBox

IP>Routes>Add
10.0.0.0/8
bridge - reachable
Pref source 192.168.1.4

can’t really be that easy right?

If I understood you correctly the 10.0.0.0/8 is behind the 192.168.1.4?
Then it would be just:

IP>Routes>Add
Dst. Address: 10.0.0.0/8
Gateway: 192.168.1.4

And that would be all.