cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tls3000
New Contributor

Add new routes to router

Jump to solution

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.

0 Kudos
1 Solution

Accepted Solutions
jayh
Honored Contributor
Honored Contributor

Re: Add new routes to router

Jump to solution

enable

<enter password>

config t

ip route [destination network] [netmask] [gateway]

... repeat as needed

<Ctrl-Z>

write mem

exit

View solution in original post

2 Replies
jayh
Honored Contributor
Honored Contributor

Re: Add new routes to router

Jump to solution

enable

<enter password>

config t

ip route [destination network] [netmask] [gateway]

... repeat as needed

<Ctrl-Z>

write mem

exit

tls3000
New Contributor

Re: Add new routes to router

Jump to solution

perfect.  thanks jay.