Devices not reaching the DHCP server... bad switch gateway to blame?
-
Flat network. No VLANs.
-
Assign a static and see if you can ping the DHCP server / gateway ?
-
Depends on how the switch is running but if you have Macros on the switch or it's in Layer3 mode (even if on the same subnet) it can affect things.
Also if this is cisco switch you might want to enable RSTP (spanning-tree mode rapid-pvst)
-
These are Netgear s3300 switches.
-
@Jason said in Devices not reaching the DHCP server... bad switch gateway to blame?:
Depends on how the switch is running but if you have Macros on the switch or it's in Layer3 mode (even if on the same subnet) it can affect things.
Also if this is cisco switch you might want to enable RSTP (spanning-tree mode rapid-pvst)
what is macro on a switch?
What in a layer 3 mode would prevent a DHCP request from making it through a switch when we know there are no VLANs?
What does STP have to do with this? Clearly the PC isn't a loopback to the switch. -
@Dashrender said in Devices not reaching the DHCP server... bad switch gateway to blame?:
@Jason said in Devices not reaching the DHCP server... bad switch gateway to blame?:
Depends on how the switch is running but if you have Macros on the switch or it's in Layer3 mode (even if on the same subnet) it can affect things.
Also if this is cisco switch you might want to enable RSTP (spanning-tree mode rapid-pvst)
what is macro on a switch?
What in a layer 3 mode would prevent a DHCP request from making it through a switch when we know there are no VLANs?
What does STP have to do with this? Clearly the PC isn't a loopback to the switch.If the switch is a layer 3 device that means it has enough brains to route traffic on its own. DHCP traffic can be routed wherever it wants if it is programmed to do so.
@art_of_shred That said, I would just default the damned switches. They are not doing anything important based on your description. By default they will switch traffic so who cares if anything else was configured before.
-
@Dashrender said in Devices not reaching the DHCP server... bad switch gateway to blame?:
@Jason said in Devices not reaching the DHCP server... bad switch gateway to blame?:
Depends on how the switch is running but if you have Macros on the switch or it's in Layer3 mode (even if on the same subnet) it can affect things.
Also if this is cisco switch you might want to enable RSTP (spanning-tree mode rapid-pvst)
what is macro on a switch?
What in a layer 3 mode would prevent a DHCP request from making it through a switch when we know there are no VLANs?
What does STP have to do with this? Clearly the PC isn't a loopback to the switch.@Dashrender said in Devices not reaching the DHCP server... bad switch gateway to blame?:
@Jason said in Devices not reaching the DHCP server... bad switch gateway to blame?:
Depends on how the switch is running but if you have Macros on the switch or it's in Layer3 mode (even if on the same subnet) it can affect things.
Also if this is cisco switch you might want to enable RSTP (spanning-tree mode rapid-pvst)
what is macro on a switch?
Some SDN switches run a full blown OS, you can do pretty much everything on them.
What in a layer 3 mode would prevent a DHCP request from making it through a switch when we know there are no VLANs?
A firewall? For example: https://www.juniper.net/documentation/en_US/junos13.3/topics/concept/firewall-filter-ex-series-overview.html
What does STP have to do with this? Clearly the PC isn't a loopback to the switch.
-
I'm on the call looking at this. What a pain. I'll try to post what we are finding....
-
DHCP Renewals appear to be working just fine from anywhere. New DHCP Leases appear to never work, possibly not for a week or more. It is only that today there are new things going onto the network.
-
Looked at the logs, there does not appear to be any issues with the pool being exhausted. Both logs and manually looking at DHCP Service confirm that IP addresses are available.
-
Could you pinpoint the place where the packets get dropped? Wireshark before / behind the switch?
-
@thwr said in Devices not reaching the DHCP server... bad switch gateway to blame?:
Could you pinpoint the place where the packets get dropped? Wireshark before / behind the switch?
Potentially, I just mentioned that on the call as a potential next step.
-
@scottalanmiller said in Devices not reaching the DHCP server... bad switch gateway to blame?:
@thwr said in Devices not reaching the DHCP server... bad switch gateway to blame?:
Could you pinpoint the place where the packets get dropped? Wireshark before / behind the switch?
Potentially, I just mentioned that on the call as a potential next step.
Probably your best bet. Don't know the Netgears or how smart (dumb) they are, but you never know.
-
Is this a wired or wireless connection through this switch having a problem?
I wonder if there is a latency issue on that specif cable?
tried restarting the DHCP service - Gene said it's on the same device as the gateway, so probably not a windows box.. so might require a reboot of the whole gateway.
-
@Dashrender said in Devices not reaching the DHCP server... bad switch gateway to blame?:
Is this a wired or wireless connection through this switch having a problem?
I wonder if there is a latency issue on that specif cable?
tried restarting the DHCP service - Gene said it's on the same device as the gateway, so probably not a windows box.. so might require a reboot of the whole gateway.
Wired for sure, but AFAIK eveyrthing has been tested at this point.
-
@Dashrender said in Devices not reaching the DHCP server... bad switch gateway to blame?:
tried restarting the DHCP service - Gene said it's on the same device as the gateway, so probably not a windows box.. so might require a reboot of the whole gateway.
It's not. It's on the main AD server along with AD and DNS.
-
@Dashrender said in Devices not reaching the DHCP server... bad switch gateway to blame?:
I wonder if there is a latency issue on that specif cable?
We thought that that was the case, but appears not to be.
-
@art_of_shred said in Devices not reaching the DHCP server... bad switch gateway to blame?:
I should note that the gateway and DHCP server are one and the same.
I mispoke.. it was Art, not Gene.
-
Scope out of IPs?
First thing I would check if renewals work but new isn't
-
@Dashrender said in Devices not reaching the DHCP server... bad switch gateway to blame?:
What does STP have to do with this? Clearly the PC isn't a loopback to the switch.
by default STP on most switches puts ports in blocking mode then in fowarding mode after it checks it. RSTP does a better job of handling and fowards first then checks and blocks if need. if you don't enable rapid-pvst on most cisco switches you will have issues with DHCP once in a while but you will always have issues with PXE etc.