Executed from Terminal
sudo route -n add -net 10.0.0.0/8 x.x.x.x
x.x.x.x is the IP address of the Cisco/Luxul switch with Just Add Power devices attached
1. For a J+P Network of 10.0.0.0, subnet mask 255.0.0.0 and switch IP 192.168.0.254
sudo route -n add -net 10.0.0.0/8 192.168.0.254
2. For a J+P Network of 172.16.0.0, subnet mask 255.255.0.0 and switch IP 192.168.1.49
sudo route -n add -net 172.16.0.0/16 192.168.1.49
Whether setting up or troubleshooting a system, there are some situations where adding a static route to the computer's internal routing table is necessary:
While adding a static route to a computer can be a great testing and troubleshooting tool, it will not enhance the actual operation of the system as the static route is only tied to the computer that the route is applied to. This method should not serve as a replacement for adding a Static Route to a system to access Layer 3 Features.