I know you can have a static policy nat
static (inside,outside) 10.1.1.1 access-list bob
But what if you want to nat a network. In other words
I want all 10.72.36.0 to be changed to 172.21.6.0 one for one mask 255.255.255.0
static policy nat doesn't appear to allow netmask
thx as always