North American Network Operators Group
Date Prev | Date Next |
Date Index |
Thread Index |
Author Index |
Historical
a slight modification to ACL 112
- From: bmanning
- Date: Tue Aug 11 09:58:30 1998
- Posted-date: Tue, 11 Aug 1998 06:12:44 -0700 (PDT)
For those of you with access lists, I've made this small modification to
the list that I originally got via Andrew Partan. You may wish to consider
the change in respect to your own acls. In cisco format:
access-list 112 deny ip host 0.0.0.0 any
! Loopback
access-list 112 deny ip 127.0.0.0 0.255.255.255 255.0.0.0 0.255.255.255
! RFC 1918 space
access-list 112 deny ip 10.0.0.0 0.255.255.255 255.0.0.0 0.255.255.255
access-list 112 deny ip 172.16.0.0 0.15.255.255 255.240.0.0 0.15.255.255
access-list 112 deny ip 192.168.0.0 0.0.255.255 255.255.0.0 0.0.255.255
! Test Network
access-list 112 deny ip 192.0.2.0 0.0.0.255 255.255.255.0 0.0.0.255
! IPv4 LinkLocal
access-list 112 deny ip 169.254.0.0 0.0.255.255 255.255.0.0 0.0.255.255
--bill
|