cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1719
Views
40
Helpful
7
Replies

DHCP with EIGRP

Sanjay916
Level 1
Level 1

Hello, I am trying to solve this network. I have 3 routers which is R0, R1, and R2, and 3 switches and 3 PC. R1 one is hosting a dhcp that is giving ip address to all 3 PC. The routing protocol that I am using is eigrp. I cannot get my 3rd  PCto acquire an ip address from the dhcp. I am not sure what I am doing wrong. This is my config script. Also I included an screenshot of the network Topology. Please Help me thanks. 

 

 

ROUTER0
G0/0:195.165.85.9 255.255.255.252
G0/1:195.165.85.158 255.255.255.224

 

ROUTER1
G0/0:195.165.85.10 255.255.255.252
G0/1: 195.165.85.13 255.255.255.252
G0/2: 195.165.85.190 255.255.255.224
G0/2: ip helper-address 195.165.85.158

 

ROUTER2
G0/0:195.165.85.14 255.255.255.252
G0/1: 195.165.85.222 255.255.255.224
G0/1: ip helper-address 195.165.85.158


EIGRP 100 CONFIG

ROUTER0
Router eigrp 100
network 195.165.85.128 0.0.0.31
network 195.165.85.8 0.0.0.3


ROUTER1
Router eigrp 100
network 195.165.85.160 0.0.0.31
network 195.165.85.8 0.0.0.3
network 195.165.85.12 0.0.0.3

ROUTER2
Router eigrp 100
network 195.165.85.192 0.0.0.31
network 195.165.85.12 0.0.0.3


ROUTER0 DHCP CONFIG

ip dhcp pool net128
network 195.165.85.128 255.255.255.224
default-router 195.165.85.158
ip dhcp pool net160
network 195.165.85.160 255.255.255.224
default-router 195.165.85.190
ip dhcp pool net192
network 195.165.85.192 255.255.255.224
default-router 195.165.85.222


ip dhcp excluded-address 195.165.85.158
ip dhcp excluded-address 195.165.85.190
ip dhcp excluded-address 195.165.85.222

1 Accepted Solution

Accepted Solutions

thank you for the feedback and  glad all good and working

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

7 Replies 7

balaji.bandi
Hall of Fame
Hall of Fame

Look we hve solved the problem before using static routing - if that is working

 

just enable EIGRP between Router0 to Router 1 and Router 1 to Router 2

anounce the networks related to Router, so you have routing reachability, once that is done, DHCP works automatically.

 

start from below :

 

https://www.ciscopress.com/articles/article.asp?p=2101519&seqNum=5

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Sanjay916
Level 1
Level 1

Thanks.

thank you for the feedback and  glad all good and working

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Javier Acuña
Spotlight
Spotlight

Saludos verifica la conexión entre los router un comando que podría facilitarte el troubleshooting seria el ping ejecuta un ping desde un router a otro verifica la comunicación habilita el EIGRP en la adyacencia de los router y el dhcp empezara a funcionar de manera automática.

 

Recuerda calificar esta respuesta ya que esto motiva a continuar contribuyendo en la Comunidad.

 

 - Would it be possible for you to resort to English-based answers in the English spoken part of the community ?

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Greetings verifies the connection between the routers a command that could facilitate the solution of serious problems the ping executes a ping from one router to another verifies the communication enables the EIGRP in the adjacency of the routers and the dhcp will start working automatically.

 

 

The network has been solved. Thank you. I don't require anymore information 

Review Cisco Networking for a $25 gift card