cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
493
Views
0
Helpful
1
Replies

Intersite Switch routing

Any recommendation/solution is appreciated. I can't share running config but i will provide any information which may be needed. I have attached similar network diagram 

I am having 2 sites with dual switch stack of 3850 at each site.

Site A and SiteB are connected through routed port channel uplink (IP 10.48.35.48/30)

Site A has 2 VLAN
vlan 4 (172.12.192.32/27: Vlan IP 172.12.192.62)
vlan 8 (10.48.30.0/28 : Vlan IP 10.40.30.14)
Server1 IP :172.12.192.33
Server2 IP :10.48.30.1


Site B has 2 VLAN
vlan 4 (172.12.194.32/27: Vlan IP 172.12.194.62)
vlan 8 (10.48.32.0/28 : Vlan IP 10.48.32.14)
Server1 IP :172.12.194.33
Server2 IP :10.48.32.1

Now requirement is that Site A servers Should be able to reach Site B server so i added static routing on both switches

Site A
ip route 172.12.194.32 255.255.255.224 10.48.35.50
Site B
ip route 172.12.192.32 255.255.255.224 10.48.35.49

From Server1 , i am able to ping VLAN4 IP successfully (172.12.192.62)
Switch from Site A is pinging VLAN 4 IP of Site B(172.12.194.62) and vice versa

However the Server1 is not able to Ping VLAN4 IP of Site B and Server3 as well.

Same is for VLAN8

1 Reply 1

if you can ping 172.12.192.62 but not 172.12.192.33 it looks like you have not got the gateway setup on the server please check the IPV4 configuration on the server.