cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
452
Views
0
Helpful
3
Replies

Aronet 1200 DHCP Server

nayanraut
Level 1
Level 1

Aronet 1200 DHCP server is configured on Global Mode. Problem is it gives DHCP clients on Ethernet ( BVI) interface. Is there any way Access Point giving IP only on Dot11redio 0 iterface and not on ethernet side.

3 Replies 3

mchin345
Level 6
Level 6

Please refer the following document to configure an AP as a DHCP server for the WLAN,

http://www.cisco.com/univercd/cc/td/doc/product/wireless/airo1100/accsspts/i12213ja/i12213sc/s13adm.htm#1057097

Thank you for replay, but the document still says you need to configure DHCP on global interface that means Access Point will broadcast all its quiries on all the interfaces.

Is there any way ( By putting Access List or something ) Access Point will broadcast DHCP quaries to Dot11Redio 0 interface only?

I think Access List can be a solution but not understanding how?

Got the Answer myself.

Access list was always a solution

access-list 101 deny tcp any any eq 546

access-list 101 deny tcp any any eq 547

access-list 101 deny tcp any any eq 67

access-list 101 deny tcp any any eq 68

access-list 101 deny tcp any any eq 950

access-list 101 deny udp any any eq 546

access-list 101 deny udp any any eq 547

access-list 101 deny udp any any eq bootps

access-list 101 deny udp any any eq bootpc

access-list 101 deny udp any any eq 950

access-list 101 permit ip any any

interface BVI 1

ip access-group 101 in

And DHCP is disable on BVI interface.

Review Cisco Networking for a $25 gift card