BIG NEWS! The Adtran Support Community is moving! In the next few weeks it will be housed in a new location. Be sure to visit our NEW Adtran Community before the end of July to check it out and verify that you can access all the resources and features that you need. If you discover any issues with your account or access, or just want to let us know about your experience, be sure to use our Feedback Form to let us know!
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.