Access-list problem

in CCNP
I have an access-list problem that I can't get past.
For example, if I wanted to block the addres range of 192.168.12.7-192.168.12.11 to anything, how would this be written? I want to allow traffic from 12.0-12.6 and 12.12-12.255. Can this ACL be written with this information?
For example, if I wanted to block the addres range of 192.168.12.7-192.168.12.11 to anything, how would this be written? I want to allow traffic from 12.0-12.6 and 12.12-12.255. Can this ACL be written with this information?
"Computers in the future may weigh no more than 1.5 tons." - Popular Mechanics, 1949
Comments
Ok, it took me a moment to realize what you had done, but it looks like it would work. Since there's an implicit "deny all" at the end of the ACL, the last line would be left off I assume. But I knew my request wasn't a nice and neat one, so this was good practice.
However in a troubleshooting scenario you would put on 'deny ip any any log' as the last line to act as the implicit deny and to enable you to see if traffic is getting blocked when it shouldn't be...
CCNA | CCNA:Security | CCNP | CCIP
JNCIA:JUNOS | JNCIA:EX | JNCIS:ENT | JNCIS:SEC
JNCIS:SP | JNCIP:SP
+ 1 to this... this has saved my skin on numerous occasions