- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2018 06:00 AM - edited 03-08-2019 02:42 PM
Trying out this Port-based address allocation on my 3560. However my device keeps picking up the error IP of 169. address instead of the IP in the pool. If i remove the reserved-only from my configuration the device will pick up an IP from the pool, just not the one that I want it to.
I followed all of the guides and it seems pretty straight forward, All of the blog posts of people having problems are not this exact issue.
I upgraded to the latest IOS release, but it did not resolve the problem.
Thanks in advance for any assistance.
Switch Ports Model SW Version SW Image
------ ----- ----- ---------- ----------
* 1 54 WS-C3560X-48P 15.2(4)E5 C3560E-UNIVERSALK9-M
!
ip dhcp use subscriber-id client-id
ip dhcp subscriber-id interface-name
!
ip dhcp pool DDTCTSTDHCP
network 10.186.150.128 255.255.255.128
default-router 10.186.150.190
reserved-only
address 10.186.150.129 client-id "g0/1" ascii
!
interface GigabitEthernet0/1
switchport access vlan 10
switchport mode access
ip dhcp server use subscriber-id client-id
speed 1000
!
interface Vlan10
ip dhcp server use subscriber-id client-id
ip address 10.186.150.190 255.255.255.192
!
!
!
DHCP server packet debugging is on.
DHCP server event debugging is on.
!
001190: *Jan 2 01:14:33.829: DHCPD: Reload workspace interface Vlan10 tableid 0.
001191: *Jan 2 01:14:33.829: DHCPD: tableid for 10.186.150.190 on Vlan10 is 0
001192: *Jan 2 01:14:33.829: DHCPD: client's VPN is .
001193: *Jan 2 01:14:33.829: DHCPD: using subscriber-id as client-id
001194: *Jan 2 01:14:33.829: DHCPD: using received relay info.
001195: *Jan 2 01:14:33.829: DHCPD: Sending notification of DISCOVER:
001196: *Jan 2 01:14:33.829: DHCPD: htype 1 chaddr 0022.2009.547d
001197: *Jan 2 01:14:33.829: DHCPD: interface = Vlan10
001198: *Jan 2 01:14:33.829: DHCPD: class id 4d53465420352e30
001199: *Jan 2 01:14:33.829: DHCPD: out_vlan_id 0
!
001200: *Jan 2 01:14:33.829: DHCPD: DHCPDISCOVER received from client 0047.6930.2f31 on interface Vlan10.
001201: *Jan 2 01:14:33.829: DHCPD: using received relay info.
001202: *Jan 2 01:14:33.829: DHCPD: Sending notification of DISCOVER:
001203: *Jan 2 01:14:33.829: DHCPD: htype 1 chaddr 0022.2009.547d
001204: *Jan 2 01:14:33.829: DHCPD: interface = Vlan10
001205: *Jan 2 01:14:33.829: DHCPD: class id 4d53465420352e30
001206: *Jan 2 01:14:33.829: DHCPD: out_vlan_id 0
001207: *Jan 2 01:14:33.829: DHCPD: requested address 169.254.115.46 is not on subnet 10.186.150.128.
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2018 06:03 AM
Solved:
the configuration I was putting in was
address 10.186.150.129 client-id "G0/1" ascii
when it needed to be
address 10.186.150.129 client-id "Gi0/1" ascii
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2018 06:03 AM
Solved:
the configuration I was putting in was
address 10.186.150.129 client-id "G0/1" ascii
when it needed to be
address 10.186.150.129 client-id "Gi0/1" ascii
