11-29-2006 11:17 AM - edited 03-05-2019 01:05 PM
I have a Switch Cisco c2924MXL and I'd like to configure a ACL so a determined door or VLAN don't have trafic in the door 80 WWW
I created the follow acl
access-list 101 deny ip host 192.168.0.145 any eq 80
but I can't include in the interface, he doesn't accept the command
Switch(config-if)#ip access-group 101 in
Is there any possibility to do that in this switch ? And if it's possible I'd like to put it also in the band control of the door.
Thanks
MCM
11-29-2006 11:24 AM
No, not on this model.
11-29-2006 07:50 PM
Hi,
The 2924 is a pure layer 2 switch and does not support Access-list. You should try the same access-list on the corresponding layer 3 interface. Make sure you have a permit ip any any command at the end to allow rest of the traffic
THe new 2960 switches do support ACL on the interface but requires consistenet mask options and i think can be set in the outbound direction only
HTH, rate if it does
Narayan
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