Page 1 of 1

Help with Access lists

Posted: 18 Apr 2012 11:18
by Chandra
I am new to the Alcatel-Switching world. I am currently on the stage of configuring an OmniSwitch 6400 switch. I was wondering if there is a command in the AOS that does the same result as the following command on CISCO IOS

access-list 100 deny tcp 192.168.20.0 0.0.0.3 host 10.10.10.10 eq 80
access-list 100 deny ip 192.168.40.0 0.0.0.16 host 10.10.10.10
access-list 100 permit any any

interface fa 0/1
ip access-group 100 out

Re: Help with Access lists

Posted: 20 Apr 2012 11:28
by one6f
Hi,
please refer to attached thech tip. The attached document is meant to be a starting point guide and is not intended to be a complete reference to all the capabilities of Cisco's ACL's.

Re: Help with Access lists

Posted: 23 Apr 2012 04:14
by Chandra
Thank you for the help. This should get me on the road..