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

create DHCP reservations using MAC addresses

mvoss
Level 1
Level 1

How do I create DHCP reservations on a 1700 router using IOS 12.2? I just need to reserve about 6 IPs using MAC addresses.

1 Accepted Solution

Accepted Solutions

pkhatri
Level 11
Level 11

Hi,

Try the following:

service dhcp

!

ip dhcp pool host1

host 192.168.1.2 255.255.255.0

client-identifier xxxx.xxxx.xxxx ! put your MAC address here

default-router 192.168.1.1

You will need to configure one DHCP pool per client. So you will end up with 6 pools altogether. Specify the MAC address of each host and the associated IP within each pool...

Hope that helps - pls rate the post if it does.

Paresh

View solution in original post

2 Replies 2

pkhatri
Level 11
Level 11

Hi,

Try the following:

service dhcp

!

ip dhcp pool host1

host 192.168.1.2 255.255.255.0

client-identifier xxxx.xxxx.xxxx ! put your MAC address here

default-router 192.168.1.1

You will need to configure one DHCP pool per client. So you will end up with 6 pools altogether. Specify the MAC address of each host and the associated IP within each pool...

Hope that helps - pls rate the post if it does.

Paresh

thanks for your help, that is exactly what I needed.

Review Cisco Networking products for a $25 gift card