03-07-2011 06:09 AM - edited 03-06-2019 03:56 PM
We are having a very strange problem , that is we have a lan with 16 vlans and all the vlans have different DHCP for each vlan in the coreswitch (Cisco 6509) and all the clients in the 16 vlans are windows 7 clients , now the problem is that some machines are not getting IP Addresses , but if we see the registry settings in those machines we see that there is an ip address given by the dhcp server in the following key of registery
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces\THE RELATED NETWORK CARD KEY
this ip is not being shown in the network settings instead APIPA ip 169.245.*.* is shown here ,
DHCP server configuration are check and verified and they are also ok , packets are also captured which show the whole process of DCHP request is ok and dhcps in the core switch is replying back with the ip address to the machines mac address and that same ip can be seen in the above given registry value.
Kindly help as soon as possible as already alot of time is wasted in tracing this issue.
03-07-2011 06:17 AM
Hi,
Can you post screenshot of ipconfig/all and tcp/ip setting of machine with the APIPA address.
also post sh ip dhcp binding for the IP it should have got on your DHCP server.
Regards.
Alain.
03-07-2011 10:23 PM
03-07-2011 09:51 AM
The 169 address is the defualt address microsoft assigns when it cannot pull an address which you say you problem is . Make sure portfast is on all user ports . Verify any trunking is working correctly. between user switches.
03-07-2011 11:16 PM
hi glen.grant
yes the Trunbking is ok ,, its fine as i told u that only some pcs in the vlans are having this problem not every pc which makes trunking ok as vlans are working fine , and yes also portfast is enabled even on trunk ports and also verified that no spaning tree or other loop is being generated.
03-07-2011 10:13 AM
Do you have the ip helper address set on each vlan interface with the dhcp server ip address?
Example:
interface Vlan2
ip address 192.168.2.1 255.255.255.0
ip helper-address 192.168.1.100
interface Vlan3
ip address 192.168.3.1 255.255.255.0
ip helper-address 192.168.1.100
03-07-2011 10:21 PM
Hi David
I have Configured DHCP server inside the cisco 6509 and all the Vlans are defind in that so no need of giving ip helper in this case.
03-07-2011 11:44 PM
Hi,
Can you do a debug ip dhcp server event and debug ip dhcp server packet while renewing your lease.
At the same time can you sniff on your pc.
Attach all files here.
Regards.
Alain.
03-08-2011 01:33 AM
03-08-2011 01:40 AM
In these files you can see that wireshark is getiing the same ip for the interface card that is present in the registry where as the tcpip settings is getting APIPA 169.*.*.* ip and in the sniffing captures you can see that dhcp server is assigning the same ip 10.10.10.38 to the request and also in the debug file result is clear that dhcp server i.e cisco 6509 is giving the ip to the mac address , strange thing is this that every setting given by the dhcp server is comming to windows 7 registry but not to the interface card settings on TCP/IP
03-08-2011 02:08 AM
Hi,
Can you reinstall the tcp/ip stack on the machine.
Regards.
Alain.
03-07-2011 11:48 PM
Any Clues ??????? about this abnormal behaviour or may be any mistake that i have done unintentionaaly ???? kindly give your ideas iam really getting lot of complaints here n my professional integrity is at stakes
03-07-2011 11:55 PM
Hi,
Can you do what I asked in my previous post.
Regards.
03-08-2011 02:47 AM
reset the tcpip stack by
netsh int ip reset
but no change same behaviour.
03-08-2011 04:03 AM
Hi,
uninstall then install not reset and tell me what it gave. Maybe you can also try another firmware for your NIC.
Regards.
Alain.
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