From: Peng Zheng (zpnist@yahoo.com)
Date: Fri Nov 29 2002 - 15:34:32 GMT-3
(lo0)R3(e0)----(e0)R5(s0.1)----(s0)R13(e0)
IP for E3:
lo0: 10.3.1.3/24
e0: 192.168.4.3/24
IP for R13:
s0: 192.168.1.13/28
e0: 10.2.1.13/24
There is a tunnel is configured between R3 and R13.
OSPF is runing between R3 and R5, R5 and R13
EIGRP is running on tunnel and lo0 of R3 and e0 of
R13.
But OSPF works well, but I cann not see tunnel in
routing table and R13 can not see lo0 of R3, R3 can
not see e0 of R13.
Below is their configuation:
---------------------------------------------
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r3
!
enable secret 5 $1$MZ4K$RZXlOUh3c8a5HB.ImaVRl0
!
!
!
!
!
ip subnet-zero
no ip domain-lookup
!
cns event-service server
!
!
!
!
interface Loopback0
ip address 129.3.3.3 255.255.255.0
!
interface Loopback1
ip address 10.3.1.3 255.255.255.0
!
interface Tunnel0
ip address 10.4.1.3 255.255.255.0
tunnel source 192.168.4.3
tunnel destination 192.168.1.13
!
interface Ethernet0
ip address 192.168.4.3 255.255.255.0
ip ospf message-digest-key 1 md5 cisco
!
interface Serial0
no ip address
shutdown
no fair-queue
!
interface Serial1
no ip address
shutdown
!
router eigrp 10
network 10.0.0.0
no auto-summary
no eigrp log-neighbor-changes
!
router ospf 1
log-adjacency-changes
area 3 authentication message-digest
network 129.3.3.3 0.0.0.0 area 3
network 192.168.4.3 0.0.0.0 area 3
!
ip classless
no ip http server
!
!
!
line con 0
exec-timeout 0 0
transport input none
line aux 0
line vty 0 4
login
!
end
________________________________________-
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r13
!
enable secret 5 $1$5fx9$JtLJ8cAJWgL2V9o1/MvOQ1
!
!
!
!
!
ip subnet-zero
no ip domain-lookup
!
cns event-service server
!
interface Loopback0
ip address 129.13.13.13 255.255.255.0
!
interface Tunnel0
ip address 10.4.1.13 255.255.255.0
tunnel source 192.168.1.13
tunnel destination 193.168.4.3
!
interface Ethernet0
ip address 10.2.1.13 255.255.255.0
no keepalive
!
interface Serial0
ip address 192.168.1.13 255.255.255.240
encapsulation frame-relay
ip ospf message-digest-key 1 md5 cisco
ip ospf network broadcast
frame-relay map ip 192.168.1.5 301 broadcast
no frame-relay inverse-arp
!
interface Serial1
no ip address
shutdown
!
router eigrp 10
network 10.0.0.0
no auto-summary
no eigrp log-neighbor-changes
!
router ospf 1
log-adjacency-changes
area 0 authentication message-digest
network 129.13.13.13 0.0.0.0 area 0
network 192.168.1.13 0.0.0.0 area 0
!
ip classless
no ip http server
!
!
line con 0
exec-timeout 0 0
transport input none
line aux 0
line vty 0 4
login
!
end
_______________________________________
Does anyone know why?
Thanks for help.
This archive was generated by hypermail 2.1.4 : Tue Dec 03 2002 - 07:23:12 GMT-3