Switches, Hubs, and Modems
1751943 Members
4923 Online
108783 Solutions
New Discussion

VLAN help continued

 
SOLVED
Go to solution
ript73
Occasional Contributor

VLAN help continued

Sorry, but I haven't been able to reply to my previous thread. As I am still a bit confused as to how to get these 2 networks to be able to communicate while also connecting to their respective internets. Attached is the diagram of the setup. The 1800 does not have any routing capabilities, so not sure what to do on that side. See attached.

Thank you!
1 REPLY 1
Olaf Borowski
Respected Contributor
Solution

Re: VLAN help continued

Mark, looking at your diagram, you have a decision to make and none of them are pretty.
According to your drawing, you have 3 routers in your network but you can only specify one default gateway on your clients.
What you should do:
1: consider the 1800 just as an extension to the 5400. Reset it to default, leave everything in VLAN 1 and assign 192.168.1.254 to this VLAN (this is for management only).
2: On the 54xx, add port c21 to VLAN 1 and assign vlan 1 the address: 192.168.1.2/24. Create a second vlan on the 5400 (100 for example) and put all the ports that belong to subnet 192.168.21.x untagged in it and assign the vlan (100) the address: 192.168.35.195.
3: On your 192.168.35.50 gateway, configure the following static route:
ip route 182.168.1.0 255.255.255.0 192.168.35.195.
4: On the 192.168.1.1 gateway configure the following static route:
ip route 192.168.32.0 255.255.252.0 192.168.1.2
This assumes, that all clients have their default gateway set to what you call the two gateways. Example: 192.168.32.3 has 192.168.35.50 as the default gateway.
This setup will work but you might get ICMP redirects from the gateway. If you don't control the gateways, there is another solution of making the 54xx the core router but that would require more configuration changes.