Sunteți pe pagina 1din 8

7/19/2016 ASA Firewall Interview Questions and Answers [CCIE] | Networker Interview

Networker Interview
Prepare for CCNA, CCNP, CCIE Interview !

CCNA CCNP CCIE Q UICK NOTES CCNA PD F  D O W NLO AD

ASA Firewall Interview Questions and Answers [CCIE] Search

What is a Firewall? Search

Firewall is a device that is placed between a trusted and an untrusted network. It deny or permit trac that
enters or leaves network based on pre-con䏯�gured policies. Firewalls protect inside networks from
CCNA Interview Questions
unauthorized access by users on an outside network. A 䏯�rewall can also protect inside networks from each
other. For example - By keeping a Management network separate from a user network.
& Answers PDF Download

What is the di၏erence between Gateway and Firewall?


A Gateway joins two networks together and a network 䏯�rewall protects a network against unauthorized
incoming or outgoing access. Network 䏯�rewalls may be hardware devices or software programs.

Firewalls works at which Layers?             

Firewalls work at layer 3, 4 & 7.

What is the di၏erence between Stateful & Stateless Firewall?


Stateful 䏯�rewall - A Stateful 䏯�rewall is aware of the connections that pass through it. It adds and maintains
information about users connections in state table, referred to as a connection table. It than uses this
        Download
connection table to implement the security policies for users connections. Example of stateful 䏯�rewall are
PIX, ASA, Checkpoint.
Stateless 䏯�rewalls -  (Packet Filtering) Stateless 䏯�rewalls on the other hand, does not look at the state of
connections but just at the packets themselves.
Live Trac Stats
Example of a packet 䏯�ltering 䏯�rewall is the Extended Access Control Lists on Cisco IOS Routers.

What information does Stateful Firewall Maintains?


Stateful 䏯�rewall maintains following information in its State table:-
1.Source IP address.
2.Destination IP address.
3.IP protocol like TCP, UDP.
4.IP protocol information such as TCP/UDP Port Numbers, TCP Sequence Numbers, and TCP Flags.

What are the security-levels in Cisco ASA?


ASA uses Security levels to determine the Trustworthiness of a network attached to the respective
interface. The security level can be con䏯�gured between 0 to 100 where higher numbers are more trusted
than lower. By default, the ASA allows trac from a higher security level to a lower security level only.

How can we allow packets from lower security level to higher security level (Override Security Levels)?

We use ACLs to allow packets from lower security level to higher security level.

Same Security level trac is allowed or denied in ASA?


By default same security level trac is not allowed. To allow it we use command:-
ASA(con䏯�g)# same-security-trac permit inter-interface.

What is the security level of Inside and Outside Interface by default?


Security Level of Inside interface by default is 100. Security Level of Outside Interface by default is 0.

What protocols are inspected by ASA?


http://networkerinterview.net/entries/asa­firewall/asa­firewall­interview­questions­and­answers 1/8
7/19/2016 ASA Firewall Interview Questions and Answers [CCIE] | Networker Interview

By default, TCP and UDP are inspected by ASA.

Does ASA inspects ICMP?


No, ASA does not inspect ICMP by default.

Explain DMZ (Demilitarized Zone) Server?


If we need some network resources such as a Web server or FTP server to be available to outside users we
place these resources on a separate network behind the 䏯�rewall called a demilitarized zone (DMZ). The
䏯�rewall allows limited access to the DMZ, but because the DMZ only includes the public servers, an attack
there only a၏ects the servers and does not a၏ect the inside network.

How does a 䏯�rewall process a packet?


When a packet is received on the ingress interface, the ASA checks if it matches an existing entry in the
connection table. If it does, protocol inspection is carried out on that packet.
----------------------------------------------------------------------------------------------------------------------
If it does not match an existing connection and the packet is either a TCP-SYN packet or UDP packet, the
packet is subjected to ACL checks.The reason it needs to be a TCP-SYN packet is because a SYN packet is
the 䏯�rst packet in the TCP 3-way handshake. Any other TCP packet that isn’t part of an existing connection
is likely an attack.
----------------------------------------------------------------------------------------------------------------------
If the packet is allowed by ACLs and is also veri䏯�ed by translation rules, the packet goes through protocol
inspection.
----------------------------------------------------------------------------------------------------------------------
Then, the IP header is translated if NAT is used and if the NAT rule speci䏯�es an egress interface, the ASA
will virtually forward the packet to this egress interface and then perform a route lookup.
----------------------------------------------------------------------------------------------------------------------
If a route is found that speci䏯�es the egress interface, then the Layer-2 header of the packet is re-written
and the packet is forwarded out the egress interface.

What are the values for timeout of TCP session, UDP session, ICMP session?
TCP session    - 60 minutes
UDP session   - 2 minutes
ICMP session - 2 seconds

Explain TCP Flags?


While troubleshooting TCP connections through the ASA, the connection 䏲ags shown for each TCP

connection provide information about the state of TCP connections to the ASA.

What is the command to see timeout timers?


# sh run timeout

What is the Di၏erence between ports in ASA 8.4 and ASA 8.2?
In ASA 8.4 all ports are Gig ports and in ASA 8.2 all are Ethernet ports.

What is the command to check connection table?

http://networkerinterview.net/entries/asa­firewall/asa­firewall­interview­questions­and­answers 2/8
7/19/2016 ASA Firewall Interview Questions and Answers [CCIE] | Networker Interview
# sh conn

How ASA works in reference to Traceroute?


ASA does not decrement the TTL value in traceroute because it does not want to give its information to
others for security purpose. It forwards it without decrementing the TTL Value.

What if we apply ACL as global in ASA?


It will be applied on all interfaces towards inbound. Global option is only in ASA 8.4 not in ASA 8.2

What is the di၏erence in ACL on ASA than on Router?


In router, if we delete one access-control entry whole ACL will be deleted. In ASA, if we will delete one
access-control entry whole ACL will not be deleted.

Name some concepts that cannot be con䏯�gured on ASA?


Line VTY cannot be con䏯�gured on ASA.
Wildcard mask concept is not present in ASA.
Loopback cannot be con䏯�gured on ASA.

What is the command to capture packets in ASA?


To capture packet from inside interface:- # capture abc interfacer inside
To see it:- # sh capture abc

What is the command to enable HTTP on ASA?


# http server enable

How to give static route on ASA?


# route outside <Destination IP> <Subnet Mask> < Next Hop>

How to give default route on ASA?


# route outside 0 0 < Next Hop>
What are the di၏erent types of ACL in Firewall?
1.Standard ACL
2.Extended ACL
3.Ethertype ACL (Transparent Firewall)
4.Webtype ACL (SSL VPN)

What is Tranparent Firewall?


In Transparent Mode, ASA acts as a Layer 2 device like a bridge or switch and forwards Ethernet frames
based on destination MAC-address.

What is the need of Transparent Firewall?


If we want to deploy a new 䏯�rewall into an existing network it can be a complicated process due to various
issues like IP address recon䏯�guration, network topology changes, current 䏯�rewall etc. We can easily insert
a transparent 䏯�rewall in an existing segment and control trac between two sides without having to
readdress or recon䏯�gure the devices.

What are the similarities between switch and ASA (in Transparent mode) ?
Both learns which mac addresses are associated with which interface and store them in local mac address
table.

What are the di၏erences between switch and ASA (in Transparent mode) ?
ASA does not 䏲oods unknown unicast frames that are not found in mac address table.
ASA does not participate in STP.
Switch process trac at layer 1 & layer 2 while ASA can process trac from layer 1 to layer 7.

What are the features that are not supported in Transparent mode?
1.Dynamic Routing.
2.Multicasting.
http://networkerinterview.net/entries/asa­firewall/asa­firewall­interview­questions­and­answers 3/8
7/19/2016 ASA Firewall Interview Questions and Answers [CCIE] | Networker Interview

3.QOS.
4.VPNs like IPSec and WebVPN cannot be terminated.
5.ASA cannot act as DHCP relay agent.

Explain Ether-Type ACL?


In Transparent mode, unlike TCP/IP trac for which security levels are used to permit or deny trac all
non-IP trac is denied by default. We create Ether-Type ACL to allow NON-IP trac. We can control trac
like BPDU, IPX etc with Ether-Type ACL.

What is the command to convert ASA into Transparent mode?


# 䏯�rewall transparent

What is the command to see mode (routed or transparent)?


# sh 䏯�rewall

Explain Failover?
Failover is a cisco proprietary feature. It is used to provide redundancy. It requires two identical ASAs to be
connected to each other through a dedicated failover link. Health of active interfaces and units are
monitored to determine if failover has occurred or not.

What are type of Failover?


1.Active/Standby Failover.
2.Active/Active Failover.

What information is exchanged between ASAs over a Failover link?


1.State - Active or standby.
2.Hello Messages.
3.Network Link Status.
4.Mac Addresses.
5.Con䏯�guration Replication and Synchronization.

What is the di၏erence between Stateful failover and Stateless failover?


Stateless Failover - When failover occurs all active connections are dropped. Clients need to re-establish
connections when the new active unit takes over.
Stateful Failover - The active unit continually passes per-connection state information to the standby unit.
After a failover occurs, the same connection information is available at the new active unit. Clients are not
required to reconnect to keep the same communication session.

What Information Active unit passes to the standby unit in Stateful Failover?


NAT translation table, TCP connection states, The ARP table, The Layer 2 bridge table (when running in
transparent 䏯�rewall mode), ICMP connection state etc.

What are the Failover Requirements between two devices?


Hardware Requirements - The two units in a failover con䏯�guration must be the same model, should have
same number and types of interfaces.
Software Requirements - The two units in a failover con䏯�guration must be in the same operating modes
(routed or transparent single or multiple context). They must have the same software version.

Explain Active/Standby Failover?


In Active/Standby Failover, one unit is the active unit which passes trac. The standby unit does not
actively pass trac. When  Failover occurs, the active unit fails over to the standby unit, which then
becomes active. We can use Active/Standby Failover for ASAs in both single or multiple context mode.

Explain Active/Active Failover?


It is only available for ASAs in multiple context mode. In an Active/Active Failover con䏯�guration, both ASAs
can pass network trac. In Active/Active Failover, we divide the security contexts on the ASA into Failover
Groups. A Failover Group is simply a logical group of one or more security contexts. Each group is assigned
http://networkerinterview.net/entries/asa­firewall/asa­firewall­interview­questions­and­answers 4/8
7/19/2016 ASA Firewall Interview Questions and Answers [CCIE] | Networker Interview
Groups. A Failover Group is simply a logical group of one or more security contexts. Each group is assigned
to be active on a speci䏯�c ASA in the failover pair. When  Failover occurs, it occurs at the Failover group
level.

What is the command to enable Failover?


# Failover

What is the command to see Failover?


# sh failover

Explain Unit Health Monitoring in Failover? How Failover occurs?

The ASA unit determines the health of the other unit by monitoring the failover link. When a unit does not
receive three consecutive hello messages on the failover link, it sends hello messages on each interface,
including the failover interface, to 䏯�nd whether or not the other unit is responsive.
Based upon the response from the other unit it takes following actions:-
1.If the ASA receives a response on the failover interface, then it does not failover.
2.If the ASA does not receive a response on the failover link, but it does receive a response on another
interface, then the unit does not failover. The failover link is marked as failed.
3.If the ASA does not receive a response on any interface, then the standby unit switches to active mode
and classi䏯�es the other unit as failed.

How active unit is determined in Active/Standby Failover?


1.If a unit boots and detects another unit already running as active, it becomes the standby unit.
2.If a unit boots and does not detect active unit, it becomes the active unit.
3.If both units boot simultaneously, then the primary unit becomes the active unit, and the secondary
unit becomes the standby unit.

Name some commands replicated to standby unit?


All con䏯�guration commands except for mode, 䏯�rewall, and failover lan unit are replicated to standby unit.
# copy running-con䏯�g startup-con䏯�g
# write memory

Name some commands that are not replicated to standby unit?


All forms of the copy command except for # copy running-con䏯�g startup-con䏯�g
all forms of the write command except for # write memory

Explain Active/Standby Failover & Active/Active Failover in terms of preemption?


In Active/Standby Failover there is no preemption.
In Active/Active Failover preemption is optional.

Explain Security Context?


We can partition a Single ASA into multiple virtual devices, known as Security Contexts. Each Context acts
as an independent device, with its own security policy, interfaces, and administrators. Multiple contexts are
similar to having multiple standalone devices.

What features are supported in multiple context mode?


Routing tables, Firewall features, IPS, and Management.

What features are not supported in multiple context mode?


VPN and Dynamic Routing Protocols.

Explain System area?


When we boot up in multiple mode from the CLI, we are taken into the system area. The system area is
used to create and manage the contexts, con䏯�gure the physical properties of the interfaces, create VLANs
for trunking, create resource classes to restrict the context system resource usage.

What is the admin context?


When the appliance boots up, one context is automatically created called Admin Context which defaults to
http://networkerinterview.net/entries/asa­firewall/asa­firewall­interview­questions­and­answers 5/8
7/19/2016 ASA Firewall Interview Questions and Answers [CCIE] | Networker Interview
When the appliance boots up, one context is automatically created called Admin Context which defaults to

being the administrative context. Any context can be made administrative context. One of the contexts on
our appliance must be the administrative context. An “*” beside a context name indicates that the context
is the administrative context.

How ASA classi䏯�es packets?


The packet that enters is to be processed by which context is classi䏯�ed by ASA as follows:-
1.Unique Interfaces - If only one context is associated with the ingress interface, the ASA classi䏯�es the
packet into that context.
2.Unique MAC Addresses - If multiple contexts share an interface, then the interface MAC address is used
as classi䏯�er. ASA lets us assign a di၏erent MAC address in each context to the same shared interface. By
default, shared interfaces do not have unique MAC addresses. We can set the MAC addresses manually or
we can automatically generate MAC addresses by # mac-address auto command.
3.NAT Con䏯�guration - If we do not use unique MAC addresses, then the mapped addresses in our NAT
con䏯�guration are used to classify packets.

What is the command to switch to multiple context Mode?


# mode multiple
After entering this command the appliance will reboot itself and our current con䏯�guration is automatically
backed up to 䏲ash in case we want to switch back to single mode. The 䏯�le is called “old_running.cfg.”

What is the command to switch back to single mode?


# mode single

What are di၏erent types of NAT in ASA?


Static NAT - A consistent mapping between a real and mapped IP address. It allows Bidirectional trac
initiation.
Dynamic NAT - A group of real IP addresses are mapped to a (usually smaller) group of mapped IP
addresses on a 䏯�rst come 䏯�rst served basis. It allows only Unidirectional trac initiation.
Dynamic Port Address Translation (PAT) - A group of real IP addresses are mapped to a single IP address
using a unique source port of that IP address.
Identity NAT - A real address is statically translated to itself, essentially bypassing NAT.

What is Policy NAT?


Policy NAT allows you to NAT by specifying both the source and destination addresses in an extended
access list. We can also optionally specify the source and destination ports. Regular NAT can only consider
the source addresses, not the destination address.
In Static NAT it is called as Static Policy NAT.
In Dynamic NAT it is called as Dynamic Policy NAT.

Give the order of preference between di၏erent types of NAT?


1.Nat exemption.
2.Existing translation in Xlate.
3.Static NAT
- Static Identity NAT
- Static Policy NAT

- Static NAT
- Static PAT
4.Dynamic NAT
- NAT Zero
- Dynamic Policy NAT
- Dynamic NAT
- Dynamic PAT

What is the di၏erence between Auto NAT & Manual NAT?


http://networkerinterview.net/entries/asa­firewall/asa­firewall­interview­questions­and­answers 6/8
7/19/2016 ASA Firewall Interview Questions and Answers [CCIE] | Networker Interview
What is the di၏erence between Auto NAT & Manual NAT?
Auto NAT (Network Object NAT) - It only considers the source address while performing NAT. So, Auto NAT
is only used for Static or Dynamic NAT. Auto NAT is con䏯�gured within an object.
Manual NAT (Twice NAT) - Manual NAT considers either only the source address or the source and
destination address while performing NAT. It can be used for almost all types of NAT like NAT exempt,
policy NAT etc.
Unlike Auto NAT that is con䏯�gured within an object, Manual NAT is con䏯�gured directly from the global
con䏯�guration mode.

Give NAT Order in terms of Auto NAT & Manual NAT?


NAT is ordered in 3 sections.
Section 1 – Manual NAT
Section 2 – Auto NAT
Section 3 – Manual Nat After-Auto

What are the command to see NAT Translations?


# sh xlate
# sh nat
 
What is the command to see both NAT Table and Connection Table?
# sh local-host

 You can also buy all these questions in pdf format for your reference - 1$ only

Go Back

5 comments   ASA Firewall


  Cisco asa 䏯�rewall cisco asa 䏯�rewall nameif asa failover transparent 䏯�rewall dmz server asa 䏯�rewall nat stateful 䏯�rewall asa tcp 䏲ags asa security context asa activestandby
failover asa activeactive failover asa statefull failover asa manual nat asa auto nat asa 䏯�rewall notes

Share

Jitendra Yadav
1

Its really amazing webside, plz keep post good thing on this portal

mandeep kumar
2

it is Awesome!!!

Ashim
3

for study

Janardan
4

very good site....

pls post for check point & juniper as well

http://networkerinterview.net/entries/asa­firewall/asa­firewall­interview­questions­and­answers 7/8
7/19/2016 ASA Firewall Interview Questions and Answers [CCIE] | Networker Interview

sujeet
5

Awesome... thanks for sharing

Comment
Name:

E-mail :

Website :

Comment:

Submit

Contact us    About us    Privacy Policy

Give your valuable suggestions and feedback through comments

Copyright © Networker Interview. All rights reserved.

http://networkerinterview.net/entries/asa­firewall/asa­firewall­interview­questions­and­answers 8/8

S-ar putea să vă placă și