cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
217
Views
0
Helpful
1
Replies

Need help with 8.4.x PAT

jason.williams
Level 1
Level 1

We recently upgraded from 8.2 to 8.4 on our ASAs, and I'm still trying to get used to the new NAT configuration.

I'm trying to add a new PAT statement, that previously used an access-list.

How would I enter this on 8.4?

access-list guest-nat extended permit ip host 10.10.10.10 any

access-list guest-nat extended permit ip host 10.10.10.11 any

access-list guest-nat extended permit ip object-group Guest_Hosts any

global (outside) 4 1.1.1.1

nat (inside) 4 access-list guest-nat

Thanks.

Jason

1 Reply 1

Andrew Phirsov
Level 7
Level 7

object network MappedIP

host 1.1.1.1

object network 10.10.10.10

host 10.10.10.10

nat (inside,outside) dynamic pat-pool MappedIP

object network 10.10.10.11

host 10.10.10.11

nat (inside,outside) dynamic pat-pool MappedIP

object network Guest_Hosts

subnet x.x.x.x m.m.m.m

nat (inside,outside) dynamic pat-pool MappedIP

Review Cisco Networking for a $25 gift card