AOS-CX Switch Simulator

 View Only
last person joined: 22 hours ago 

Expand all | Collapse all

DHCP Pool creation

This thread has been viewed 65 times
  • 1.  DHCP Pool creation

    Posted May 27, 2021 02:02 PM
    I need help regarding Pool creation in HP Aruba 8360 sw. I created a pool vlan4. But when I try to create another pool vlan7 i am getting this message 

    CoreSW(config-dhcp-server)# pool vlan13
    DHCP server instance for VRF default is enabled. Retry after disabling it.
    CoreSW(config-dhcp-server)#

    How i can proceed with it.

    Regards

    ------------------------------
    Adnan Khan
    ------------------------------


  • 2.  RE: DHCP Pool creation

    EMPLOYEE
    Posted May 27, 2021 02:59 PM
    dhcp-server vrf default
     enable
     pool test1
       range 1.1.1.10 1.1.1.20
     
    switch(config)# dhcp-server vrf default
    switch(config-dhcp-server)# pool test2
    DHCP server instance for VRF default is enabled. Retry after disabling it.
    switch(config-dhcp-server)# disable
    switch(config-dhcp-server)# pool test2
    switch(config-dhcp-server-pool)#

    ------------------------------
    DWan
    ------------------------------



  • 3.  RE: DHCP Pool creation

    Posted May 27, 2021 03:12 PM
    Hi @DWan

    Got it. now its work. Appreciate your help. 
    Thanks 


    ------------------------------
    Adnan Khan
    ------------------------------



  • 4.  RE: DHCP Pool creation

    Posted Nov 24, 2021 07:48 PM

    https://www.networktasks.co.uk/environments/hp/provision/dhcp-server-on-hpe-aruba-switch

    Wanna ask whether that "dhcp-server disable" is mandatory for
    every ArubaOS switches

    or

    only on certain model or certain version

    AFAIK other brand simply changes without need to disable dhcp first.
    Correct me if I am wrong
    Disable dhcp server will disturb service momentarily

    tq



    ------------------------------
    Nawir Bunai
    ------------------------------



  • 5.  RE: DHCP Pool creation

    EMPLOYEE
    Posted Nov 25, 2021 05:52 AM
    If you copy/paste the commands, the interruption is very minimal, would expect less than a second, and DHCP will retry if it doesn't get a response.

    You can see this as a 'safe guard' as well, because it prevents you from making changes to an operational service and potentially introducing an issue. It looks to me carefully designed like this, and you could ask the other vendors that you know that don't, why they haven't.

    An alternative solution is to use DHCP relay (ip-helper) instead of doing DHCP server on your switches. Centralized DHCP provides better visibility and control over the clients and removes 'micro management' on each of your switches, and resolves the redundancy issues that you have with local DHCP servers. And you probably never need to change the settings on the switch anymore.

    ------------------------------
    Herman Robers
    ------------------------
    If you have urgent issues, always contact your Aruba partner, distributor, or Aruba TAC Support. Check https://www.arubanetworks.com/support-services/contact-support/ for how to contact Aruba TAC. Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.

    In case your problem is solved, please invest the time to post a follow-up with the information on how you solved it. Others can benefit from that.
    ------------------------------