cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
529
Views
0
Helpful
5
Replies

VLAN ACL`s

maciejwrax
Level 1
Level 1

Hello All,

I would like to know that Can I define ACL on my 3750. I would like to do ACl witch have permits for ports and services (used by servers)which I defined and option any any to log on syslog. Is there any possibility to do that?

Thanks

1 Accepted Solution

Accepted Solutions

Hello,

would this helps you? An extended ACL.

Here an example. You only need to bind these acl to an interface.

config terminal

"For all services and ports with the same acl number"

access-list 102 permit tcp "source+wildard" "detination+wildacrd" eq "Port or service"

access-list 102 deny any any

best regards

Sebastian

View solution in original post

5 Replies 5

Hello,

would this helps you? An extended ACL.

Here an example. You only need to bind these acl to an interface.

config terminal

"For all services and ports with the same acl number"

access-list 102 permit tcp "source+wildard" "detination+wildacrd" eq "Port or service"

access-list 102 deny any any

best regards

Sebastian

Could You explain me "source+wildcard" I have example: one port to one server, then a I have service on port 1233 - Veritas Backup and it must be permit...so what syntax must be

best regards Maciek

Ouuh I think i've got the answer:

access-list access-list-number {permit | deny} protocol source

source-wildcard [operator source-port] destination destination-wildcard

[operator destination-port] [precedence precedence-number] [tos tos]

[established] [log | log-input]

Pleace correct me I'm wrong

That is exactly what I mean. I tried only to explain it on an example.

here is what i would try.

access-list 102 permit tcp any 10.6.4.5 0.0.0.0 eq 1233

Sebastian

Thanks For your great help :)

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card