Forum
Merhaba arkadaslar,
Cisco878 router uzerinde bulunan NAT lar var.Ben bunlardan birini silmek istiyorum ancak hata veriyor.
neden olabilir ?
Asbis(config)#no ip nat inside source static 192.168.xxx.xxx 212.154.xxx.xxx
Static entry in use, do you want to delete child entries? [no]:
%: Error: static entry in use, cannot remove
Merhaba
nat silme islemlerinde bu sırayı takip ediyorum, aynısını denermisin
bu arada nat ı port bazlı yapmadın degilmi ?
interface EthernetX
no ip nat inside
exit
interface EthernetY
no ip nat outside
exit
do clear ip nat translation forced
no ip nat inside source static 192.168.xxx.xxx 212.154.xxx.xxx
interface EthernetX
ip nat inside
exit
interface EthernetY
ip nat outside
exit
Nat kullanımda diye uyarıyor.
Static entry in use, do you want to delete child entries? [no]: yes
derseniz silinecektir