
1. What is a Cisco ASA Firewall?
Answer:
Cisco ASA (Adaptive Security Appliance) is a security device that combines firewall, VPN, and intrusion prevention capabilities. It controls inbound and outbound traffic using security policies and protects the internal network from threats while allowing legitimate communication.
2. What is the difference between a Stateful and Stateless Firewall?
Answer:
A stateful firewall, such as Cisco ASA, keeps track of the state of each session in a state table and allows return traffic automatically.
A stateless firewall makes decisions based only on pre-configured rules without tracking active sessions.
3. Explain Security Levels in Cisco ASA.
Answer:
Security levels range from 0 to 100.
Inside interface usually has 100 (most trusted).
Outside interface has 0 (least trusted).
Higher security level → can access lower levels by default (unless restricted).
Lower levels → cannot access higher levels unless explicitly allowed.
4. What is the Default Behavior of Cisco ASA for Traffic Flow?
Answer:
Higher → Lower: Allowed
Lower → Higher: Denied
Same Security Level: Denied (unless “same-security-traffic permit inter-interface” is enabled)
5. What is NAT in Cisco ASA?
Answer:
NAT (Network Address Translation) allows the ASA to translate private IP addresses to public ones for internet access or map external addresses to internal servers. ASA supports Static NAT, Dynamic NAT, PAT, Twice NAT, and Identity NAT.
6. What is the difference between Static NAT and PAT?
Answer:
Static NAT: One private IP ↔ One public IP (one-to-one mapping)
PAT (Port Address Translation): Many private IPs share a single public IP using different port numbers
7. What is Twice NAT?
Answer:
Twice NAT allows translation of both source and destination IP addresses in the same rule. It gives more flexibility and is often used for overlapping networks.
8. How does Cisco ASA handle VPNs?
Answer:
ASA supports both:
Remote Access VPN (AnyConnect)
Site-to-Site VPN (IPsec)
It handles encryption, authentication, and secure tunneling using protocols like IKEv1, IKEv2, ESP, and TLS.
9. What is an Access Control List (ACL) in ASA?
Answer:
ACLs control traffic entering or leaving an interface. On ASA, ACLs are applied inbound only and are used with the access-group command.
10. What is Modular Policy Framework (MPF)?
Answer:
MPF allows configuration of advanced features (inspection, QoS, DoS protection) using three components:
Class-map – Match traffic
Policy-map – Define actions
Service-policy – Apply the policy to an interface or globally
11. What is ASA Inspection?
Answer:
Inspection allows the firewall to examine application-layer traffic like FTP, DNS, SIP, etc. It helps with dynamic port handling and application security.
12. What is the ASA Connection Table?
Answer:
It stores all active sessions including source/destination IPs, ports, state, timeout values. You can view it using: show conn
13. What are ASA Failover Modes?
Answer:
ASA supports two failover modes:
Active/Standby Failover – One active unit, one standby
Active/Active Failover – Requires multiple context mode; both units active for different contexts
14. What is Multiple Context Mode?
Answer:
Multiple context mode allows a single physical ASA to operate as multiple virtual firewalls. Each context has its own policies, interfaces, and configuration.
15. How does ASA handle Same Security Level Traffic?
Answer:
By default, ASA blocks same-security-level traffic. You must enable:
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
16. What is the function of the “service-policy global” command?
Answer:
It applies inspection or QoS policies globally on all interfaces rather than per-interface.
17. What is the significance of the “inspect icmp” command?
Answer:
By default, ASA does NOT allow ICMP return traffic. Enabling inspection allows ping replies and proper ICMP communication.
18. What is Threat Detection in ASA?
Answer:
It helps identify abnormal traffic patterns, scanning, or attacks. It includes basic threat detection, scanning threat detection, and TCP intercept.
19. What command is used to check logs on ASA?
Answer:
show logging
21. What is ASA FirePOWER?
Answer:
FirePOWER adds IPS, URL filtering, and malware protection to ASA. It provides deep packet inspection and advanced threat defense.
22. What is the difference between Routed Mode and Transparent Mode?
Answer:
Routed Mode – ASA acts as a Layer 3 device, participating in routing
Transparent Mode – ASA acts as a Layer 2 bridge (stealth firewall), no IP change required on network
23. What is Identity Firewall (IDFW)?
Answer:
It integrates with Active Directory and applies firewall rules based on users or groups instead of only IP addresses.
24. What are Connection Limits?
Answer:
You can limit connections per host or per protocol to protect against DoS attacks.
This Cisco ASA Firewall course teaches you how to implement the Cisco ASA Firewall from scratch. No Firewall knowledge is required. In this courses, feature lecture and hands-on labs, you will learn to install, configure, manage and troubleshoot Cisco ASA Networks firewalls, gaining the skills and expertise needed to protect your organization from the most advanced cyber-security attacks. The student will get hands-on experience in configuring, managing, and monitoring a firewall in a lab environment. This course dives deeper into Cisco ASA firewalls network configuration to give the students a clear understanding on several topics. You will learn all commands needed to install the firewall. Configure a Cisco ASA 5505 from no configuration at all to outbound filtered and NATed internet-access with DHCP and access-lists. There are also materials included with this class in every video. With every video you will get step by step notes. Topics cover Basic Configuration, Interface configuration, Security Levels, Management Telnet, SSH, HTTP,FTP, TFTP, Routing RIPv2, EIGRP, OSPF, NAT [Dynamic/Static NAT, Dynamic/Static PAT, Manual NAT], Access Policies, Transparent firewall, Initialization, Access policies, Ethertype ACLs, Redundancy, Security Contexts, Fail-over [Active/Standby & Active/Active], Clustering, Deep-Packet Inspection using MPF (Modular Policy Frame Work), Tuning the global policy and many more topics.