cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
3376
Views
0
Helpful
1
Replies

packet tracer problem with three connected router

Mary
Level 1
Level 1

we have three router R0, R1, R2 connect together, R0 and R1 both use G0/0, R2 and R3 both use G0/1. all the interface are up, but we can't ping the neighbor although EIGRP is activiated.

Ro config:

Router#show run

Building configuration...

Current configuration : 777 bytes

!

version 15.1

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

ip cef

no ipv6 cef

!

license udi pid CISCO1941/K9 sn FTX1524VED3

spanning-tree mode pvst

interface Loopback0

ip address 150.1.1.1 255.255.255.0

interface GigabitEthernet0/0

ip address dhcp

duplex auto

speed auto

!

interface GigabitEthernet0/1

no ip address

duplex auto

speed auto

shutdown

!

interface Vlan1

no ip address

shutdown

!

router eigrp 1

network 155.1.12.0 0.0.0.255

network 155.1.0.0

network 150.1.0.0

network 0.0.0.0 0.0.0.0

auto-summary

!

ip classless

!

ip flow-export version 9

line con 0

!

line aux 0

!

line vty 0 4

login

+++++++++++++++++++++

R1 config:

!

ip cef

no ipv6 cef

!

license udi pid CISCO1941/K9 sn FTX15249V8M

spanning-tree mode pvst

interface Loopback0

ip address 150.1.2.2 255.255.255.0

!

interface GigabitEthernet0/0

no ip address

ip helper-address 150.1.3.3

duplex auto

speed auto

!

interface GigabitEthernet0/1

ip address 155.1.23.2 255.255.255.0

duplex auto

speed auto

!

interface Vlan1

no ip address

shutdown

!

router eigrp 1

network 0.0.0.0 0.0.0.0

auto-summary

!

ip classless

!

ip flow-export version 9

line con 0

!

line aux 0

!

line vty 0 4

login

end

++++++++++++++++

R2 config:

interface Loopback0

ip address 150.1.3.3 255.255.255.0

!

interface GigabitEthernet0/0

no ip address

duplex auto

speed auto

shutdown

!

interface GigabitEthernet0/1

ip address 155.1.23.3 255.255.255.0

duplex auto

speed auto

!

interface Vlan1

no ip address

shutdown

!

router eigrp 1

network 0.0.0.0 0.0.0.0

auto-summary

!

ip classless

!

ip flow-export version 9

no cdp run

line con 0

!

line aux 0

!

line vty 0 4

login

end

+++++++++++++++++

can this be done in packet tracer, I'm testing DHCP within router.

1 Reply 1

Borgenstrand
Level 1
Level 1

In "Ro config:", I can see you have ip address dhcp on g0/0, it should be connected to R1 I believe. R1 does not have any DHCP config however. So g0/0 does not have an IP address and I believe that is why your setup does not work. Can R1 ping R2?
I would also suggest you write no auto-summary under router eigrp 1.

DHCP can be done in Cisco Packet Tracer, it does not have all functions of a real router however.
http://www.firewall.cx/cisco-technical-knowledgebase/cisco-routers/812-cisco-router-dhcp-config.html