Link to home
Start Free TrialLog in
Avatar of wcsjimmy
wcsjimmy

asked on

Setting up DHCP on a Cisco 1130 AG

I am trying to find out how to setup a Cisco 1130 AG with DHCP for the wireless clients. We are putting this in a place where there is no DHCP server. Does this only work as a relay or can It act like its own DHCP server.

Thanks again experts.

-Jim
Avatar of wcsjimmy
wcsjimmy

ASKER

Does no one have any input or suggestions on this?

Thanks,
Jim
ASKER CERTIFIED SOLUTION
Avatar of Rick Hobbs
Rick Hobbs
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks,

Thats what I need to know.

-Jim
Thank you!  I am glad I could be of assistance.
You can configure DHCP server from command line interface as on normal router

ip dhcp excluded-address 172.16.0.100 172.16.0.103
!
ip dhcp pool 0
      network 172.16.0.0 /16
      domain-name cisco.com
      dns-server 172.16.1.102 172.16.2.102
      netbios-name-server 172.16.1.103 172.16.2.103
      default-router 172.16.0.100
!

don't forget about issuing
service dhcp
command - it will enable DHCP on configured BVI interface.