Avatar of jjmartineziii
jjmartineziii
Flag for United States of America asked on

EIGRP stub question

Maybe I don't understand EIGRP stubs, but it was my understanding that when you configure a router as a stub, it should only know about the HUB and not about the other spokes. That's not happening with me. Why does R1 know the routes of another spoke? Here are my configs
SPOKE:
router eigrp 101
 network 10.0.4.0 0.0.0.255
 network 10.0.5.0 0.0.0.255
 network 10.0.6.0 0.0.0.255
 network 10.254.0.0 0.0.0.3
 no auto-summary
 eigrp stub connected summary
 
 
 
SPOKE ROUTING TABLE
     10.0.0.0/8 is variably subnetted, 11 subnets, 2 masks
D       10.0.8.0/24 [90/435200] via 10.254.0.1, 00:30:28, FastEthernet0/0
D       10.0.9.0/24 [90/435200] via 10.254.0.1, 00:30:28, FastEthernet0/0
D       10.0.2.0/24 [90/409600] via 10.254.0.1, 00:37:31, FastEthernet0/0
D       10.0.3.0/24 [90/409600] via 10.254.0.1, 00:37:31, FastEthernet0/0
D       10.0.1.0/24 [90/409600] via 10.254.0.1, 00:37:31, FastEthernet0/0
C       10.0.6.0/24 is directly connected, Loopback2
D       10.0.7.0/24 [90/435200] via 10.254.0.1, 00:30:28, FastEthernet0/0
C       10.0.4.0/24 is directly connected, Loopback0
C       10.0.5.0/24 is directly connected, Loopback1
D       10.254.0.4/30 [90/307200] via 10.254.0.1, 00:37:31, FastEthernet0/0
C       10.254.0.0/30 is directly connected, FastEthernet0/0
 
 
 
===================================================================================
 
HUB
router eigrp 101
 redistribute static
 network 10.0.1.0 0.0.0.255
 network 10.0.2.0 0.0.0.255
 network 10.0.3.0 0.0.0.255
 network 10.254.0.0 0.0.0.3
 network 10.254.0.4 0.0.0.3
 no auto-summary

Open in new window

RoutersNetworking Hardware-Other

Avatar of undefined
Last Comment
Mysidia

8/22/2022 - Mon
IPFox

Well that looks correct.
Can you verify on spoke what the following command gives:

show ip eigrp neighbor detail


ASKER CERTIFIED SOLUTION
Mysidia

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Your help has saved me hundreds of hours of internet surfing.
fblack61