11-26-2021 09:46 AM
Hello I am having trouble pinging to my ftp server and also having trouble getting PC5 and PC6 to pull a ip from dhcp
Can anyone help?
Solved! Go to Solution.
11-26-2021 11:25 AM
Hi @ERINEL0630 ,
There's a few things that need to be corrected.
interface GigabitEthernet0/0/0.40
encapsulation dot1Q 40
ip address 10.7.5.193 255.255.255.192 <+++++++++++++++ should be "ip address 10.7.1.193 255.255.255.192"
!
no ip dhcp excluded-address 10.7.1.1 10.7.1.65 (This is excluding the address range)
no ip dhcp excluded-address 10.7.2.1 10.7.2.65 (This is excluding the address range)
ip dhcp excluded-address 10.7.1.1 (only first address should be excluded)
ip dhcp excluded-address 10.7.1.65 (only first address should be excluded)
ip dhcp excluded-address 10.7.1.129 (only first address should be excluded)
ip dhcp excluded-address 10.7.1.193 (only first address should be excluded)
ip dhcp excluded-address 10.7.2.1 (only first address should be excluded)
ip dhcp excluded-address 10.7.2.65 (only first address should be excluded)
Regards,
11-26-2021 09:47 AM
This is the message I get when pinging
11-26-2021 09:52 AM - edited 11-26-2021 09:53 AM
11-26-2021 10:01 AM
Hello
What are the paaswords for connecting to those hosts within the PT lab
11-26-2021 10:07 AM
cisco
11-26-2021 10:23 AM
Hi @ERINEL0630 ,
The subnet configuration between r2 and r3 is incorrect. This cause eigrp neighborship not to come up.
R2:
interface Serial0/1/1
description to R3 s0/1/1
ip address 10.7.5.2 255.255.255.252
clock rate 2000000
!
R3:
interface Serial0/1/0
description to R2 s0/1/1
ip address 10.7.5.9 255.255.255.252 <++++++++ should be IP address 10.7.5.1 255.255.255.252
!
Regards,
11-26-2021 10:35 AM
@Harold Ritter Thanks I made that change and I was able to successfully ping. any Idea why PC5 and PC6 are not pulling ip address from my dhcp pools?
11-26-2021 11:25 AM
Hi @ERINEL0630 ,
There's a few things that need to be corrected.
interface GigabitEthernet0/0/0.40
encapsulation dot1Q 40
ip address 10.7.5.193 255.255.255.192 <+++++++++++++++ should be "ip address 10.7.1.193 255.255.255.192"
!
no ip dhcp excluded-address 10.7.1.1 10.7.1.65 (This is excluding the address range)
no ip dhcp excluded-address 10.7.2.1 10.7.2.65 (This is excluding the address range)
ip dhcp excluded-address 10.7.1.1 (only first address should be excluded)
ip dhcp excluded-address 10.7.1.65 (only first address should be excluded)
ip dhcp excluded-address 10.7.1.129 (only first address should be excluded)
ip dhcp excluded-address 10.7.1.193 (only first address should be excluded)
ip dhcp excluded-address 10.7.2.1 (only first address should be excluded)
ip dhcp excluded-address 10.7.2.65 (only first address should be excluded)
Regards,
11-26-2021 11:53 AM
@Harold Ritter Sorry for the overlap, didn't mean to double-post the problems/solutions. I was working on the PT file and after posting the revised file, saw that you had already provided the solutions...
11-26-2021 11:58 AM - edited 11-26-2021 11:59 AM
No problem @Georg Pauwen . The more the merrier.
11-26-2021 11:26 AM
Hello,
there were multiple problems with your configs:
- all IP addresses on all serial interfaces were either swapped, incorrect, or missing
- the IP address on the Vlan 40 subinterface was incorrect
- two of the DHCP pools had ALL available IP addresses excluded
Attached the revised, working file.
11-28-2021 04:15 PM
Thanks guys I was able to get everything to work successfully
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide