ā07-09-2014 08:22 AM - edited ā03-07-2019 07:59 PM
We have 4 vlans on the Cisco 4500 switch for workstations, phones, wifi, servers.
The DHCP server is windows 2008 R2 server.
Since the past 2 weeks its been acting up.Last week the PCs weren't getting IPs and then 3 days back it was the phones and today its the WiFi devices.
Everytime this was happening we changed ip on a separate NIC on the server and connected it to directly to the particular vlan and made it work for the time being. The next day the isue seem to resolve itself as we switched back to previous setup to check and there was no issue.
so right now we have 3 NICs on the server for the 3 vlans. (just in case)
Unable to figure out what the issue could be. Another device with same DHCP IP?
I am going to unplug the DHCP server from the network later today, clear cache on switch and try and ping the DHCP server IP just to make sure thats not the issue.
Any other ideas or suggestions? It would be a great help. Thanks
Solved! Go to Solution.
ā07-09-2014 09:04 AM
Is there anything in the log files to see if there are any duplicate addresses on the network, and can you confirm that the DHCP server configuration is correct (this is normally the source of my woes!)?
Normally, you should only need 1 ip helper-address (same address) on each of your VLAN interfaces, no matter how many subnets you have. Would it be possible to attach the config of the switch?
ā07-09-2014 09:04 AM
Is there anything in the log files to see if there are any duplicate addresses on the network, and can you confirm that the DHCP server configuration is correct (this is normally the source of my woes!)?
Normally, you should only need 1 ip helper-address (same address) on each of your VLAN interfaces, no matter how many subnets you have. Would it be possible to attach the config of the switch?
ā07-09-2014 09:06 AM
I have a syslog server setup for ASAs but no log files for the switch. (Hope thats what you meant to ask. Please elaborate)
There is only 1 ip helper-address on the switch for all VLAN int.
interface Vlan4
ip address 10.10.xx.xx 255.255.x.x
ip helper-address 10.10.y.y
!
interface Vlan5
ip address 10.10.xx.xx 255.255.xx.xx
ip helper-address 10.10.y.y
!
interface Vlan6
ip address10.10.xx.xx 255.255.xx.xx
ip helper-address 10.10.y.y
!
interface Vlan7
ip address10.10.xx.xx 255.255.xx.xx
ip helper-address 10.10.y.y
!
I did a ipcongfig/release ipconfig /renew on my pc and filtered the DHCP replies on wireshark (bootp.type==2) and the got the one ip address only. 10.10.y.y
ā07-09-2014 09:12 AM
On the Cat 4500, use the command show log and then please post the output. If there is no output, use the logging buffered command.
And my apologies, I read your post (3 interfaces on the DHCP server) as having three separate IP address for your DHCP server/helper addresses.
ā07-09-2014 10:00 AM
ā07-09-2014 11:28 AM
The log buffer is normally one of my first ports of call when troubleshooting an issue, and it doesn't necessarily have to be a DHCP log entry to be related to a DHCP issue.
Without knowing your topology, I can't comment on the output, but there is one log entry that sticks out
Have you been able to verify the DHCP server config?
Are the DHCP server interfaces in a port channel and does that match the interface configuration?
ā07-09-2014 11:44 AM
The DHCP server config looks good.
No the interfaces aren't in Port channel.
Which log entry are you talking about?
"13:09:35.504: %C4K_L2MAN-6-INVALIDSOURCEADDRESSPACKET: (Suppressed 1 times)Packet received with invalid source MAC address (93:E0:16:0D:EE:A1) on port Gi2/3/xx in vlan 6"
Will look into it too . Later. Btw its an FTP server at the interface's end.
ā07-09-2014 11:52 AM
Can you post the port configs from/to the core switch from the DHCP server, and a show interfaces trunk from those switches please?
ā07-09-2014 12:40 PM
Actually I went through the DHCP server event log and found the following messages
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