cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1301
Views
0
Helpful
6
Replies

ASA 5525-x Basic configuration

diegoansate
Level 1
Level 1

who can send me the basic configuration of a handle 5525-x INTERNET > ROUTER > ASA > SERVER Thanks for the help

1 Accepted Solution

Accepted Solutions

@diegoansate  a very basic ASA configuration for an OUTSIDE/INSIDE interface, routing and NAT configuration:-

interface gigabitethernet0/0
 nameif OUTSIDE
 ip address x.x.x.x 255.255.255.x
 no shutdown
interface gigabitethernet0/1
 nameif INSIDE
 ip address x.x.x.x 255.255.255.x
 no shutdown

route OUTSIDE 0 0 x.x.x.z

object network INSIDE
 subnet x.x.x.x 255.255.255.x
 nat (INSIDE,OUTSIDE) dynamic interface

fixup protocol icmp

If you wish further assistance please provide more information on your environment.

View solution in original post

6 Replies 6

@diegoansate  a very basic ASA configuration for an OUTSIDE/INSIDE interface, routing and NAT configuration:-

interface gigabitethernet0/0
 nameif OUTSIDE
 ip address x.x.x.x 255.255.255.x
 no shutdown
interface gigabitethernet0/1
 nameif INSIDE
 ip address x.x.x.x 255.255.255.x
 no shutdown

route OUTSIDE 0 0 x.x.x.z

object network INSIDE
 subnet x.x.x.x 255.255.255.x
 nat (INSIDE,OUTSIDE) dynamic interface

fixup protocol icmp

If you wish further assistance please provide more information on your environment.

diegoansate
Level 1
Level 1

Thanks for replying and sorry for being such a newbie. but i don't understand the following command 

route OUTSIDE 0 0 x.x.x.z

@diegoansate that's the default route via the OUTSIDE interface, replace x.x.x.z with the IP address of your next hop router IP address.

diegoansate
Level 1
Level 1

Thanks for answering so quickly and again, sorry for being such a newbie, but I don't understand this other command subnet x.x.x.x 255.255.255.x

@diegoansate replace subnet x.x.x.x that reflects your local network, i.e., 192.168.0.0 and replace 255.255.255.x with the subnet mask i.e., 255.255.255.0

 

diegoansate
Level 1
Level 1

Thanks for everything

Review Cisco Networking for a $25 gift card