ok. so then my acl is written backwards???? 10.1.3.0/24 is another VLAN. Should my syntax be "ip access-group out"?
Main Topics
Browse All TopicsI currently have the following Access Control List assigned to a VLAN interface. Currently it reads "ip access-group in". Does that mean traffic leaving the subnet or entering the subnet from somewhere else.
access-list 104 remark East Wing
access-list 104 permit tcp 10.1.1.0 0.0.0.255 10.1.3.0 0.0.0.255 eq 389
access-list 104 permit tcp 10.1.1.0 0.0.0.255 10.1.3.0 0.0.0.255 eq 522
access-list 104 permit tcp 10.1.1.0 0.0.0.255 10.1.3.0 0.0.0.255 eq 1503
access-list 104 permit tcp 10.1.1.0 0.0.0.255 10.1.3.0 0.0.0.255 eq 1720
access-list 104 permit tcp 10.1.1.0 0.0.0.255 10.1.3.0 0.0.0.255 eq 1731
access-list 104 permit tcp 10.1.1.0 0.0.0.255 10.1.3.0 0.0.0.255 eq 139
access-list 104 permit tcp 10.1.1.0 0.0.0.255 10.1.3.0 0.0.0.255 eq 137
access-list 104 permit tcp 10.1.1.0 0.0.0.255 10.1.3.0 0.0.0.255 eq 138
access-list 104 permit tcp 10.1.1.0 0.0.0.255 10.1.3.0 0.0.0.255 eq 445
access-list 104 permit tcp 10.1.1.0 0.0.0.255 10.1.3.0 0.0.0.255 eq 135
access-list 104 permit tcp 10.1.1.0 0.0.0.255 10.1.3.0 0.0.0.255 range 1024 65000
access-list 104 permit icmp 10.1.1.0 0.0.0.255 10.1.3.0 0.0.0.255 echo
access-list 104 permit icmp 10.1.1.0 0.0.0.255 10.1.3.0 0.0.0.255 echo-reply
access-list 104 permit udp 10.1.1.0 0.0.0.255 10.1.3.0 0.0.0.255
access-list 104 deny ip 10.1.1.0 0.0.0.255 10.1.3.0 0.0.0.255
access-list 104 deny ip 10.1.1.0 0.0.0.255 10.1.4.0 0.0.0.255
access-list 104 deny ip 10.1.1.0 0.0.0.255 10.1.6.0 0.0.0.255
access-list 104 deny ip 10.1.1.0 0.0.0.255 10.79.0.0 0.0.255.255
access-list 104 permit ip any any
interface Vlan204
description UsersEast
ip address 10.1.1.1 255.255.255.0
ip access-group 104 in
ip helper-address 10.1.200.16
ip flow ingress
ip route-cache flow
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: surbabu140977Posted on 2009-11-03 at 08:01:28ID: 25730272
entering the subnet from somewhere........