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 summarySPOKE ROUTING TABLE 10.0.0.0/8 is variably subnetted, 11 subnets, 2 masksD 10.0.8.0/24 [90/435200] via 10.254.0.1, 00:30:28, FastEthernet0/0D 10.0.9.0/24 [90/435200] via 10.254.0.1, 00:30:28, FastEthernet0/0D 10.0.2.0/24 [90/409600] via 10.254.0.1, 00:37:31, FastEthernet0/0D 10.0.3.0/24 [90/409600] via 10.254.0.1, 00:37:31, FastEthernet0/0D 10.0.1.0/24 [90/409600] via 10.254.0.1, 00:37:31, FastEthernet0/0C 10.0.6.0/24 is directly connected, Loopback2D 10.0.7.0/24 [90/435200] via 10.254.0.1, 00:30:28, FastEthernet0/0C 10.0.4.0/24 is directly connected, Loopback0C 10.0.5.0/24 is directly connected, Loopback1D 10.254.0.4/30 [90/307200] via 10.254.0.1, 00:37:31, FastEthernet0/0C 10.254.0.0/30 is directly connected, FastEthernet0/0===================================================================================HUBrouter 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
Can you verify on spoke what the following command gives:
show ip eigrp neighbor detail