2811 Router DHCP static binding not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2016 07:11 AM - edited 03-08-2019 03:16 AM
Good morning,
I am unable to get static binding working with the following config. The IP I am trying to assign is listed in the excluded range. Is this config correct?
ip dhcp excluded-address 172.16.2.1 172.16.2.32
!
ip dhcp pool staff
network 172.16.2.0 255.255.255.0
dns-server 74.22.134.3
default-router 172.16.2.1
lease 0 3
!
ip dhcp pool static
host 172.16.2.23 255.255.255.0
client-identifier 00c0.17b1.27c1
Cheers,
Gerald
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2016 07:29 AM
Hey Looking at that you CID is wrong should start with 01. for ethernet media when using client ids if I remember correctly not a direct mac config needs to be like 0100.c017.b127.c1 or else use the full CID from the debug output that's provided when you debug fro the client ID ---- the real long HEX number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2016 07:51 AM
Adding the 01 at the start fixed the issue. Thanks Mark.
Cheers,
Gerald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2016 07:53 AM
ah great :)
