Cisco Asa 5505 Setup - Basic Configuration Tutorial For Asa 5505

co ASA 5505 Firewall is the smallest model in theASA5505(config-if)# security-level 100
new 5500 Cisco series of hardware appliances.ASA5505(config-if)# ip address 192.168.1.1
Although this model is suitable for small255.255.255.0
businesses, branch offices or even home use, itsASA5505(config-if)# no shut
firewall security capabilities are the same as theStep 2: Configure the external interface vlan
biggest models (5510, 5520, 5540 etc). The(connected to Internet)
Adaptive Security technology of the ASA firewallsASA5505(config)# interface Vlan 2
offers solid and reliable firewall protection,ASA5505(config-if)# nameif outside
advanced application aware security, denial ofASA5505(config-if)# security-level 0
service attack protection and much more.ASA5505(config-if)# ip address 200.200.200.1
Moreover, the performance of the ASA 5505255.255.255.0
appliance supports 150Mbps firewall throughputASA5505(config-if)# no shut
and 4000 firewall connections per second, which isStep 3: Assign Ethernet 0/0 to Vlan 2
more than enough for small networks.ASA5505(config)# interface Ethernet0/0
In this article I will explain the basic configurationASA5505(config-if)# switchport access vlan 2
steps needed to setup a Cisco 5505 ASA firewallASA5505(config-if)# no shut
for connecting a small network to the Internet.Step 4: Enable the rest interfaces with no shut
We assume that our ISP has assigned us a staticASA5505(config)# interface Ethernet0/1
public IP address (e.g 200.200.200.1 as anASA5505(config-if)# no shut
example) and that our internal network range isDo the same for Ethernet0/1 to 0/7.
192.168.1.0/24. We will use Port AddressStep 5: Configure PAT on the outside interface
Translation (PAT) to translate our internal IPASA5505(config)# global (outside) 1 interface
addresses to the public address of the outsideASA5505(config)# nat (inside) 1 0.0.0.0 0.0.0.0
interface. The difference of the 5505 model fromStep 6: Configure default route towards the ISP
the bigger ASA models is that it has an 8-port 10(assume default gateway is 200.200.200.2
100 switch which acts as Layer 2 only. That is,ASA5505(config)# route outside 0.0.0.0 0.0.0.0
you can not configure the physical ports as Layer200.200.200.2 1
3 ports, rather you have to create interfaceThe above steps are the absolutely necessary
Vlans and assign the Layer 2 interfaces in eachsteps you need to configure for making the
VLAN. By default, interface Ethernet0/0 isappliance operational. Of course there are much
assigned to VLAN 2 and it's the outside interfacemore configuration details that you need to
(the one which connects to the Internet), and theimplement in order to enhance the security and
other 7 interfaces (Ethernet0/1 to 0/7) arefunctionality of your appliance, such as Access
assigned by default to VLAN 1 and are used forControl Lists, Static NAT, DHCP, DMZ zones,
connecting to the internal network. Let's see theauthentication, IPSEC VPN etc.
basic configuration setup of the most importantVisit my website in my resource box below for
steps that you need to configure.more information about Cisco products and
Step1: Configure the internal interface vlansolutions. You can also learn how to configure any
ASA5505(config)# interface Vlan 1Cisco ASA 5500 Firewall model on my websites
ASA5505(config-if)# nameif insideshown below.