cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1172
Views
4
Helpful
2
Replies

DHCP IP address reservation

munawar.zeeshan
Level 1
Level 1

I have a dhcp pool for 192.168.1.1 - 254 on a cisco 3750 switch.

I want to reserve some specific IP address for some specific machines / persons. So that those machines always get the same IP and that IP doesnt get assigned to another machine.I want to give specific IPs to managers etc.

2 Replies 2

m.sir
Level 7
Level 7

Hi,

You will need to configure separate DHCP pool per client

ip dhcp pool PC1

host 192.168.1.2 255.255.255.0

client-identifier xxxx.xxxx.xxxx PC1 MAC address

default-router x.x.x.x

ip dhcp pool PC2

host 192.168.1.3 255.255.255.0

client-identifier xxxx.xxxx.xxxx PC2 MAC address

default-router x.x.x.x

you need to specify the MAC address of each host and the associated IP within each pool...

For rest of users you can crate one pool with network specified

M.

Hope that helps rate if it does

i have a long list of clients for reservation.it will be a lengthy process.

Any shortcut or some script ?

Review Cisco Networking products for a $25 gift card