Viewing the Current Configuration
show ip int vlan #Replace
# with your VLAN number. This returns the VLAN’s interface details, including any IP helper address currently configured.
Changing the Helper Address
The example below assumes your current helper is192.168.0.1 and you want to change it to 192.168.0.2:
config t int vlan # no ip helper-address 192.168.0.1 ip helper-address 192.168.0.2 exit wr mem
wr mem saves the running configuration to the switch’s startup configuration — without it, the change will be lost on the next reboot. You can configure multiple helper addresses on the same VLAN interface if DHCP requests need to be relayed to more than one server.
IP Helper Forwards More Than Just DHCP
Worth knowing before you assumeip helper-address only matters for DHCP relay: by default a Cisco IP helper address relays eight specific UDP broadcast protocols to the target address, not just DHCP/BOOTP — including TFTP, DNS, NetBIOS Name Server and Datagram Server, TACACS, and Time Service. That’s usually harmless and often exactly what you want (PXE boot environments commonly rely on the same helper relaying both DHCP and TFTP traffic to the same server), but if you specifically want to relay DHCP only, you can scope it down with the ip forward-protocol udp global commands rather than relaying the full default set to every configured helper address.
Resources
- Cisco
- DHCP server
- Business VPN Solutions in 2026 — Which is Right for Your Organisation?
- Cisco AnyConnect VPN Client Fix
- Cisco VPN Client Fix – Error 27850 – Unable to install or uninstall
- Cisco CLI – How to remove the “–More–” prompt when running long commands
- Cisco VPN Client Silent Installation for SCCM 2007 & 2012 Distribution
- Installing Cisco VPN Client Silently
- Browse our General Tech Accessories picks on Amazon
Discover more from TechyGeeksHome
Subscribe to get the latest posts sent to your email.