tls3000
New Contributor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2016
10:29 AM
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.
1 Solution
Accepted Solutions


Honored Contributor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Not the Solution
- Report Inappropriate Content
10-13-2016
12:15 PM
enable
<enter password>
config t
ip route [destination network] [netmask] [gateway]
... repeat as needed
<Ctrl-Z>
write mem
exit
2 Replies


Honored Contributor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Not the Solution
- Report Inappropriate Content
10-13-2016
12:15 PM
enable
<enter password>
config t
ip route [destination network] [netmask] [gateway]
... repeat as needed
<Ctrl-Z>
write mem
exit
tls3000
New Contributor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
10-17-2016
02:52 PM
Re: Add new routes to router
perfect. thanks jay.