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.
------------------------------
Original Message:
Sent: Sep 08, 2023 08:05 PM
From: sfpit1202
Subject: Static DHCP-Server IP
Sorry, CX Series JL661A
FL.10.09.1010
Original Message:
Sent: Sep 08, 2023 07:59 PM
From: ariyap
Subject: Static DHCP-Server IP
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.
Original Message:
Sent: Sep 08, 2023 07:52 PM
From: sfpit1202
Subject: Static DHCP-Server IP
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?