Question : Problem: Cisco Static DHCP Leases

I cannot for the life of me get the Static DHCP binding to work with our Cisco router...

The desired client is a Laptop (WinXP / sp3)
- It's MAC address is: 00-1A-4B-70-B6-EF

I've tried via MAC address (as the attached code shows) and via Client ID (0100.1a4b.70b6.ef)

Help?
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
!
! Relevant Code snippet from the Cisco 857W
!
 
no ip source-route
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.126.1 192.168.126.255
ip dhcp excluded-address 192.168.127.0 192.168.127.29
!
ip dhcp pool LAN_POOL
   network 192.168.126.0 255.255.254.0
   default-router 192.168.126.1
   option 132 hex 0000.000a
   option 133 hex 0000.0006
   option 130 ascii "MITEL IP PHONE"
   dns-server 192.168.126.30
!
ip dhcp pool STATIC-KB
   host 192.168.127.1 255.255.254.0
   hardware-address 001a.4b70.b6ef
!
Open in New Window Select All

Answer : Problem: Cisco Static DHCP Leases

SORRY -

I meant

client-identifier 0100.1a4b.70b6.ef

Random Solutions  
 
programming4us programming4us