Cisco ASA Easy Setup Guide

The basic Install

ASAV BASIC CONF

ciscoasa>
en
conf t
enable password cisco
user cisco password cisco
!
int eth0
nameif Inside
ip address 10.10.10.1 255.255.255.0
no shutdown
desc Lan
exit
int eth1
nameif Outside
ip add 20.20.20.1 255.255.255.0
no shutdown
desc Outside
exit
route Outside 0.0.0.0 0.0.0.0 x 1
route Inside 172.16.10.0 255.255.255.0 192.168.0.253 1
exit
!
ping 8.8.8.8

——————
wr mem

conf t
host ASA
telnet 10.10.10.0 255.255.255.0 Inside
ssh 10.10.10.0 255.255.255.0 Inside
http server enable
http 10.10.10.0 255.255.255.0 Inside

wr mem

 

And Setup have been taken from Cisco website @

https://www.cisco.com/c/dam/global/en_au/solutions/small-business/pdfs/Cisco-ASA-Easy-Setup-Guide-updated.pdf

Leave a Comment