cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1157
Views
5
Helpful
2
Replies

Mapping MAC and IP address

intertouch
Level 1
Level 1

Hi, I am using the Cisco 3825 router as the DHCP server. How should I configure the router to ensure certain MAC addresses of the PCs always get the same ip address via DHCP?

2 Replies 2

ankurbhasin
Level 9
Level 9

Hi Friend,

You can got for static DHCP binding while configuring your router as DHCP server but remember you have to configure seperate DHCP pools for each single host for static binding.

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.

Specify the MAC address of each host and the associated IP within each pool...

This link will give you all details about DHCP related commands

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fipras_r/1rfdhcp.htm#1018170

HTH, if yes please rate the post.

Ankur

ikizoo4
Level 1
Level 1

Hi

You can use "manual binding", but keep in mind that

only configure one manual binding per host pool,, lot of work to do.

ip dhcp pool Mars

host ip addess

hardware-address MAC type

Thanks