Pada 17-Sep-2003, Boniforti Flavio menulis: > Hello all! > I'd like to create an ACL with a list of IPs which are not contiguous. > acl src 10.167.211.11 10.167.211.165 10.167.211.9 > Would this work?
I I were you, I would have written something like this : acl ip1 src 10.167.211.11 acl ip2 src 10.167.211.165 acl ip3 src 10.167.211.9 For more informations, I highly recommend you to take a look into FAQ section "good ACL, bad ACL" HTH aqil
