From: Phuong (kieu@hn.vnn.vn)
Date: Sun Nov 09 2003 - 15:02:28 GMT-3
HI group
I've just tested DCHP with manual binding. I want when a router come up,
its ethernet0 will be assign a fixed IP.
- First I've show the router interface for the Mac address (or configed
the mac address manually)
R1#Sho int e0
Hardware is Lance, address is 1212.1212.1212 (bia 00e0.b055.9a29)
- Then I configure the DHCP,
ip dhcp pool R1
host 192.168.1.12 255.255.255.0
hardware-address 1212.1212.1212
both routers are in the same vlan.
But when I configure R1's E0:
ip address dhcp
The dhcp server can not recognize R1 and assign the ip address, it
receive the following messgase when I debug ip dhcp server packet and
event
11:08:32: DHCPD: DHCPDISCOVER received from client
0063.6973.636f.2d31.3231.322e.3132.3132.2e31.3231.322d.4574.30 on
interface Ethernet0.
11:08:35: DHCPD: there is no address pool for 192.168.1.33.
So I decide to reconfigre the DHCP with previous complex client-id, and
it work well.
ip dhcp pool R1
host 192.168.1.12 255.255.255.0
client-identifier
0063.6973.636f.2d31.3231.322e.3132.3132.2e31.3231.322d.4574.30
But it isn't pretty way, anyone could do with the simple Mac address.
Sorry if my description is verbose
Thank you in advance
Phuong.
This archive was generated by hypermail 2.1.4 : Fri Dec 12 2003 - 12:29:09 GMT-3