Cisco 2610 - VLANs and routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2013 03:44 PM - edited 03-07-2019 02:38 PM
I have a Cisco 2610 router and Cisco SF300 switch set up like so:
Cisco 2610 (IP: 192.168.16.1) --> Cisco SF300 (IP 192.168.16.254) --> VLANs 20/30/40 etc.
Only computers on the .16 subnet can access the internet, from my understanding this is due to needing static routes on the 2610.
I've tried the following without success (the computer is on the .30 subnet)
config t
ip route 192.168.16.0 255.255.255.0 192.168.30.254
Not sure what I'm missing here.
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2013 05:57 PM
For computers with RFC 1918 IP addresses, they need to have a public IP, in order to communicate to the rest of the Internet. So, the router will need to run dynamic pat with an outside IP address in order for this wo work.
Also, when the return traffic comes back, from the Internet, the router will need to know how to get to the Cisco SF300 which has the routes.
This of course all depends on your entire network topology.
Sounds like you just need dynamic PAT configured for the rest of the vlan interfaces
