06-25-2019 02:33 PM - edited 06-25-2019 02:52 PM
Hello
We have new branch and we will connect it through 4G routers "WAN connection" and L3 switches as below Fig.
From 1-Branch Switch i can ping the 2-Branch Switch, but from (PC-1) i cannot ping (2-Branch Switch) also (PC-2).
Maybe i have missed something.
Here is the Routers and Switches conf.
1-Router
Gateway of last resort is 0.0.0.0 to network 0.0.0.0
S* 0.0.0.0/0 is directly connected, Tunnel1
10.0.0.0/8 is variably subnetted, 5 subnets, 3 masks
C 10.65.17.0/29 is directly connected, Vlan1
L 10.65.17.2/32 is directly connected, Vlan1
C 10.201.51.0/24 is directly connected, Cellular0
L 10.201.51.1/32 is directly connected, Cellular0
S 10.201.56.24/32 is directly connected, Cellular0
172.20.0.0/16 is variably subnetted, 2 subnets, 2 masks
C 172.20.218.196/30 is directly connected, Tunnel1
L 172.20.218.198/32 is directly connected, Tunnel1
2-Router
S* 0.0.0.0/0 is directly connected, Tunnel1
10.0.0.0/8 is variably subnetted, 5 subnets, 3 masks
C 10.66.17.0/29 is directly connected, Vlan1
L 10.66.17.2/32 is directly connected, Vlan1
C 10.201.51.0/24 is directly connected, Cellular0
L 10.201.51.2/32 is directly connected, Cellular0
S 10.201.56.24/32 is directly connected, Cellular0
172.20.0.0/16 is variably subnetted, 2 subnets, 2 masks
C 172.20.218.200/30 is directly connected, Tunnel1
L 172.20.218.202/32 is directly connected, Tunnel1
1-Branch Switch
#ip routing
#interface FastEthernet0/1
no switchport
ip address 10.65.17.1 255.255.255.248
#interface FastEthernet0/3
switchport access vlan 10
switchport mode access
interface Vlan10
ip address 10.20.11.254 255.255.254.0
ip default-gateway 10.65.17.2
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0/1
2-Branch Switch
#ip routing
#interface FastEthernet0/1
switchport access vlan 11
switchport mode access
#interface FastEthernet0/24
no switchport
ip address 10.66.17.1 255.255.255.248
#interface Vlan11
ip address 10.30.11.1 255.255.255.0
ip default-gateway 10.66.17.2
ip classless
ip route 0.0.0.0 0.0.0.0 10.66.17.2
your help will be highly appreciated
Thanks
06-25-2019 02:42 PM
Some how the configs not able to download to look.
make sure you have routing in place to reach, post the traceroute where it dropping ?
06-25-2019 03:42 PM
Hi @mmarie ,
The routers do not have a route to the VLAN networks (Router 1 to VLAN 26 and Router 2 to VLAN 11).
You can achieve this by configuring a static route or a routing protocol.
Regards
06-26-2019 02:45 AM
Hello
1-Branch Switch
no ip default-gateway 10.65.17.2
no interface Vlan10
interface Vlan26
ip address 10.20.26.254 255.255.254.0
exit
interface FastEthernet0/3
Description PC1 host port
switchport access vlan 26
exit
vlan 26
exit
2-Branch Switch
no ip default-gateway 10.66.17.2
interface FastEthernet0/1
Description PC2 host port
switchport access vlan 11
exit
vlan 11
exit
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide