06-01-2011 01:27 AM - edited 07-03-2021 08:16 PM
Hi all,
How can I allow some IP to access https of cisco WLC management and restrict others ?
Can i make use of Access-list option under AAA menu of WLC. Any input is highly appreciated.
Thanks & Regards
Ahmed...
06-01-2011 03:16 AM
Hi,
Yes you are right.. Either WLC ACLs will help you or the normal ACL on the router will do this..
Lemme know if this answered ur qustion!!
Regards
Surendra
06-06-2011 01:36 AM
I tried ACL on interface vlan but it didnt worked.
My config is
ip access-list extended WLC_ACCESS
permit tcp host 10.0.0.25 host 10.0.26.10 eq 443
permit tcp host 10.0.0.26 host 10.0.26.10 eq 443
deny tcp 10.0.0.0 0.0.0.255 host 10.0.26.10 eq 443
interface vlan 26
ip access-group WLC_ACCESS in
IP address of WLC 10.0.26.10 in vlan 26
still i can access WLC from all machines in 10.0.0.0/24 network and cannot see any hits inside WLC_ACCESS entries.
Regards
Ahmed
06-06-2011 02:51 AM
Hi,
Please disable or uncheck "Management Via Wireless" under management TAB and see if you are able to access..
Regards
Surendra
06-06-2011 03:33 AM
Hi,
Its already disable and one more thing i am accessing through wired connection not wireless.
what is wireless-client, is it an application or a normal pc connected via wireless ?
Regards
Ahmed...
06-06-2011 03:36 AM
Normal PC connected via wireless....
Regards
Surendra
06-06-2011 03:39 AM
many thanks..
can you please help about accessibility of WLC using ACL ?
Reagards
Ahmed...
06-06-2011 03:44 AM
I think you can post the question on the Routing Platform!!
Regards
Surendra
06-06-2011 03:50 AM
okay.
but i am going through some WLC documentations.
Document ID: 81733
Before WLC version 4.0, ACLs are bypassed on the Management Interface,
so you cannot affect traffic destined to the Management Interface. After
WLC version 4.0, you can create CPU ACLs. Refer to
Configure CPU ACLs
for more information on how to configure this type of ACL.
Note:
ACLs applied to the Management and AP-Manager Interfaces are
ignored. ACLs on the WLC are designed to block traffic between the
wireless and wired network, not the wired network and the WLC. Therefore,
if you want to prevent APs in the certain subnets from communicating with
the WLC entirely, you need to apply an access list on your intermittent
switches or router. This will block LWAPP traffic from those APs (VLANs)
to the WLC.
So according to this stateent, my ACL applied on interfce vlan should work right ?
Please help and if you really think i should post it under routing i will do it.
Regards
Ahmed...
06-06-2011 05:23 AM
interface vlan 26
ip access-group WLC_ACCESS in
Try
ip access-group WLC_ACCESS out
06-06-2011 05:30 AM
Hi,
How it will help me ?
Do you mean it will see traffic while going back from WLC vlan towards wired vlans ?
Reagards
Ahmed...
06-06-2011 05:37 AM
No, I had some work to do with access lists for SVI, after a number of tests it looked like ACL for SVI worked vice versa in respect of trafic flow comparing to a physical port
06-06-2011 05:41 AM
okay then lemme try your suggestion i will update once i will apply
thanks for your suggection.
06-06-2011 05:51 AM
If it doesnt help, try applying to ACL to the 10.0.0.0 vlan interface but with IN statement
06-06-2011 05:58 AM
In case you apply this ACL to vlan 10.0.0.0, dont forget to add permit ip any any as the last statement to permit all other traffic
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