Static routes addition to the SSMC appliance using IP command

SSMC appliance allows the usage of IP command to perform a variety of routing and policy management functions in the appliance.

For example, if you want to add a static route to a different subnet which cannot access through your default gateway, then in the appliance, use this IP command syntax:
sudo /sbin/ip route add 10.0.0.112/24 dev ens160|ens192 
NOTE: To make routing instructions permanent across reboots, you can list them as crontab entries.