Please help me config the route table

en1:10.62.66.81 subnet mask:255.255.255.240 gateway:10.62.66.94
it needs to connect to 10.50.22.4;
en2:10.62.0.9 subnet mask:255.255.255.248 gateway:10.62.0.14
it needs to connect to 10.50.23.4;

how to write the route command?
below is my config:

route delete 10.0.0.0
route add -net 10.62.0.0 -interface 10.62.0.9
route add -net 10.62.66.0 -interface 10.62.66.81

route add 10.50.23.4 10.62.0.14
route add 10.50.22.4 10.62.66.94

but it works not good,attach jpg is the result,the two route road is both binded to en1,i think 10.62.0.14 should be binded to en2,how to config it?

The basic syntax of the routecommand will depend on how you want to use the routing table. If you want to add to the routing table, use route with this syntax.

route [-v] [-A family] add [-net | host] target [netmask] [gw] [metric M] [mss M] [window W] [irtt I] [reject] [mod] [dyn] [reinstate] [dev If]

If you want to delete a route from the routing table, simply substitute the del option with the add option.


156-315 practice test | 000-960 practice test | 000-206 practice test