--- Start ---
Statement:  "You can only assign one access list per interface, per
protocol, or per direction"

Question 1:  Would this be correct as to an overall general understanding of
this statement?

interface ethernet 0
 ip address 192.1.1.1 255.255.255.0
 ip access-group 1 in
 ip access-group 2 out
 ipx access-group 3 in
 ipx access-group 4 out

Question 2: Can this possibly imply the following:
 (intuition says not possible because there are duplicate access lists on
the single interface)

interface ethernet 0
 ip address 192.1.1.1 255.255.255.0
 ip access-group 1 in
 ip access-group 2 out
 ipx access-group 1 in
 ipx access-group 2 out
--- Finish ---

_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to