cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
420
Views
0
Helpful
1
Replies

Adding Router, getting Port Configuration Errors

reyoung
Community Member

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?

1 Reply 1

epylko
Community Member

Since you didn't post the entire configuration for your routers, it could be somewhere else in your configuration.

Have you tried configuring your Router C in discover mode? To do that, use these commands:

appletalk cable-range 0-0

or

appletalk cable-range 3000-3001

appletalk discovery

Also, what is the exact error message you're getting and have you tried any appletalk debugs on Router C when it comes up, or Router A and B?

-Eric