10-31-2018 10:36 AM - edited 03-05-2019 11:01 AM
Hello Experts,
I need help...urgently
i created a normal GRE tunnels on two routers!(routing protocol: EIGRP)
i can see that one side EIGRP Tunnel is up and also showing in eigrp neighbour but other side tunnel is also UP but not shwoing eigrp neighbour. Also i cant ping the tunenl IP from both end.
Router1:
interface Tunnel100
ip address 172.25.100.1 255.255.255.252
ip mtu 1300
ip tcp adjust-mss 1260
tunnel source 148.244.229.68
tunnel destination 96.85.125.162
!
router eigrp 1
distribute-list prefix filter_eigrp out
network 10.84.0.0 0.0.255.255
network 172.25.100.0 0.0.0.3
redistribute static route-map static2EIGRP
passive-interface Loopback0
Router2:
interface Tunnel100
ip address 172.25.100.2 255.255.255.252
ip mtu 1300
ip tcp adjust-mss 1260
tunnel source 96.85.125.162
tunnel destination 148.244.229.68
!
router eigrp 1
distribute-list prefix filter_eigrp out
network 10.86.0.0 0.0.255.255
network 172.25.100.0 0.0.0.3
redistribute static route-map static2EIGRP
passive-interface Loopback0
Thanks
10-31-2018 11:09 AM
Please do show ip eigrp interfaces
Make sure that EIGRP is enabled on the tunnel interface on both routers.
10-31-2018 11:11 AM
10-31-2018 11:22 AM
yes it is there..
ip route 148.244.229.68 255.255.255.255 96.85.125.174 name Spoke_CO_AL-PUEBLA
ip route 96.85.125.162 255.255.255.255 148.244.229.65 name Spoke_AL_CO-DETROI
10-31-2018 11:19 AM
Here is isÖ
PURCVPN1#sh ip ei interfaces
EIGRP-IPv4 Interfaces for AS(1)
Xmit Queue PeerQ Mean Pacing Time Multicast Pending
Interface Peers Un/Reliable Un/Reliable SRTT Un/Reliable Flow Timer Routes
Tu1 1 0/0 0/0 186 0/2 762 0
Tu2 1 0/0 0/0 180 0/2 722 0
Vl4 1 0/0 0/0 1 0/0 50 0
Vl6 0 0/0 0/0 0 0/0 0 0
Tu187 1 0/0 0/0 70 0/5 252 0
Tu87 2 0/0 0/0 59 0/4 260 0
Tu100 0 0/0 0/0 0 6/6 0 0
PURCVPN1#
10-31-2018 11:13 AM
ping 148.244.229.68 source 96.85.125.162
ping 96.85.125.162 source 148.244.229.68
10-31-2018 11:25 AM - edited 10-31-2018 11:27 AM
result..
PURCVPN1#ping 96.85.125.162 source gig0/1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 96.85.125.162, timeout is 2 seconds:
Packet sent with a source address of 148.244.229.68
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 88/92/96 ms
DERCVPN1#ping 148.244.229.68 so 96.85.125.162
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 148.244.229.68, timeout is 2 seconds:
Packet sent with a source address of 96.85.125.162
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 93/98/100 ms
DERCVPN1#
its working
10-31-2018 11:27 AM
10-31-2018 11:32 AM
permit ip any any
ACL is not blcoking anything....
10-31-2018 11:34 AM
Can you ping between the tunnel interfaces now?
10-31-2018 11:36 AM
no its not working..
PURCVPN1#ping 172.25.100.2 so tunnel 100
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.25.100.2, timeout is 2 seconds:
Packet sent with a source address of 172.25.100.1
.....
Success rate is 0 percent (0/5)
PURCVPN1#
10-31-2018 11:45 AM - edited 10-31-2018 11:46 AM
show the configuration on 148.244.229.68
10-31-2018 12:02 PM - edited 11-04-2018 11:27 PM
here its is:
deleted...-----------------------------
10-31-2018 11:30 AM
PURCVPN1#ping 96.85.125.162
Does this have a route to 96.85.126.162?
10-31-2018 11:33 AM
yes it has..
PURCVPN1#ping 96.85.125.162
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 96.85.125.162, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 88/91/96 ms
PURCVPN1#
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