Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco AiroNet AP1232 Help!!!!

Status
Not open for further replies.

RetrogradePAK

IS-IT--Management
Apr 29, 2002
170
CA
Dear All,

I need answers and exact commands to these 2 question

1. Commands to enable DHCP server on the AP
2. Why are the DCP options not available in the web interface?
3. I want to connect the AP to my DSL router which has a static public IP and want all client to connect to the AP via DHCP so that they can browse the net through the DSL router.
 
The Cisco AP's are not routers or firewalls. Consider them wireless hubs. They do not provide DHCP services.


Brent
Systems Engineer / Consultant
CCNP, CCSP
 
You can configure DHCP service on a Cisco 1200 AP. You can't do it through the web interface though, you'll need to telnet or SSH or console to it. Here's the config I have applied to an AP that was needed for a special project:

ip dhcp excluded-address 192.168.0.1 192.168.2.128
ip dhcp excluded-address 192.168.3.0 192.168.255.255
!
ip dhcp pool wireless
network 192.168.0.0 255.255.0.0
default-router 192.168.1.253
domain-name abcd.abcd
dns-server xxx.xxx.xxx.xxx
lease 0 4
!

I only used a partial class "C", which is why there are so many excluded adresses. You can tailor it to your specific needs.

Hope this helps!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top