03-28-2005 10:35 PM - edited 07-04-2021 10:37 AM
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.
04-01-2005 02:13 PM
Please refer the following document to configure an AP as a DHCP server for the WLAN,
04-01-2005 10:42 PM
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?
04-13-2005 01:19 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide