Networking

Cisco – How to change or view IP helper address

Last updated on March 30th, 2023 at 05:04 pm

Read Time:55 Second

If you are using Cisco switches, you may find that you need to configure IP helper addresses to give devices on different VLAN’s the correct direction to your DHCP server.

To do this, you can use the following commands:

Show ip int vlan #
  • # = the number of your VLAN

To view the current vlan configuration:

This will bring back all the information about your current VLAN, including where (if at all) your IP helper address is pointing to and should look similar to this:

Helper IP Address
Cisco Helper IP Address

To configure or change where your switch is pointing its IP helper addresses to, you can use the following command:

NOTE: These commands assume that your current IP helper address is 192.168.0.1 and you want to change it to 192.168.0.2:

  • Config t
  • Int vlan #
  • TO REMOVE IP HELPER: no ip helper-address 192.168.0.1
  • TO ADD IP HELPER: ip helper-address 192.168.0.2
  • Exit
  • Wr mem

Comments

If you have any questions about this guide, please feel free to leave us a message below using our comments section below..

Click to rate this post!
[Total: 0 Average: 0]
Avatar for Andrew Armstrong

About Post Author

Andrew Armstrong

Founder of TechyGeeksHome and Head Editor for over 15 years! IT expert in multiple areas for over 23 years. Sharing experience and knowledge whenever possible! Making IT Happen.
administrator

Free Subscription

If you want to be notified when we post more quality guides like this one, sign up to our free subscription service and you will receive an email when a new post is live.

Join 6,258 other subscribers.

No need to worry, we will not be filling your inbox with spam and you can unsubscribe anytime you like.


Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.