12-27-2016 10:23 AM - edited 03-08-2019 08:43 AM
After configuring a few other parts of my lab successfully I have now hit an issue that I believe needs a fresh pair of eyes.
Trying to bring up a simple EIGRP adjacency between 10.44.70.1 and 10.44.70.2. My Core is sending hellos to Router 2 but for some reason the router is ignoring them. Hello / Hold Time Intervals are the same for the interfaces also.
My Core Switch - 10.44.0.1
Router 1 - 10.44.70.3 (I have a successful adjacency with my Core)
Router 2 - 10.44.70.2 (Trying to setup separate adjacency to my Core) - One I have issues with
Debug from 10.44.70.2
*Dec 27 18:16:53.727: EIGRP: received packet with MD5 authentication, key id = 1
*Dec 27 18:16:53.727: EIGRP: Received HELLO on GigabitEthernet0/0 nbr 10.44.70.1
*Dec 27 18:16:53.727: AS 1, Flags 0x0:(NULL), Seq 0/0 interfaceQ 0/0
*Dec 27 18:16:53.727: EIGRP: Ignore unmatched Hello from GigabitEthernet0/0 10.44.70.1
*Dec 27 18:16:54.979: EIGRP: Sending HELLO on GigabitEthernet0/0 nbr 10.4.70.1
*Dec 27 18:16:54.979: AS 1, Flags 0x0:(NULL), Seq 0/0 interfaceQ 0/0 iidbQ un/rely 0/0
*Dec 27 18:16:58.367: EIGRP: received packet with MD5 authentication, key id = 1
*Dec 27 18:16:58.367: EIGRP: Received HELLO on GigabitEthernet0/0 nbr 10.44.70.1
*Dec 27 18:16:58.367: AS 1, Flags 0x0:(NULL), Seq 0/0 interfaceQ 0/0
*Dec 27 18:16:58.367: EIGRP: Ignore unmatched Hello from GigabitEthernet0/0 10.44.70.1
Debug from 10.44.0.1 (My Core)
*Mar 1 01:16:43.030: EIGRP: Sending HELLO on Vlan970 nbr 10.44.70.2
*Mar 1 01:16:43.030: AS 1, Flags 0x0:(NULL), Seq 0/0 interfaceQ 0/0 iidbQ un/ rely 0/0
*Mar 1 01:16:43.030: EIGRP: Sending HELLO on Vlan970 nbr 10.44.70.3
*Mar 1 01:16:43.030: AS 1, Flags 0x0:(NULL), Seq 0/0 interfaceQ 0/0 iidbQ un/ rely 0/0
*Mar 1 01:16:44.641: EIGRP: received packet with MD5 authentication, key id = 1
*Mar 1 01:16:44.641: EIGRP: Received HELLO on Vlan970 nbr 10.44.70.3
*Mar 1 01:16:44.641: AS 1, Flags 0x0:(NULL), Seq 0/0 interfaceQ 0/0 iidbQ un/ rely 0/0 peerQ un/rely 0/0
*Mar 1 01:16:47.853: EIGRP: Sending HELLO on Vlan970 nbr 10.44.70.2
*Mar 1 01:16:47.853: AS 1, Flags 0x0:(NULL), Seq 0/0 interfaceQ 0/0 iidbQ un/ rely 0/0
*Mar 1 01:16:47.853: EIGRP: Sending HELLO on Vlan970 nbr 10.44.70.3
*Mar 1 01:16:47.853: AS 1, Flags 0x0:(NULL), Seq 0/0 interfaceQ 0/0 iidbQ un/ rely 0/0
*Mar 1 01:16:49.271: EIGRP: received packet with MD5 authentication, key id = 1
*Mar 1 01:16:49.279: EIGRP: Received HELLO on Vlan970 nbr 10.44.70.3
*Mar 1 01:16:49.279: AS 1, Flags 0x0:(NULL), Seq 0/0 interfaceQ 0/0 iidbQ un/ rely 0/0 peerQ un/rely 0/0
*Mar 1 01:16:52.207: EIGRP: Sending HELLO on Vlan970 nbr 10.44.70.2
*Mar 1 01:16:52.207: AS 1, Flags 0x0:(NULL), Seq 0/0 interfaceQ 0/0 iidbQ un/
Core Switch EIGRP Config
router eigrp ROWAN
!
address-family ipv4 unicast autonomous-system 1
!
af-interface default
passive-interface
exit-af-interface
!
af-interface Vlan970
authentication mode md5
authentication key-chain KC_MD5
no passive-interface
exit-af-interface
!
topology base
exit-af-topology
neighbor 10.44.70.3 Vlan970
neighbor 10.44.70.2 Vlan970
network 10.44.0.0 0.0.0.255
network 10.44.70.1 0.0.0.0
eigrp router-id 3.5.6.0
exit-address-family
Router 2 EIGRP Config
router eigrp ROWAN
!
address-family ipv4 unicast autonomous-system 1
!
af-interface default
passive-interface
exit-af-interface
!
af-interface GigabitEthernet0/0
authentication mode md5
authentication key-chain KC_MD5
no passive-interface
exit-af-interface
!
topology base
exit-af-topology
neighbor 10.4.70.1 GigabitEthernet0/0
network 10.44.70.2 0.0.0.0
eigrp router-id 2.8.5.1
exit-address-family
Solved! Go to Solution.
12-27-2016 10:53 AM
On R2 Shouldn't this
neighbor 10.4.70.1 GigabitEthernet0/0
be
neighbor 10.44.70.1 GigabitEthernet0/0
HTH
12-27-2016 10:53 AM
On R2 Shouldn't this
neighbor 10.4.70.1 GigabitEthernet0/0
be
neighbor 10.44.70.1 GigabitEthernet0/0
HTH
12-28-2016 02:55 AM
Silly me...
12-28-2016 11:34 AM
No worries.
It happens to all of us. Sometimes its very easy to miss a digit even after looking at a so many times :-)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide