10-08-2021 07:40 AM
Hello,
I have problem with tunnel routing. The issue that I am pinging tunnel IPs but cant ping to Loopback IP from Site A to Site B. It is working one way. I check my routing table but network does not seem there.
In Site B's router shows tunnel subblock. What does it mean?
In other hand;
for Site B ; NVI 0 IP is Ethernet port's IP but in Site A, NVI 0 IP is loopback IP. Is it important?
I am pinging 10.1.1.1 IP from B to A and traceroute shows tunnel IPs but when I try to ping 10.2 .1.1, The ping goes to different IPs. you can see traceroute screenshot on attachment. It does not go to tunnel IP.
Is it related with ISP's routing or mine?
Solved! Go to Solution.
10-09-2021 12:32 PM
Hello,
I am not really sure what the goal of your design is. You are tracking the cellular, which means nothing is routed through the cellular until the tunnel goes down...but the tunnel needs the cellular.
Either way, try to just use the routes below:
Site A
ip route 10.2.1.0 255.255.255.0 Tunnel0
ip route 0.0.0.0 0.0.0.0 Cellular0/3/0
Site B
ip route 10.1.1.0 255.255.255.0 Tunnel0
ip route 0.0.0.0 0.0.0.0 Cellular0/3/0
10-08-2021 07:46 AM
Hello,
post a diagram of your topology, as well as the running config (sh run) of the devices that function as the tunnel endpoints...
10-08-2021 09:37 AM
I agree with Georg. We will need the running configs and diagram.
10-09-2021 11:52 AM
10-09-2021 12:32 PM
Hello,
I am not really sure what the goal of your design is. You are tracking the cellular, which means nothing is routed through the cellular until the tunnel goes down...but the tunnel needs the cellular.
Either way, try to just use the routes below:
Site A
ip route 10.2.1.0 255.255.255.0 Tunnel0
ip route 0.0.0.0 0.0.0.0 Cellular0/3/0
Site B
ip route 10.1.1.0 255.255.255.0 Tunnel0
ip route 0.0.0.0 0.0.0.0 Cellular0/3/0
10-11-2021 01:37 AM
Dear Georg,
This routing configuration is already written for each site.
"ip forward-protocol nd
ip route 10.2.1.0 255.255.255.0 Tunnel0 track 254
ip route 0.0.0.0 0.0.0.0 Cellular0/3/0
ip route 94.79.93.248 255.255.255.255 Cellular0/3/0 254
no ip http server
no ip http secure-server"
10-11-2021 01:39 AM
When I write sh ip route x.x.x.x
"sh ip route 94.79.93.248
Routing entry for 94.79.93.248/32
Known via "static", distance 254, metric 0 (connected)
Routing Descriptor Blocks:
* directly connected, via Cellular0/3/0
Route metric is 0, traffic share count is 1"
10-11-2021 01:56 AM
Hi Georg,
I solved it! Thank you. Just change my routing configuration from ip route 10.2.1.0 255.255.255.0 Tunnel0 track 254 to ip route 10.2.1.0 255.255.255.0 Tunnel0 and it started to communicate.
Thank you!
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