I have been trying to add a 2600 series router into our LAN where other routers already exist. Each router is set with Appletalk zones.
Router A
interface fastethernet0/0
ip address 192.168.0.2 255.255.0.0
.
.
appletalk cable-range 5834-5836 5835.18
.
no cdp enable
!
interface fastethernet0/1
ip address 10.5.1.1. 255.255.0.0
.
.
appletalk cable-range 3000-3001 3000.240
.
no cdp enable
!
router eigrp 100
network 10.0.0.0
network 192.168.0.0
------
Router B
interface fastethernet0/0
ip address 10.5.1.3 255.255.0.0
appletalk cable-range 3000-3001 3000.175
.
.
no cdp enable
!
interface fastethernet0/1
ip address 10.3.1.1 255.255.0.0
appletalk cable-range 4000-4001 4000.52
.
.
no cdp enable
!
router eigrp 100
network 10.0.0.0
------
Router C
interface fastethernet0/0
ip address 10.5.1.2 255.255.0.0
appletalk cable-range 3000-3001 3000.72
.
appletalk zone {same as Router A fasteth0/1}
.
no cdp enable
!
interface fastethernet0/1
ip address 10.1.1.1 255.255.0.0
appletalk cable-range 2000-2001 2000.132
.
.
no cdp enable
!
Router eigrp 100
network 10.0.0.0
------
Router A and B work fine together. Zones from building A and building B show up in the chooser as we would like them. When Router C is added, I get an error related to port configuration and the zones defined in router C fasteth0/1 are ignored, and only the zones for router A appear. What we would like is for all zones to appear at all locations. Any ideas? or is it possibly somewhere else in the configuration?