Вы находитесь на странице: 1из 10

11/4/2016 ASAFirewallInterviewQuestionsandAnswers[CCIE]|NetworkerInterview

NetworkerInterview
Prepare for CCNA, CCNP, CCIE Interview !

CCNA CCNP CCIE Q UICKNO TES CCNAPD F D O W NLO AD

ASA Firewall Interview Questions and Answers [CCIE] Search

What is a Firewall?
Firewall is a device that is placed between a trusted and an untrusted network. It deny or permit trac that
enters or leaves network based on pre-congured policies. Firewalls protect inside networks from
BuyCCNA
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. Questions&A

What is the dierence 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 dierence between Stateful & Stateless Firewall?


Stateful rewall - AStateful 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
connection table to implement the security policies for users connections. Example of stateful rewall are
Clickfo
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. BuyVPN&A
Example of a packet ltering rewall is the Extended Access Control Lists on Cisco IOS Routers.
InterviewQu

What information does Stateful Firewall Maintains? Answers


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 congured between 0 to 100 where higher numbers are more trusted Clickfor
than lower. By default, the ASA allows trac from a higher security level to a lower security level only.

http://networkerinterview.net/entries/asafirewall/asafirewallinterviewquestionsandanswers 1/10
11/4/2016 ASAFirewallInterviewQuestionsandAnswers[CCIE]|NetworkerInterview

How can we allow packets from lower security level to higher security level (Override Security Levels)? Networke
1,424likes
We use ACLs to allow packets from lower security level to higher security level.

Same Security level trac is allowed or denied in ASA? LikePage

By default same security level trac is not allowed. To allow it we use command:-
1friendlikesthis
ASA(cong)# same-security-trac 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?


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 Networker
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 aects the servers and does not aect the inside network.
LiveTrafficFeed
AvisitorfromUnitedStat
How does a rewall process a packet? viewedASAFirewallInte
QuestionsandAns...
When a packet is received on the ingress interface, the ASA checks if it matches an existing entry in the AvisitorfromKumar,Ind
arrivedfromwww.google.
connection table. If it does, protocol inspection is carried out on that packet. andviewedBGPInterview
QuestionsandAnswers|N
AvisitorfromBangalore,
---------------------------------------------------------------------------------------------------------------------- minago
Karnatakaarrivedfrom
If it does not match an existing connection and the packet is either a TCP-SYN packet or UDP packet, the andviewed"ASAFirewal
InterviewQuestionsandA
AvisitorfromUnitedKing
packet is subjected to ACL checks.The reason it needs to be a TCP-SYN packet is because a SYN packet is [CCIE]|NetworkerInterv
arrivedfromgoogle.co.uk
minsago
viewed"ASAFirewallInte
the rst packet in the TCP 3-way handshake. Any other TCP packet that isnt part of an existing connection QuestionsandAnswers[C
AvisitorfromMilan,Lom
NetworkerInterview
is likely an attack. viewed"ASAFirewallInte
QuestionsandAnswers[C
---------------------------------------------------------------------------------------------------------------------- NetworkerInterview
AvisitorfromNewDelhi,
arrivedfromnetworkerinte
If the packet is allowed by ACLs and is also veried by translation rules, the packet goes through protocol
andviewed"CCNP|Netw
inspection. Interview"19minsago
AvisitorfromNewDelhi,
arrivedfromnetworkerinte
---------------------------------------------------------------------------------------------------------------------- andviewed"CCNP|Netw
Interview"20minsago
AvisitorfromIndia
Then, the IP header is translated if NAT is used and if the NAT rule species an egress interface, the ASA
google.co.inandviewed"
will virtually forward the packet to this egress interface and then perform a route lookup. FirewallInterviewQuestio
Answers[CCIE]|Network
AvisitorfromLondon,Lo
---------------------------------------------------------------------------------------------------------------------- Interview"20minsago
Cityofarrivedfrom
andviewed"ASAFirewal
If a route is found that species the egress interface, then the Layer-2 header of the packet is re-written InterviewQuestionsandA
[CCIE]|NetworkerInterv
AvisitorfromIndia
and the packet is forwarded out the egress interface. minsago
google.co.inandviewed"
InterviewQuestionsandA
What are the values for timeout of TCP session, UDP session, ICMP session? NetworkerInterview
AvisitorfromWilson,No
Carolinaarrivedfrom
RealtimeviewGetFeedjit
TCP session - 60 minutes
UDP session - 2 minutes
ICMP session - 2 seconds

http://networkerinterview.net/entries/asafirewall/asafirewallinterviewquestionsandanswers 2/10
11/4/2016 ASAFirewallInterviewQuestionsandAnswers[CCIE]|NetworkerInterview

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 Dierence between ports in ASA 8.4 and ASA 8.2?
In ASA 8.4 all ports are Gigports and in ASA 8.2 all are Ethernet ports.

What is the command to check connection table?


# 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 dierence 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 congured on ASA?


Line VTY cannot be congured on ASA.
Wildcard mask concept is not present in ASA.
Loopback cannot be congured 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>

http://networkerinterview.net/entries/asafirewall/asafirewallinterviewquestionsandanswers 3/10
11/4/2016 ASAFirewallInterviewQuestionsandAnswers[CCIE]|NetworkerInterview

How to give default route on ASA?


# route outside 0 0 < Next Hop>

What are the dierent 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 reconguration, network topology changes, current rewall etc. We can easily insert
a transparent rewall in an existing segment and control trac between two sides without having to
readdress or recongure 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 dierences 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 trac at layer 1 & layer 2 while ASA can process trac from layer 1 to layer 7.

What are the features that are not supported in Transparent mode?
1.Dynamic Routing.
2.Multicasting.
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 trac for which security levels are used to permit or deny trac all
non-IP trac is denied by default. We create Ether-Type ACL to allow NON-IP trac. We can control trac
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

http://networkerinterview.net/entries/asafirewall/asafirewallinterviewquestionsandanswers 4/10
11/4/2016 ASAFirewallInterviewQuestionsandAnswers[CCIE]|NetworkerInterview

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.Conguration Replication and Synchronization.

What is the dierence 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.
StatefulFailover - 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 StatefulFailover?


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 conguration must be the same model, should have
same number and types of interfaces.
Software Requirements - The two units in a failover conguration 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 trac. The standby unit does not
actively pass trac. 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 conguration, both ASAs
can pass network trac. 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
to be active on a specic ASA in the failover pair. When Failover occurs, it occurs at the Failover group
level.

http://networkerinterview.net/entries/asafirewall/asafirewallinterviewquestionsandanswers 5/10
11/4/2016 ASAFirewallInterviewQuestionsandAnswers[CCIE]|NetworkerInterview

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 classies 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 conguration commands except for mode, rewall, and failover lan unit are replicated to standby unit.
# copy running-cong startup-cong
# write memory

Name some commands that are not replicated to standby unit?


All forms of the copy command except for # copy running-cong startup-cong
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.

http://networkerinterview.net/entries/asafirewall/asafirewallinterviewquestionsandanswers 6/10
11/4/2016 ASAFirewallInterviewQuestionsandAnswers[CCIE]|NetworkerInterview

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, congure 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
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 classies packets?


The packet that enters is to be processed by which context is classied by ASA as follows:-
1.Unique Interfaces - If only one context is associated with the ingress interface, the ASA classies the
packet into that context.
2.Unique MAC Addresses - If multiple contexts share an interface, then the interface MAC address is used
as classier. ASA lets us assign a dierent 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 Conguration - If we do not use unique MAC addresses, then the mapped addresses in our NAT
conguration 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 conguration 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 dierent types of NAT in ASA?


Static NAT - A consistent mapping between a real and mapped IP address. It allows Bidirectional trac
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 trac 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.

http://networkerinterview.net/entries/asafirewall/asafirewallinterviewquestionsandanswers 7/10
11/4/2016 ASAFirewallInterviewQuestionsandAnswers[CCIE]|NetworkerInterview

Give the order of preference between dierent 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 dierence 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 congured 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 congured within an object, Manual NAT is congured directly from the global
conguration 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

BuyVPN&ASAFirewallInterviewQuestionsandAnswersPdf3$

http://networkerinterview.net/entries/asafirewall/asafirewallinterviewquestionsandanswers 8/10
11/4/2016 ASAFirewallInterviewQuestionsandAnswers[CCIE]|NetworkerInterview

ClickforPreview

Go Back

6 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

sujeet
5

Awesome... thanks for sharing

Dilip
6

Awesome book. Thanks for sharing

Comment
Name:

E-mail :

Website :

http://networkerinterview.net/entries/asafirewall/asafirewallinterviewquestionsandanswers 9/10
11/4/2016 ASAFirewallInterviewQuestionsandAnswers[CCIE]|NetworkerInterview

Comment:

Submit

ContactusAboutusPrivacyPolicy

Giveyourvaluablesuggestionsandfeedbackthroughcomments

Copyright Networker Interview. All rights reserved.

http://networkerinterview.net/entries/asafirewall/asafirewallinterviewquestionsandanswers 10/10

Вам также может понравиться