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

ASA 5510 ( 8.3 version) Interface communication

Hi Suuport-team,

Below is the my network details:

Inside-1 : security level 100 - 192.168.1.0/24     inside interface IP is 192.168.1.1/24

Inside-2 : security level 50 - 192.168.2.0/24       inside-2 interface IP is 192.168.2.1/24

Outside : Security level 0 - 192.168.100.0/24     ioutside interface IP is 192.168.100.1/24

I configured Dynamic PAT for inside-1 and inside-2 with outside interface to get internet as shown configuration below.

object network inside-1
subnet 192.168.1.0 255.255.255.0
nat (inside-1,outside) dynamic interface

object network inside-2
subnet 192.168.2.0 255.255.255.0
nat (inside-2,outside) dynamic interface

All my users are getting internet....

   

Here i want provide communiction between inside-1 , inside-2 and outside..

i.e  inside-1 to inside-2 and vice versa

     inside-1 to outside

     inside-2 to outside

Here my IOS version is 8.3 and my device is ASA 5510.....

Please send me the configuration for my requirement ..

Thanks in advance...

Regards,

Janardhan

1 Reply 1

Jennifer Halim
Cisco Employee
Cisco Employee

I assume that the following you have configured correctly:

inside-1 to outside, configuration:

object network inside-1
   subnet 192.168.1.0 255.255.255.0
   nat (inside-1,outside) dynamic interface

inside-2 to outside, configuration:

object network inside-2
   subnet 192.168.2.0 255.255.255.0
   nat (inside-2,outside) dynamic interface

For  inside-1 to inside-2, here is the configuration:

object network obj-192.168.1.0

     subnet 192.168.1.0 255.255.255.0

nat (inside-1,inside-2) source static obj-192.168.1.0 obj-192.168.1.0

Review Cisco Networking for a $25 gift card