03-24-2021 02:10 AM
Hi, everyone!
I wanted to make a static DHCP pool to a device. i tried the binding options but in vain! i assigned the IP dynamically and i found the Id looks like 00aa.aabb.bbcc.cc00 or 00aa.aabb.bbcc.cc00.
Since it is not on the format Mac@ | Client_Id | User_name: What this can be?
Best Regards!
Solved! Go to Solution.
03-24-2021 04:55 AM
Thank you all for your replies!
my issue was not how to configure static pool ! but what is the #DHCP_ID_Type.
After some Show commands, i found a display_problem. the Client_identifier is may be large to display it on a single line!
it's on the format 00aa.aabb.bbcc.cc00.0000 ! and now it'is successfully binded
by the way, this id's format is for iLO5 port on an HP Server!
03-24-2021 02:38 AM
can you post an example config, what is configured?
Look at the config :
03-24-2021 03:42 AM
Hello
DHCP pool static example:
Pc mac address 0011.1111.1111 - ip address 10.1.1.10
ip dhcp pool static_pc
host 10.1.1.10.255.255.255.0
client-identifier 0100.1111.1111.11 ( 01 extention added to mac add of client)
default-router 10.1.1.254
lease 0 8
03-24-2021 03:53 AM - edited 03-24-2021 03:55 AM
what do you mean with " format Mac@ | Client_Id | User_name" ?
you need either mac-address OR client-id to make a static entry the "|" means one of these options (or)
-> this looks like it is the client-id
The following example shows how to create a manual binding for a client named example1.abc.com that sends a client identifier in the DHCP packet. The MAC address of the client is 02c7.f800.0422 and the IP address of the client is 172.16.2.254.
ip dhcp pool pool1 host 172.16.2.254 client-identifier 01b7.0813.8811.66 client-name example1
The following example shows how to create a manual binding for a client named example2.abc.com that does not send a client identifier in the DHCP packet. The MAC address of the client is 02c7.f800.0422 and the IP address of the client is 172.16.2.253.
ip dhcp pool pool2 host 172.16.2.253 hardware-address 02c7.f800.0422 ethernet client-name example1
03-24-2021 04:55 AM
Thank you all for your replies!
my issue was not how to configure static pool ! but what is the #DHCP_ID_Type.
After some Show commands, i found a display_problem. the Client_identifier is may be large to display it on a single line!
it's on the format 00aa.aabb.bbcc.cc00.0000 ! and now it'is successfully binded
by the way, this id's format is for iLO5 port on an HP Server!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide