A new problem gns3 + stub router + summarization
I'm practice stub and summarization in eigrp and I made this :
R1 is the stub router and all routers have the network statements
I also summarize the route on R2 and R3
the problem is that the summarization is not propagate through the stub router I did used the command eigrp stub summary although it's enabled by default and it didn't worked so I also tried propagate the summaries by the stub router on int fa0/0 and fa0/1 and it's still no working any suggestions???
here project files:
http://www.filedropper.com/stubsumm
R1 is the stub router and all routers have the network statements
I also summarize the route on R2 and R3
the problem is that the summarization is not propagate through the stub router I did used the command eigrp stub summary although it's enabled by default and it didn't worked so I also tried propagate the summaries by the stub router on int fa0/0 and fa0/1 and it's still no working any suggestions???
here project files:
http://www.filedropper.com/stubsumm
Comments
-
siggnation Member Posts: 182I'm trying to locate the router image you used, so I can view the config.
Anyway you can copy and paste your configurations on all routers to notepad and post here?Currently Reading:
CCIE Routing and Switching Written Exam v. 5.1
CCIE Routing and Switching 5.0 OCG, Vol. I
Cisco Lan Switching -
atorven Member Posts: 319You need to summarize the routes that you're receiving further, on R1 you're receiving a /13 and /14 and you've configured your summary routes with the same prefix length, reduce the /13 to a /12 or /14 to /13 or lower.
interface FastEthernet0/0
ip address 172.16.1.1 255.255.255.252
ip summary-address eigrp 100 10.64.0.0 255.248.0.0 5
duplex auto
speed auto
end
R1(config-if)#do sh run int f0/1
Building configuration...
Current configuration : 150 bytes
!
interface FastEthernet0/1
ip address 172.16.2.1 255.255.255.252
ip summary-address eigrp 100 10.0.0.0 255.240.0.0 5