Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

%DUAL-5-NBRCHANGE: IP-EIGRP(0) 100

Status
Not open for further replies.

zinkann

ISP
Jan 8, 2008
167
US
I have about 5 3560's running EIGRP configured as EIGRP STUB CONNECTED routers, which talk to a core 4506. I am using vlan 1(for now) as a transport vlan. It is a HUB and SPOKE topology with a Metro E ISP. i just plug all of my switches into their switch and they provide me with a vlan so i just plug into it. All of the 3560's use vlan 1 for the routing updates. At those locations i have them set up for intervlan routing. I'm receiving this error on all of them...

%DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 10.0.2.79 (Vlan1) is down: holding time expired
%DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 10.0.2.79 (Vlan1) is up: new adjacency



The 4506 is my core switch which is doing inter vlan routing network wide and i have a lot of dark fiber. I am running EIGRP only on the metro E side so i can have multiple vlans at those locations. If i didn't then they would all be on one subnet because of the ISP. Here is the config from one of the switches....


!
no aaa new-model
system mtu routing 1500
vtp mode transparent
ip subnet-zero
ip routing
no ip domain-lookup
!
!
!
!
no file verify auto
!
spanning-tree mode mst
spanning-tree extend system-id
!
spanning-tree mst configuration
name ####
revision 2
instance 1 vlan 1-4094
!
!
vlan internal allocation policy ascending
!
vlan 58
name WA-EMC-DATA
!
interface FastEthernet0/1
switchport access vlan 58
switchport mode access
switchport port-security maximum 2
switchport port-security mac-address 001a.a083.9e18
switchport port-security mac-address 001e.f7c4.0b3d
!
interface FastEthernet0/2
switchport mode access
shutdown
!
interface FastEthernet0/3
switchport mode access
shutdown
!
interface FastEthernet0/4
switchport mode access
shutdown
!
interface FastEthernet0/5
switchport mode access
shutdown
!
interface FastEthernet0/6
switchport mode access
shutdown
!
interface FastEthernet0/7
switchport mode access
shutdown
!
interface FastEthernet0/8
switchport mode access
shutdown
!
interface GigabitEthernet0/1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1
switchport mode trunk
!
interface Vlan1
ip address 10.0.2.25 255.255.248.0
!
interface Vlan58
description WA-EMC-DATA
ip address 10.0.58.1 255.255.255.0
ip helper-address 10.0.0.30
!
router eigrp 100
network 10.0.0.0 0.0.255.255
eigrp stub connected
auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.0.0.1
no ip http server
!


Does anyone know why i would be getting those errors once a day?

CCNA, Network+
 
They aren't in use. I don't want anyone plugging into them. All i have is a phone and PC at this location.

CCNA, Network+
 
I was under the impression that in a hub and spoke topology i need to use EIGRP STUB CONNECTED. On the switch, the definition of EIGRP STUB CONNECTED is "Do advertise connected routes". Does that mean that this 3560 will not advertise vlan 58 to my core 4506?

CCNA, Network+
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top