Home Network Admin DHCP Helper address

DHCP Helper address

1821
0

Cisco Catalyst Switch – DHCP helper addresses

These instructions allow you to enable DHCP helper addresses to allow forwarding of UDP broadcasts including bootp and DHCP.

  1. Connect to the switch using Putty or your preferred method of CLI
  2. Run the command “show ip interface” and look for the line that says “Helper address is XXX.XXX.XXX.XXX” It may say “Helper address is not set
    Make sure you’re looking at the correct line for the interface you’re interested in checking.

    **If you already know what interface you want to see you can specify, for example, for vlan 4: Run “show ip int vlan 4

    To set the helper address

  3. Run “configure terminal
  4. Run “interface X” where X is the type and number of the interface to configure, for example to set the DHCP helper address for vlan 4 you would type “interface vlan 4”
  5. Run “ip helper-address X” where X is the address of the network or a specific server IP. Using the network address allows other DHCP servers to respond in case one is down.

Lots more info here: https://www.cisco.com/en/US/docs/ios/12_4t/ip_addr/configuration/guide/htdhcpre.html#wp1085170

 

Bonus points: To change the name of a VLAN:
“configure terminal”
“vlan vlan-id” where vlan-id is the id of the vlan to edit or create
“name X” where X is the new name

more here: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750x_3560x/software/release/15-0_2_se/configuration/guide/3750x_cg/swvlan.pdf

Previous articleWord opening Compatibility Mode for all documents even NEW
Next articleData Breach – Yahoo

LEAVE A REPLY

Please enter your comment!
Please enter your name here