cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
400
Views
0
Helpful
5
Replies

What's up with version 7.0 and asdm

sermelag
Level 1
Level 1

Why I can't configure the ip and the nameif in the pix?

5 Replies 5

pavlosd
Level 2
Level 2

Hi,

On PIX v7.0, the above commands no longer exist in global configuration. They were move to interface configuration.

Try for example....,

interface Ethernet0

nameif OUTSIDE

security-level 0

ip address 10.10.10.10 255.255.255.0 standby 10.10.10.11

Thanks a lot, but seems that it continues without works.

pixalbert(config)# interface ethernet 0

pixalbert(config-if)# nameif outside

^

ERROR: % Invalid input detected at '^' marker.

pixalbert(config-if)# ip address 10.10.10.10 255.255.255.0 standby 10.10.10.11

^

ERROR: % Invalid input detected at '^' marker.

There is a new version of PIX software 7.0(2) available. have you tried to upload it and see if it resolves you problem (perhaps a corrupted image or something).

Do you have multiple contexts running on that box? If so, are you logged onto the admin or system execution contexts?

aramirez
Level 1
Level 1

Do a show run and check to see if you have one of the other interface as outside. If so then go to that interface and type: NO NAMEIF and if it has an ip address also type: NO IP ADDRESS

Good luck.