- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 05:05 AM
Hi All,
I have ASA 5510 version 7.0(8) and the NAT command is a little bit different from what I know in the other ASA cli what I know is nat (inside, oustside)...
however in this ASA in the bracket you only have to insert either inside or outside interface and outside the bracket it accepts nat id
nat () nat_id
I want to do PAT and what is the correct command will be please help me I got stucked
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 06:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 06:30 AM
It's been ages since I worked on those old versions :). So here is what I remember, on the old codes you would need to define the global address which is gonna be the public IP you want to translate to and then you would need to define the NAT with the inside network. The NAT ID in that case can start with 1, and the NAT excemption would be with 0 which will then be referenced to the ACL that you need to excempt NAT for. In your example, I think you would need something like this:
global (outside) 1 < public IP > netmask < netmask >
nat (inside) 1 < internal subnet >
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 06:47 AM
