Wired Intelligent Edge

 View Only
  • 1.  Static DHCP-Server IP

    Posted Sep 08, 2023 07:53 PM

    I was wondering if I am doing things right, I navigate to the pool and I use the command "static-bind ip ##.##.##.## mac XX:XX:XX:XX:XX:XX". Is that all to make the ip static? Also, is there a way to see what IPs are set as static already?



  • 2.  RE: Static DHCP-Server IP

    Posted Sep 08, 2023 07:59 PM

    what is the context here? what switch type/model and firmware version?



    ------------------------------
    If my post was useful accept solution and/or give kudos.
    Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
    ------------------------------



  • 3.  RE: Static DHCP-Server IP

    Posted Sep 08, 2023 08:06 PM
    Edited by sfpit1202 Sep 08, 2023 08:07 PM

    Sorry, CX Series JL661A

    FL.10.09.1010




  • 4.  RE: Static DHCP-Server IP

    Posted Sep 08, 2023 10:18 PM

    ok note that firmware 10.09.x is end of support and I suggest to upgrade to the latest of the 10.10.x 

    for 6300 CX switches static binding of IP address is part of DHCP service

    Here is an example.

    dhcp-server vrf default
        pool VLAN14
            range 10.10.14.20 10.10.14.50 prefix-len 24
            default-router 10.10.14.1
            dns-server <ip-address>
            static-bind ip  <ip-address> mac <mac-address>
            lease 00:02:00
        enable
        exit

    the related show command is "sh dhcp-server <pool-name>"



    ------------------------------
    If my post was useful accept solution and/or give kudos.
    Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
    ------------------------------