cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
721
Views
10
Helpful
3
Replies

dynamic interface

reashad
Level 1
Level 1
object network INSIDE-NETWORK
  subnet 172.16.30.0 255.255.255.0
  nat (inside,outside) dynamic interface

does this command means NAT overload ? 

1 Accepted Solution

Accepted Solutions

Hello,

 

indeed. The equivalent in IOS would be:

 

interface GigabitEthernet0/0

description Outside interface

ip address x.x.x.x y.y.y.y

ip nat outside

!

interface GigabitEthernet0/0

description Inside interface

ip address z.z.z.z y.y.y.y

ip nat inside

!

ip nat inside source list 1 interface GigabitEthernet0/0 overload

!

access-list 1 permit z.z.z.z y.y.y.y

View solution in original post

3 Replies 3

Hello

Yes it does for ASA FW's


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Thank you. I am new to this community. Still learning now to navigate this site. 🤓

Hello,

 

indeed. The equivalent in IOS would be:

 

interface GigabitEthernet0/0

description Outside interface

ip address x.x.x.x y.y.y.y

ip nat outside

!

interface GigabitEthernet0/0

description Inside interface

ip address z.z.z.z y.y.y.y

ip nat inside

!

ip nat inside source list 1 interface GigabitEthernet0/0 overload

!

access-list 1 permit z.z.z.z y.y.y.y

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card