No, you cannot exclude a certain class C address range from the class B address range. But you can
use the appropriate network mask to achieve the same result. For processing efficiency, you should
reorder from least specific to more specific. Consult the following example:
nat (inside) 1 172.30.0.0 255.255.240.0
nat (inside) 1 172.30.17.0 255.255.255.0
nat (inside) 1 172.30.18.0 255.255.255.0
nat (inside) 1 172.30.19.0 255.255.255.0
nat (inside) 1 172.30.20.0 255.255.252.0
nat (inside) 1 172.30.24.0 255.255.248.0
nat (inside) 1 172.30.30.0 255.255.128.0
nat (inside) 1 172.30.128.0 255.255.128.0