Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Networking Forum > Networking Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Networking Support General Networking Support Forum

Reply
 
LinkBack Thread Tools
Old 07-06-2009, 06:28 AM   #1 (permalink)
Registered User
 
Join Date: Jul 2009
Posts: 6
OS: Windows XP


[SOLVED] Setting a DHCP Scope on Cisco 2125 Wireless LAN Controller

Hello all,

I am currently working with a Cisco Wireless LAN controller (2125) and I am trying to setup a DHCP scope so that my access points can obtain an IP address when they are plugged in.

I have tried through the GUI interface but it doesnt seem to work so i tried via console. The code which I am typing in is:


(Cisco Controller) >config dhcp create-scope CGTest
(Cisco Controller) >config dhcp address-pool CGTest
Incorrect input! Use 'config dhcp address-pool <scope name> <start> <end>'
(Cisco Controller) >config dhcp address-pool CGTest 192.168.95.100 192.168.95.20
0
(Cisco Controller) >config dhcp enable CGTest
DHCP scope parameters are invalid - Network or Netmask is not configured.
(Cisco Controller) >config dhcp CGTest 192.168.95.253 255.255.255.0
Incorrect usage. Use the '?' or <TAB> key to list commands.
(Cisco Controller) >config dhcp network CGTest 192.168.95.253 255.255.255.0
Error in network/netmask setting


The issue seems to be with setting up the "network" field of the scope.

Having checked the following guide:

http://www.cisco.com/en/US/docs/wire...html#wp1152559

“Step 7 In the Network field, enter the network served by this DHCP scope. This is the IP address used by the management interface with Netmask applied, as configured on the Interfaces page.”

My Management interface is set to:

192.168.95.253
255.255.255.0
192.168.95.1

This might be something really simple but i have limited Cisco knowledge and i can seem to figure out where i am going wrong.

Thanks,

-c
ceanth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 07-06-2009, 08:32 AM   #2 (permalink)
Registered User
 
Prometheus_Fire's Avatar
 
Join Date: Jan 2007
Posts: 134
OS: Win2K, WinXP, Win Vista, Win2K3, Win2K8, IOS


Re: Setting a DHCP Scope on Cisco 2125 Wireless LAN Controller

Have you tried: config dhcp network CGTest 192.168.95.0 255.255.255.0 after: config dhcp address-pool CGTest 192.168.95.100 192.168.95.20.

Regards,

Pro
__________________
Scintillate, scintillate, asteroid minific;
Feign do I fathom your nature's specific
Exaltedly set on the aether capacious
A reasonable facsimile of a gem carbonaceous.
Prometheus_Fire is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-06-2009, 09:27 AM   #3 (permalink)
Registered User
 
Join Date: Jul 2009
Posts: 6
OS: Windows XP


Re: Setting a DHCP Scope on Cisco 2125 Wireless LAN Controller

Hi Prometheus, ill give that a go and get back to you.I dont have access to my kit just yet.

Why would it be 192.168.95.0 if the management interface has been set to 192.168.95.253?
ceanth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-06-2009, 09:30 AM   #4 (permalink)
Registered User
 
Prometheus_Fire's Avatar
 
Join Date: Jan 2007
Posts: 134
OS: Win2K, WinXP, Win Vista, Win2K3, Win2K8, IOS


Re: Setting a DHCP Scope on Cisco 2125 Wireless LAN Controller

The config dhcp network <scope> <network> <netmask> command doesn't set the management interface, it sets the network and subnet mask.
__________________
Scintillate, scintillate, asteroid minific;
Feign do I fathom your nature's specific
Exaltedly set on the aether capacious
A reasonable facsimile of a gem carbonaceous.
Prometheus_Fire is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-06-2009, 10:41 AM   #5 (permalink)
Registered User
 
Join Date: Jul 2009
Posts: 6
OS: Windows XP


Re: Setting a DHCP Scope on Cisco 2125 Wireless LAN Controller

Prometheusn that worked :) Thank you very much

Thanks for that. Im not Cisco qualified but is the network address (192.168.95.0) always in that format. E.g. if i change the DHCP scope to 192.168.96.0 would the network address change to 192.168.96.0?

I was under the impression that the network address was for the management card but its clearly not. So what is the purpose of the network and netmask address?

Again, apologies if this is simpy answer.

-c
ceanth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-06-2009, 03:22 PM   #6 (permalink)
Registered User
 
Prometheus_Fire's Avatar
 
Join Date: Jan 2007
Posts: 134
OS: Win2K, WinXP, Win Vista, Win2K3, Win2K8, IOS


Re: Setting a DHCP Scope on Cisco 2125 Wireless LAN Controller

Hi ceanth,

That command sets the network that the scope applies to. The management interface refers to the IP you set on a VLAN interface in the defined network.

The network address simply refers to the subnet you want the DHCP scope to serve.

Also, you've misconfigured your dhcp address-pool. The first IP listed should be the start of the pool and the second should be the last IP in the pool. E.g. config dhcp address-pool CGTest 192.168.95.20 192.168.95.100 rather than: config dhcp address-pool CGTest 192.168.95.100 192.168.95.20.

NB: If you're happy the issue is resolved, don't forget to mark it as SOLVEd.
__________________
Scintillate, scintillate, asteroid minific;
Feign do I fathom your nature's specific
Exaltedly set on the aether capacious
A reasonable facsimile of a gem carbonaceous.

Last edited by Prometheus_Fire; 07-06-2009 at 03:25 PM. Reason: Addendum
Prometheus_Fire is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-07-2009, 05:36 AM   #7 (permalink)
Registered User
 
Join Date: Jul 2009
Posts: 6
OS: Windows XP


Re: Setting a DHCP Scope on Cisco 2125 Wireless LAN Controller

Hi Prometheus, that makes perfect sense.

How do i mark this thread as Solved? I couldnt seem to see any buttons or anything.

Thanks,
C
ceanth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-07-2009, 06:32 AM   #8 (permalink)
Registered User
 
Prometheus_Fire's Avatar
 
Join Date: Jan 2007
Posts: 134
OS: Win2K, WinXP, Win Vista, Win2K3, Win2K8, IOS


Re: Setting a DHCP Scope on Cisco 2125 Wireless LAN Controller

I'm not sure, Johnwill told me that thread starters could mark their threads as solved! :-/
__________________
Scintillate, scintillate, asteroid minific;
Feign do I fathom your nature's specific
Exaltedly set on the aether capacious
A reasonable facsimile of a gem carbonaceous.
Prometheus_Fire is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-07-2009, 06:37 AM   #9 (permalink)
Registered User
 
Join Date: Jul 2009
Posts: 6
OS: Windows XP


Re: [SOLVED] Setting a DHCP Scope on Cisco 2125 Wireless LAN Controller

I figured it out :)
ceanth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 12:21 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85