Adding a static route to the routing table in Windows is simple. Routing tables control what path a packet takes when it’s sent from a device. There are many devices that have routing tables and can control packet paths including computers, routers,
This tutorial explains how to configure static routing on routers. Learn how to create and manage static routes on routers through a packet tracer example.
To add a static route, use the command "route add destination_network MASK subnet_mask gateway_ip metric_cost" and make it persistent with the "-p" option. To remove a static route, use "route delete destination_network".