Is there anyone ever try destination NAT in 7750 ? I cannot apply source prefix in router nat. When I try to apply the source-prefix there warning
Here is my configuration in service NAT*B:PE2-POC>config>router>nat>inside# dnat-only source-prefix-list "DNAT"
MINOR: BB #1012 The nat policy does not exist - default nat-policy not set
Cheers*B:PE2-POC>config>service>nat# info
----------------------------------------------
nat-classifier "DNAT" create
entry 1 create
action dnat ip-address 172.100.100.1
match protocol tcp
dst-port-range start 22 end 22
exit
exit
exit
nat-policy "DNAT" create
alg
no ftp
exit
dnat
dnat-only router "Base" nat-group 2
exit
exit
nat-policy "default" create
exit
nat-policy "lsn-policy-vprn753293" create
pool "lsn-pool-vprn753293" router 753293
exit
nat-prefix-list "DNAT" application dnat-only-subscribers create
prefix 5.5.5.0/30
prefix 222.222.222.222/32
exit
----------------------------------------------
