Appletalk Static Route

From: °í´ë¿µ (kody@xxxxxxxxxxxxxxxxx)
Date: Mon Nov 13 2000 - 05:04:57 GMT-3


   
(http://127.0.0.1:8080/cc/td/doc/product/software/ios120/12cgcr/np2_c/2capple.h
tm)

According to the Cisco documents, appletalk floating static route
doesn't be automatically
redistributed into other dynamic routing protocol like RTMP or EIGRP.
But, I think it is not true.

I tested static route and floating static route, and both are well
automatically redistbuted to other router.

My configuration and results are below.

E0 S0 S0 E0
| ----- ----- |
|--| R2 |-------| R1 |--|
| ----- ----- |

r2#sh run
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r2
!
!
!
!
ip subnet-zero
no ip domain-lookup
!
appletalk routing
!
!
!
interface Ethernet0
 appletalk cable-range 520-520 520.2
 appletalk zone z520
!
interface Serial0
 appletalk cable-range 2100-2100 2100.2
 appletalk zone z2100
!
appletalk static cable-range 300-300 to 520.5 floating zone zether
appletalk static cable-range 400-400 to 520.5 zone zether
!
!
line con 0
 exec-timeout 0 0
 privilege level 15
 transport input none
line aux 0
line vty 0 4
!
end

r2#
r2#sh apple rou
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
       S - static P - proxy
7 routes in internet

The first zone listed for each entry is its default (primary) zone.

R Net 170-170 [1/G] via 2100.1, 6 sec, Serial0, zone z170
S Net 300-300 [1/G] via 520.5, 798 sec, Ethernet0, zone zether
S Net 400-400 [1/G] via 520.5, 782 sec, Ethernet0, zone zether
C Net 520-520 directly connected, Ethernet0, zone z520
C Net 2100-2100 directly connected, Serial0, zone z2100
r2#

r1#sh run
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r1
!
!
!
!
!
!
ip subnet-zero
no ip domain-lookup
!
appletalk routing
!
interface Ethernet0
 appletalk cable-range 170-170 170.1
 appletalk zone z170
!
interface Serial0
 appletalk cable-range 2100-2100 2100.1
 appletalk zone z2100
 clockrate 2000000
!
!
!
line con 0
 exec-timeout 0 0
 privilege level 15
 transport input none
line aux 0
line vty 0 4
!
end

r1#sh apple rou
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
       S - static P - proxy
7 routes in internet

The first zone listed for each entry is its default (primary) zone.

C Net 170-170 directly connected, Ethernet0, zone z170
R Net 300-300 [2/G] via 2100.2, 3 sec, Serial0, zone zether
R Net 400-400 [2/G] via 2100.2, 3 sec, Serial0, zone zether
R Net 520-520 [1/G] via 2100.2, 3 sec, Serial0, zone z520
C Net 2100-2100 directly connected, Serial0, zone z2100
r1#

Anybody has tested on this?



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