11-20-2012 10:44 AM - edited 03-11-2019 05:25 PM
I have a PIX506E that was resently reset and it has version
PIX Version 7.1(2) . It either uses some different commands or I am not using them correctly.
PIX506E# show ip address inside
System IP Address:
Interface Name IP address Subnet mask
Method
Ethernet1 inside 192.168.1.1 255.255.255.0
CONFIG
Current IP Address:
Interface Name IP address Subnet mask
Method
Ethernet1 inside 192.168.1.1 255.255.255.0
CONFIG
EX:
PIX506E(config)# ip address inside 192.168.0.1 255.255.255.0
^
ERROR: % Invalid input detected at '^' marker.
Please Help.
11-20-2012 11:19 AM
11-20-2012 06:04 PM
Hello Wayne,
You need to enter the interface configuration mode:
http://www.cisco.com/en/US/docs/security/asa/asa71/command/reference/i3_711.html#wp1665978
Example:
interface Ethernet1
ip address 192.168.1.1 255.255.255.0
security level 100
nameif inside
no shut
Regards,
Felipe.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide