You can always create a zone, but will be it useful or not, depends on will the above level authority delegate anything to it or not. This includes any kind of zones; from the DNS server point of view, reverse zone is no different than forward zone. The only difference is that forward zone delegations you can buy from registrars, and reverse zones delegations like "2.0.192.in-addr.arpa" are inherited together with correspondent address blocks.
Reverse delegation has a curious property (due to how reverse zone lookup is constructed): for IPv4 it is done by octet boundaries. I mean, reverse zone for the "10.0.0.0/8" block can be delegated (that zone will get name 10.in-addr.arpa
), "192.0.2.0/24" can (with the name 2.0.192.in-addr.arpa
), but "192.0.2.64/26" can not, because there is no defined reverse zone name for this subnet. So, if you aren't talking about the whole /24 (or /16 or /8) block of addresses, direct delegation (in the DNS sense) of a "partial block" is impossible.
It still could be somewhat emulated with CNAME trickery. You create some zone (or use any existing zone, this doesn't matter) and create PTRs for your IPs in it. Then, the owner of the /24 block from which your subblock was carved creates bunch of CNAMEs to your PTRs. If your provider agrees to do that (for instance, if you can set up those CNAMEs in mentioned panel), go ahead, create a zone and set up a "delegation". If no, your zones will be useless (except for your internal clients which you can direct to your servers artificially).
After this discussion, I want you to think: why do you need a delegation? Are you planning to change your PTRs often? This is the thing that is rarely consulted, the most notable is the use of PTRs in the mail server validity checking. So basically you need to set up PTR once when you choose the host name for your mailer, and then it would never change. Just do it once in the provider panel and forget.