Re: question on acl [7:75257]

2003-09-11 Thread Bob by The Bay
Yongwee, ! ! Deny even numbers but permit everything else ! access-list 101 deny tcp 192.168.2.0 0.0.0.254 host 192.168.1.254 eq telnet access-list 101 permit any any ! implicit deny all here ! ! or perhaps more efficiently ! ! ! Permit odd numbers only ! access-list 101 permit tcp 192.168.2.1

RE: question on acl [7:75257]

2003-09-11 Thread Andrew Larkins
As multiple single entries - you can not summarize these... A better way is to have all the specific users that must be denied to be in a summarizable subnet -Original Message- From: Yong Wee [mailto:[EMAIL PROTECTED] Sent: 11 September 2003 17:30 To: [EMAIL PROTECTED] Subject: question

RE: question on acl [7:75257]

2003-09-11 Thread Reimer, Fred
- From: Andrew Larkins [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 12:50 PM To: [EMAIL PROTECTED] Subject: RE: question on acl [7:75257] As multiple single entries - you can not summarize these... A better way is to have all the specific users that must be denied