08-30-2023 06:34 PM
Does Cisco DHCP server on switches & routers support options configuration? I saw this on Cisco Secure Firewalls but not on the aforementioned. Can someone lead me to a resource where I can find the how-to, if at all options are supported?
08-30-2023 06:43 PM
Hello,
The options supported depend entirely on what IOS version you're running and on what platform. You can refer to Cisco documentation of your specific device to show you the supported commands. I have linked a couple below. That being said it will not have all DHCP options and is limited compared to an actual DHCP server. In fact I believe a centralized DHCP sever would be preferred over configuring it on the network device. In addition if the router goes down then you lose DHCP functionality. A reason why you might want to configure it on the router/switch is because maybe its in a remote location and you don't need DHCP traffic all the way to the site so you set up a local pool devices can pull form and access the network.
https://www.cisco.com/en/US/docs/ios/12_4t/ip_addr/configuration/guide/htdhcpsv.html
-David
08-30-2023 06:57 PM
That response was pretty quick David, thanks a bunch.
We use infoblox but having challenge so this is a temporary fix as I get to resolve the infoblox issue. It seems to be serving pretty well except for the Options part. I will go through your recommended links above try to implement. By the way, it's a Cisco 4331 router.
08-30-2023 07:15 PM
I doubt you will get the feature rich option on a router as you do in infoblox but hope you are able to get he functionality you need. here was the DHCP config guide for the 4331 specifically. I know it says ISR but I went through the 4331 config guide to get to it so they may be very similar in functioin.
08-30-2023 10:23 PM - edited 08-30-2023 10:25 PM
Hello @Khrysis,
Cisco switches and routers that include DHCP server functionality do support DHCP options configuration.
option <option-code> <option-value>
For example ton configure DNS:
option 6 <DNS-server-IP>
--
Also, depend of your router's model; check its datasheet to see DHCP option limitation.
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