Posted: Sat Jun 13, 2009 11:24 pm Post subject: Does Packet-tracer support ip summary-addres (EIGRP) ?
Hello everyone
Im currently doing some EIGRP labs with the packet tracer 5.1 program and I cant get "ip summary-address" command to work with the simulator.
My google-fu has not found any similar problems so here I am asking
Basic setup, two routers connected over a serial interface, I want one router to advertise the network 130.130.1.0 255.255.255.0 as a ip summary-address to the other eigrp router.
router A:
interface Serial0/3/0
ip address 172.16.1.2 255.255.255.0
encapsulation ppp
ip summary-address eigrp 1 130.130.1.0 255.255.255.0 5
router eigrp 1
network 172.16.1.0 0.0.0.255
no auto-summary
I have solved the issue. Posting it for anyone else that is looking for this kind of help.
-
I had to add a loopback interface with the ip 130.130.1.1 255.255.255.0 and then add it into the EIGRP 1 AS.
BUT, I had to reboot the routerA for it to start to advertise it.. Sometimes the packet tracer is abit buggy? a fast reboot can sometimes solve problems that shouldnt exist
Current conf looks like this
RouterA:
interface Loopback1
ip address 130.130.1.1 255.255.255.0
!
interface Serial0/3/0
ip address 172.16.1.2 255.255.255.0
encapsulation ppp
ip summary-address eigrp 1 130.130.0.0 255.255.240.0 5
!
130.130.0.0/20 is subnetted, 1 subnets
D 130.130.0.0 [90/2681856] via 172.16.1.2, 00:00:15, Serial0/3/0
172.16.0.0/24 is subnetted, 1 subnets
C 172.16.1.0 is directly connected, Serial0/3/0
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum