10-07-2006 07:50 PM - edited 03-05-2019 12:07 PM
attached to the message is a conf of a 871w router. for some reason wired clients cannot get IPs although wireless clients get them just fine. and if i try to see what is going on with 'debug ip dhcp packets' nothing is showing when connecting wired clients. any thoughts? thanks.
10-07-2006 08:09 PM
Hi,
It might sound silly, but are the wired client devices configured to get IP from DHCP?
Also, try enabling spanning-tree portfast on the switchports connected to users. STP convergence can cause problems with DHCP as the PCs mayn't wait long enough for the DHCP response and timeout prematurely.
HTH
Sundar
10-09-2006 05:32 AM
still no luck - enabling spanning-tree portfast didn't make any difference. one thing that is odd is when making an interface part of the VLAN 10 i get a message:
%Access VLAN 10 does not exist. Please add it to vlan database
is this what i should see? and if so any ideas on the DHCP issue? thanks.
p.s. client devices are configured to get IPs from DHCP server
10-09-2006 07:35 AM
Hi,
You need to create a vlan before assigning the port to that vlan. Most newer switches, create a vlan if one doesn't exist when you try to assign a port to a non-existent vlan. Create a vlan 10 as follows and assign the switchport to vlan 10 and see if that helps.
config t
vlan 10
HTH
Sundar
10-09-2006 07:41 AM
are you sure about 'vlan 10'? because the response is 'Invalid input detected' with the carrot under number 10. the only command that i can see that starts with vlan is 'vlan accounting'. thanks for your response.
10-09-2006 09:11 AM
the problem was related to the message:
%Access VLAN 10 does not exist. Please add it to vlan database
solution was:
vlan database
vlan 10
exit
this should be done in exec mode (not conf) - and that's what was giving me a problem - solved now
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