Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldnot pass DHCP ip form layer3 switch to client. #2375

Closed
gcngov opened this issue Dec 23, 2017 · 3 comments
Closed

Couldnot pass DHCP ip form layer3 switch to client. #2375

gcngov opened this issue Dec 23, 2017 · 3 comments
Milestone

Comments

@gcngov
Copy link

gcngov commented Dec 23, 2017

i have configure my network very simple to try gns3 to use layer 3 switch to pass DHCP ip through layer 3 switch to client.
please help guys.

my running config of router 3725:
screenshot from 2017-12-23 10-08-38
screenshot from 2017-12-23 10-10-33
screenshot from 2017-12-23 10-11-28
screenshot from 2017-12-23 10-11-42

@grossmj grossmj added this to the 2.1.2 milestone Dec 26, 2017
@bpozdena
Copy link

bpozdena commented Jan 6, 2018

Hi @gcngov , this does not appear to be a GNS3 related issue. Your R1 router is missing a DHCP pool and even the sub-interface for VLAN10.

In the future, please post similar issues in appropriate threads on the GNS3.com forum. Many more will be able to help you find your problem there.

For now, just run the below commands on your router R1 and your VPC client should then receive IP address. It should also be able to ping the L3 switch (10.20.222.2) and R1 (10.20.222.1).

R1:

R1(config)#ip dhcp pool POOL10
R1(dhcp-config)#network 10.20.222.0 255.255.255.0
R1(dhcp-config)#default-router 10.20.222.1
R1(dhcp-config)#exit
R1(config)#int f0/0
R1(config-if)#no shut
R1(config)#int f0/0.10
R1(config-subif)#encapsulation dot1Q 10
R1(config-subif)#ip address 10.20.222.1 255.255.255.0
R1(config-subif)#end

If you are certain your configuration is correct, please post packet captures from both the links. You can use "bootp" filter in Wireshark to see only DHCP traffic.

@grossmj
Copy link
Member

grossmj commented Jan 8, 2018

@sairuscz Thanks for helping resolve this.
@gcngov Can you check that?

@grossmj grossmj modified the milestones: 2.1.2, 2.1.3 Jan 8, 2018
@grossmj
Copy link
Member

grossmj commented Jan 10, 2018

Please re-open if there is still a problem.

@grossmj grossmj closed this as completed Jan 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants