Hello people, I am not used to work with layer 3 switches, so I need your help: I have two different sites. Each site has one switch L3 and networks like the example below:
Switch A (power connect 6224):
Network 192.168.0.0 /24
Switch B (Cisco 3560)
Network 172.19.16.0 /24
network 10.10.10.0 /24
I need to configure both sites to comunicate witch each other. I have the following idea:
- Connect a Cable between two switches
- Create a vlan on each switch and configure the ips like below:
Switch A: interface ethernet 1/g1 - 10.0.0.2
Switch B: interface gigabit 1 - 10.0.0.3
- Configure static route on each switch like:
Switch A: ip route 172.19.16.0 255.255.255.0 10.0.0.3
ip route 10.10.10.0 255.255.255.0 10.0.0.3
Switch B: ip route 192.168.0.0 255.255.255.0 10.0.0.2
Is this possible? Is this configuratios right? If so, do I need to improve something else?
A appreciate any help.
↧
Configure L3 routing with different vendors
↧