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

I need to create pat for all inside address ranges to the outside interface ip on Cisco ASA 9.1- Help!

zarbok
Level 1
Level 1

I need to create pat for all inside address ranges to the outside interface ip on Cisco ASA 9.1- Help!

The inside address ranges are:

192.168.1.0  255.255.255.0

192.168.2.0  255.255.254.0

172.17.1.0  255.255.255.0

172.30.1.0  255.255.255.0

172.30.2.0  255.255.255.0

172.30.3.0  255.255.255.0

10.128.1.0  255.255.255.0

 

The outside address is:

24.103.202.x

I need to make sure its a pat that can accomodate all those addresses.

I knew how to do this with older versions of ASA with the global command. But those commands do not seem to work on ASA 9.1.

If you could help with a mock up config I would appreciate it.

 

Thanks.

KZ

 

 

1 Reply 1

You could use a command like the following:

object-group network SUBNETS

  subnet 192.168.1.0  255.255.255.0
  subnet 192.168.2.0  255.255.254.0
  subnet 172.17.1.0  255.255.255.0
  subnet 172.30.1.0  255.255.255.0
  subnet 172.30.2.0  255.255.255.0
  subnet 172.30.3.0  255.255.255.0
  subnet 10.128.1.0  255.255.255.0
  nat (inside,outside) dynamic 24.103.202.x

--

Please remember to select a correct answer and rate helpful posts

--
Please remember to select a correct answer and rate helpful posts
Review Cisco Networking products for a $25 gift card