- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2016 09:57 PM - edited 03-08-2019 06:06 AM
Hi,
We have configured Cisco 3560 Switch as DHCP server. Created VLAN 2-20.
VLAN 4 is for wifi users. remaining all VLAN's for wired LAN users.
Our airm is to assign fixed IP address from DHCP server for some users using wifi VLAN.
Through MAC binding it will accomplish.
So we configured following command in switch :
ip source binding 2CB4.3ADB.4406 vlan 4 172.X.X.X interface Gi0/7.
Still the users are getting new ip address everytime the lease period expire from DHCP.
Is there any additional command with reference to the above.
Thanks & Regards,
Sairam
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2016 05:50 AM
Hi,
as long as I know, there is no other solution for that on Cisco IOS.
Generally it is not recommended to burden hardware with DHCP server. Consider to configure DHCP server on MS Windows server instead of cisco device for example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2016 10:37 PM
Hi,
with your command you performed a part of configuration of source guard.
Try to read this webpage:
https://learningnetwork.cisco.com/thread/25168
You will have to configure one DHCP pool for every mac-to-IP address binding.
If I can advise you, at first assign IP address to host dynamically, then display client-identifier with command show ip dhcp bindings and finally configure static mapping. Client identifier should be 01+mac address but if you perform above steps then you just copy it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2016 05:33 AM
Thanks you milos.
But for every mac-to-ip address need to configure pool it is very tedious job.
we have around 30 ip to mac binding.
Kindly suggest alternate solution.
Thanks in advance...Milos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2016 05:50 AM
Hi,
as long as I know, there is no other solution for that on Cisco IOS.
Generally it is not recommended to burden hardware with DHCP server. Consider to configure DHCP server on MS Windows server instead of cisco device for example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2016 05:59 AM
Ok, thanks
