cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
620
Views
15
Helpful
4
Replies

Unknown DHCP Id on C3850!

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!

1 Accepted Solution

Accepted Solutions

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!

 

View solution in original post

4 Replies 4

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


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

pieterh
VIP
VIP

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

Example: Configuring Manual Bindings

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

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!

 

Review Cisco Networking products for a $25 gift card