CCBootcamp Lab 20 Section Three Task 9 Access-list to block route s in range between 10.1.31.x - 10.1.255.x use as few commands as poss

From: Frei Peter (Peter.Frei@xxxxxxxx)
Date: Wed Jan 09 2002 - 13:52:50 GMT-3


   
Hi group
Anybody done this Task?

ip access-list standard BLOCKROUTES
 deny 10.1.31.0 0.0.0.255
 deny 10.1.224.0 0.0.1.255
 permit 10.1.0.0 0.0.31.255
 permit 10.1.224.0 0.0.31.255
 deny 10.1.0.0 0.0.255
 permit any

or

ip access-list standard BLOCKROUTES
 deny 10.1.31.0 0.0.0.255
 deny 10.1.224.0 0.0.1.255
 permit 10.1.0.0 0.0.31.255
 permit 10.1.224.0 0.0.31.255

has less statements but will only allow 10.1.x.x and we need a permit with
155.10.0.0 0.0.255.255 at the beginning

Peter

> Peter Frei
> Consultant System Engineer, Ing. HTL Technische Informatik
>
> DELEC AG
> Worbstrasse 170, CH-3073 Guemligen/Bern
> Tel. ++41 31 958 55 55, Fax ++41 31 951 55 04
> Tel. direkt: ++41 31 958 55 52
> E-Mail: pf@delec.ch
> Besuchen Sie unsere Homepage: http://www.delec.ch



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:56:21 GMT-3