Help with Access lists
Posted: 18 Apr 2012 11:18
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
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