Re: Basic ACL Q [7:39334]

2002-03-30 Thread IT Guy
Thanks a lot for this detailed explanation. >From: "Daniel Thiffeault" >Reply-To: "Daniel Thiffeault" >To: [EMAIL PROTECTED] >Subject: Re: Basic ACL Q [7:39334] >Date: Sun, 24 Mar 2002 08:46:08 -0500 > >you want to block 172.16-31.0.0 > >16

Re: Basic ACL Q [7:39334]

2002-03-24 Thread Crazy Diamond
Wow, very nice explanation daniel, i think i'm one more step to understanding the wildcard mask thing Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=39387&t=39334 -- FAQ, list archives, and subscription info: http://www.groupstudy

Re: Basic ACL Q [7:39334]

2002-03-24 Thread Daniel Thiffeault
you want to block 172.16-31.0.0 160001 170001 0001 180001 0010 190001 0011 200001 0100 210001 0101 220001 0110 230001 0111 240001 1000 250001 1001 260001 1010 270001 1011 280001 1100 290001 1101 300001 1110 310001 from tha

Re: Basic ACL Q [7:39334]

2002-03-23 Thread Leslie McIntosh
Tom, That looks right except change the permit to deny: access-list 90 DENY 172.16.0.0 0.240.255.255 Don't forget that the ACL works from the top down, so this may need to be one of the first statements for you. Les --- IT Guy wrote: > Hi everyone, > > Just wondering how I can block whole

RE: Basic ACL Q [7:39334]

2002-03-23 Thread IT Guy
Thanks for the help, it worked >From: "Ouellette, Tim" >Reply-To: "Ouellette, Tim" >To: [EMAIL PROTECTED] >Subject: RE: Basic ACL Q [7:39334] >Date: Sun, 24 Mar 2002 01:11:38 -0500 > >Think you want something like this > >access-list deny 172

RE: Basic ACL Q [7:39334]

2002-03-23 Thread Ouellette, Tim
Think you want something like this access-list deny 172.16.0.0 0.15.255.255 That'll deny everything from 172.16.0.0 - 172.31.255.255 -Original Message- From: IT Guy [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 24, 2002 12:25 AM To: [EMAIL PROTECTED] Subject: Basic ACL Q [7:39334] Hi