satishtech wrote: » Created an ACL on a Switch and applied it to the VLAN Interface. I cannot filter traffic to the connected gateway router. PC Switch Router 192.168.1.3 192.168.1.10(VLAN 1) 192.168.1.1 I am able to filter traffic to the switch. ACL on Switch: access-list 101 deny tcp host 192.168.1.3 host 192.168.1.1 eq 22 access-list 101 permit ip any any interface Vlan1 ip address 192.168.1.10 255.255.255.0 ip access-group 101 in SSH is configured on Router.
satishtech wrote: » GDaines thank you it worked. MultiLayerSwitch(config)#access-list 101 deny tcp 192.168.1.3 0.0.0.0 192.168.1.1 0.0.0.0 eq 22 MultiLayerSwitch(config)#access-list 101 permit ip any any what was I doing wrong. This is Packet Tracer not real Routers. Why the following below does not work ? MultiLayerSwitch(config)#access-list 101 deny tcp host 192.168.1.3 host 192.168.1.1 eq 22 MultiLayerSwitch(config)#access-list 101 permit ip any any
satishtech wrote: » Another question : Single switch , 3 PC's , 2 clients and a server. I am trying to filter traffic to the server. ACL is applied to the VLAN to which all the PC's belong. I think this will not work as all pc's belong to the same VLAN. Is it possible to filter traffic using ACL's in switched environment with all PC's on the same VLAN ?
satishtech wrote: » Is it possible to filter traffic using ACL's in switched environment, with all PC's on the same VLAN ?