Edgeswitch – Enable DHCP relay

Author: No Comments Share:

Recently we implemented a network using Ubiquity Edgeswitches and had to enable a DHCP relay server for our VLAN’s to do this we had to use the CLI

  1. Log into the edgeswitch using ssh and your admin credentials
  2. Type “Enable” and enter your password when prompted
    1. To check any ip-helpers configured to can type “show ip helper-address”
  3. Type “configure”
  4. Type “interface vlan <VLAN#>”
  5. Type “ip helper-address <IP_OF_DHCP_SERVER>” (repeat steps 4&5 for all other VLAN’s if applicable)
  6. Type “exit”
  7. Type “exit”
  8. Confirm helper is configured by typing “show ip helper-address”
  9. Type “exit”
  10. Type “exit” to close SSH session

 

Your VLAN users should now be able to obtain a DHCP server on the VLAN they have been assigned to.

Previous Article

Configure SNTP on HP Aruba Switches

Next Article

Add User As Local Administrator On Domain Controller

You may also like