Hello all. I need to add routes for two new locations on all of our existing routers. I have the network IPs and masks as well as the IPs of the new locations' gateways. What would be the commands to add these routes? Thanks in advance.
enable
<enter password>
config t
ip route [destination network] [netmask] [gateway]
... repeat as needed
<Ctrl-Z>
write mem
exit
enable
<enter password>
config t
ip route [destination network] [netmask] [gateway]
... repeat as needed
<Ctrl-Z>
write mem
exit
perfect. thanks jay.