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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Aronet 1200 DHCP disable

Status
Not open for further replies.

reliancetech

Technical User
Joined
Sep 7, 2004
Messages
60
Location
US
I am using Aronet 1200 to connect all 802.11 supporting devices. All the divices only work on DHCP. i configure 1200 as DHCP server. And is working fine.

Problem is DHCP is configured on global mode not on interface mode, so DHCP server is enable on both dot11redio 0 as well as on BVI (ethernet) interface. So aronet is giving IP on ethernet side as well.

Is there any way to onfigure DHCP on perticular interface in Cisco Aronet 1200?

Regards,

Nayan
 
Hi
Got the reply of myself.

Rather than thinking about DHCP I found work-around by blocking DHCP services on incoming interface of BVI 1.

Create a access list as


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 67
access-list 101 deny udp any any eq 68
access-list 101 deny udp any any eq 950
access-list 101 permit ip any any

Interface BVI 1
ip access-group 101 in

Solve the problem


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top