Tunnel interface not able to ping

From: Cisco Fanatic (ebay_products@hotmail.com)
Date: Fri Mar 27 2009 - 18:09:18 ART


All,

Very simple, but not able to ping the tunnel interfaces ..

R4
==
!
interface Tunnel0
 ip address 1.1.1.4 255.255.255.0
 tunnel source 10.1.5.4
 tunnel destination 1.1.1.1
!
interface Ethernet0/0
 ip address 10.1.4.4 255.255.255.0
!
interface Serial1/0
 ip address 10.1.5.4 255.255.255.0
 encapsulation frame-relay
 ip ospf network point-to-point
 frame-relay interface-dlci 401
!
router ospf 1
 log-adjacency-changes
 passive-interface default
 no passive-interface Ethernet0/0
 no passive-interface Serial1/0
 no passive-interface Tunnel0
 network 1.1.1.4 0.0.0.0 area 0
 network 10.1.4.4 0.0.0.0 area 0
 network 10.1.5.4 0.0.0.0 area 0
!

************************************

R1
==
!
interface Tunnel0
 ip address 1.1.1.1 255.255.255.0
 tunnel source 10.1.5.1
 tunnel destination 1.1.1.4
!
interface Ethernet0/0
 ip address 10.1.1.1 255.255.255.0
!
interface Serial1/0
 ip address 10.1.5.1 255.255.255.0
 encapsulation frame-relay
 ip ospf network point-to-point
 frame-relay interface-dlci 104
!
router ospf 1
 log-adjacency-changes
 passive-interface default
 no passive-interface Ethernet0/0
 no passive-interface Serial1/0
 no passive-interface Tunnel0
 network 1.1.1.1 0.0.0.0 area 0
 network 10.1.1.1 0.0.0.0 area 0
 network 10.1.5.1 0.0.0.0 area 0
!

-Yuri



This archive was generated by hypermail 2.1.4 : Mon Apr 06 2009 - 06:44:07 ART