pirateclem
Technical User
At my location I have a 4506/4507 pair at the core and 3550 edge switches. I have a client on one particular port which has a static IP. I would like to keep this client from running a network scanner. I cannot control what is installed on the client, it is in my network and has routes to everything. I figured if I could keep this client from passing SNMP and ICMP this will not be a problem. The 3550 that this clients port is on has a basic ACL configured which allows all traffic it this clients subnet to be passed. ie:
basic acl 10
10 permit 10.1.1.0 0.0.0.255 any any
So, if I put an extended ACL on to keep this one client from doing something it will not matter since extended acl's begin at 100...correct?
extended acl 100
10 deny tcp 10.1.1.5 0.0.0.0 eq snmp
Basicaly no good right? What else can I do? Can I limit traffic at the core switches? Routing between multiple VLAN's at the cores. Input?
basic acl 10
10 permit 10.1.1.0 0.0.0.255 any any
So, if I put an extended ACL on to keep this one client from doing something it will not matter since extended acl's begin at 100...correct?
extended acl 100
10 deny tcp 10.1.1.5 0.0.0.0 eq snmp
Basicaly no good right? What else can I do? Can I limit traffic at the core switches? Routing between multiple VLAN's at the cores. Input?