DHCP address pool not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2007 07:20 PM - edited 03-05-2019 07:49 PM
I have configured several DHCP pools from a class C address and created associated interfaces on a 3560G switch. Here is a breakdown...
interface Vlan5
ip address 192.168.60.1 255.255.255.224
!
interface Vlan7
ip address 192.168.60.65 255.255.255.192
!
interface Vlan9
ip address 192.168.60.129 255.255.255.192
ip dhcp pool scanners
network 192.168.60.64 255.255.255.192
default-router 192.168.60.65
domain-name ipd.mli.corp
netbios-node-type h-node
dns-server 192.168.61.10 172.17.7.11
!
ip dhcp pool wireless
network 198.168.60.128 255.255.255.192
default-router 192.168.60.129
domain-name ipd.mli.corp
netbios-node-type h-node
dns-server 192.168.61.10 172.17.7.11
lease 8
When a device tries pull from VLAN 9, I receive the following through a debug DHCP events...
there is no address pool for 192.168.60.129.
I cannot find a single reason why this is not working. Any ideas???
Brent
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2007 07:40 PM
Brent
What you have posted looks ok. Would you post the complete config of the 3560? Perhaps there is something in the config that will help to explain this.
HTH
Rick
Rick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2007 07:51 PM
Here is the complete config ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2007 09:58 AM
Could there be any quirky issues with DHCP? Using VLAN 7 (scanners pool) works perfectly fine. But I am unable the get vlan 9 (wireless pool) working. I still receive the message that there is no address pool for 192.168.60.129.
I am going to test setting up a new VLAN with complete different space but the same subnet and see what happens. i.e. copy the 192.168.60.128 network configuration but use say 192.168.62.128.
