12-06-2021 03:36 AM
how i can mac bind in 3750x of ip phones. I have a 500 phones where all get ip address by subnet /23, is it possible to bind their mac through dhcp core server switche not a static on interfaces
12-06-2021 08:27 AM
yes possible, rather doing on switch, get DHCP Server and add reservation IP against MAC Address.
12-06-2021 09:43 PM
Actually, I make a core switch vtp server and other are client and configure a core switch as a DHCP server. All ip phone have an ip address range is 172.16.10.0/23. But I want to bind their mac in core switch dynamically not a static
12-07-2021 02:13 AM
in that case example provided by @paul driver still valid.
12-06-2021 10:49 PM - edited 12-06-2021 10:51 PM
Hello
You don’t mention what you are using for dhcp allocation, so given this is a cisco forum I would go with cisco - LOL
You could use a dhcp origin file residing on a file share to accomplish this however I would envisage it would be quite an administrative task to keep on top of 500 entries!
example:
create a txt file Phone.txt
!IP address Type Hardware address Lease expiration
192.168.1.1/24 1 0011.1111.1111.11 Infinite
192.168.1.2/24 1 0022.2222.2222.22 Infinite
192.168.1.3/24 1 0033.3333.3333.33 Infinite
etc..
*end*
.
Cisco dhcp pool
no service dhcp < need to stop the dhcp servcie first if one is already running
ip dhcp pool LAN
origin file tftp://x.x.x./Phones.txt
servcie dhcp < re enable dhcp
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