cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
547
Views
0
Helpful
2
Replies

Removing a static entry on a PIX 520

lancerman
Level 1
Level 1

if I have an entry as follows:

static (inside,outside) 204.x..x.x 204.x.x.x netmask 255.255.255.255 0 0

How do I delete that line???

2 Replies 2

llascare
Level 1
Level 1

You should be able to remove the static translation, by clearing the translation table and then removing the line:

clear xlate

no static (inside,outside) 204.x..x.x 204.x.x.x netmask 255.255.255.255 0 0

clear xlate

I enter enable mode, then I enter config terminal mode, I followed your steps and after thet I run Show Config and the entry is still there......what am I doing wrong????

Thanks!!!