appletalk , RTMP and EIGRP

From: Andy Singh (asingh@xxxxxxxxxxxxxxxxxxxx)
Date: Tue Oct 10 2000 - 20:14:38 GMT-3


   

Working on a Lab scenario,
Router2 has phase 1 address on Ethernet int and phase 2 on the serial
interface...connects to Router1 using point to point Frame realy. Serial
inteface on both routers running Eigrp. Router 1 is not able to see the zone
on the ethernet side of the R2. as soon as i run Eigrp on E0 of R2, R1 sees
it just fine....route redistribution is enable between RTMP and EIGRP ..any
ideas. Also R2 doesn't see R1's E0 which have Phase II address, here's the
config
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R2
!
enable secret 5 $1$sA0L$MM2ZtsStoFA1WaB4T9qmk1
enable password cisco
!
ip subnet-zero
appletalk routing eigrp 2
appletalk route-redistribution
frame-relay de-list 1 protocol ip
clock timezone PST 8
clock summer-time PST recurring
!
!
interface Loopback0
 ip address 1.1.1.1 255.255.255.255
!
interface Ethernet0
 ip address 172.16.0.253 255.255.255.0
 appletalk address 172.166
 appletalk zone r2e0
!
interface Serial0
 ip address 137.20.100.1 255.255.255.0
 encapsulation frame-relay
 ip ospf network point-to-point
 no ip mroute-cache
 appletalk cable-range 100-101 100.198
 appletalk zone r1r2
 appletalk protocol eigrp
 no appletalk protocol rtmp
 no fair-queue
 frame-relay lmi-type ansi
!
interface Serial1
 no ip address
 shutdown
!
router ospf 200
 network 1.1.1.1 0.0.0.0 area 21
 network 137.20.100.1 0.0.0.0 area 0
 network 172.16.0.0 0.0.0.255 area 20
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.0.1
!
!
line con 0
line 1 16
 no exec
 modem InOut
 transport input all
line aux 0
line vty 0 4
 password pass
 login
!
ntp master
end

R1
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R1
!
!
appletalk routing eigrp 1
appletalk route-redistribution
!
!
interface Loopback0
 ip address 137.20.1.1 255.255.255.240
!
interface Loopback1
 ip address 137.20.1.17 255.255.255.240
!
interface Ethernet0
 ip address 137.20.10.1 255.255.255.0
 no keepalive
 appletalk cable-range 10-11 10.219
 appletalk zone r1e0
!
interface Serial0
 no ip address
 encapsulation frame-relay
 no ip mroute-cache
 frame-relay lmi-type ansi
!
interface Serial0.1 point-to-point
 ip address 137.20.100.2 255.255.255.0
 appletalk cable-range 100-101 100.31
 appletalk zone r1r2
 appletalk protocol eigrp
 no appletalk protocol rtmp
 frame-relay interface-dlci 102
!
interface Serial0.2 multipoint
 ip address 137.20.101.1 255.255.255.0
 ip ospf network point-to-multipoint
 appletalk cable-range 200-201 200.224
 appletalk zone frame
 appletalk protocol eigrp
 no appletalk protocol rtmp
 no appletalk eigrp-splithorizon
 frame-relay interface-dlci 103
 frame-relay interface-dlci 105
!
interface Serial1
 no ip address
 shutdown
!
router ospf 100
 network 137.20.1.0 0.0.0.15 area 11
 network 137.20.1.16 0.0.0.15 area 11
 network 137.20.10.0 0.0.0.255 area 10
 network 137.20.100.2 0.0.0.0 area 0
 network 137.20.101.1 0.0.0.0 area 0
 area 11 range 137.20.1.0 255.255.255.0
!
ip classless
!
!
line con 0
line aux 0



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:25:25 GMT-3