Any alternative to configuring NAT?
Main Topics
Browse All TopicsCisco PIX 506E
Cisco PIX Firewall Version 6.3(4)
Cisco PIX Device Manager Version 3.0(4)
Recently configured policy NAT in order to support a VPN connection.
Now, I'm no longer able to make configuration changes via the PDM which is a huge inconvenience. Upgraded my PDM from 3.0(1) to 3.0(4) but the problem persists.
I'm getting the following error message:
--------------------------
PDM has encountered a firewall configuration command statement that PDM does not support. Configuration parsing has been stopped. PDM access is now limited to the Home and Monitoring view during the current session. To regain access to the rest of PDM, use the command line interface window to fix the unsupported command statement and then refresh PDM with the modified firewall configuration.
PDM does not support "policy NAT" commands in your configuration.
The policy NAT configuration are either "nat(if_name) nat_id_ access-list acl-id" or "static (internal_if_name, external_if_name) global_ip access-list acl-id" commands.
--------------------------
Any suggestions?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Policy NAT configurations will force PDM into monitor mode. A complete description of how to configure Policy NAT and the related CLI commands is available in the Cisco PIX Firewall and VPN Configuration Guide, Version 6.3 at this location:
/en/US/partner/products/sw
If any one of the following commands are in the configuration, PDM will be forced into monitor mode:
static (inside,outside) 209.165.202.129 access-list NET1
static (inside,outside) 209.165.202.130 access-list NET2
nat (inside) 1 access-list NET1
nat (inside) 2 access-list NET2
Refer to the following link for more information:
http://www.cisco.com/en/US
Business Accounts
Answer for Membership
by: carribeantechPosted on 2005-08-17 at 10:51:24ID: 14693997
This is a cosmetic bug; Cisco PDM doesn't suport Policy NAT; if you need to use PDM you would need to disable Policy NAT.