Archive for 'PIX-ASA Firewall' Category

Remote Access VPN with PIX(PPTP)

By admin - Last updated: Thursday, July 23, 2009

The basic interface configuration:
pix(config)#interface eth0 auto
pix(config)#interface eth1 auto
pix(config)#nameif eth0 outside security0
pix(config)#nameif eth1 inside security100
pix(config)#ip address outside 218.1....

Using GNS3 to Help Master the PIX/ASA - Basic Setup and the First Emulation

By admin - Last updated: Monday, March 9, 2009

Hello all. I have had some peers ask me for help in getting up and running quickly with GNS3 to help master the PIX/ASA.
Here is my step-by-step on that.
I am installing on the following system:

Alienware

Windows Vista Home P...

QoS on the PIX/ASA - Part 1:What Tools are Available?

By admin - Last updated: Monday, March 9, 2009

This blog is focusing on QoS on the PIX/ASA and is based on 7.2 code to be consistent with the CCIE Security Lab Exam as of the date of this post.?I will create a later blog regarding new features to 8.X code for all of you non-exam biased readers

IP Routing on the PIX/ASA

By admin - Last updated: Monday, March 9, 2009

This post was created using GNS3 and follows what I thought was some of the most lab and real-world relevant content from the Cisco ASA documentation in the area of IP Routing:
?
http://www.cisco.com/en/US/docs/security/asa/asa72/configura...

Transparent Mode Firewall Guidelines

By admin - Last updated: Sunday, March 8, 2009

As I am sure you have already seen from the blog on setting up the security device as a Layer 2 device, there are many interesting changes that occur on a PIX or ASA when configured for transparent operations. This blog highlights the major changes an...

Transparent Firewall - Things That Go Bump on the Wire!

By admin - Last updated: Sunday, March 8, 2009

This blog will examine the basic setup of the transparent firewall feature available with the PIX and the ASA. This blog was based on the PIX-525 running 7.2(4) code with a Restricted license in GNS3. Here is the topology that was used:

Remembe...

QoS on the PIX/ASA - Part 4:Traffic Shaping and Traffic Policing

By admin - Last updated: Sunday, March 8, 2009

In this final part of our blog series on QoS with the PIX/ASA, we examine the remaining two tools that we find on some devices - traffic shaping and traffic policing.
Traffic Shaping
Traffic shaping on the security appliance allows the dev...

CCIE Security 2.X Verification Commands “Cheat Sheet”

By admin - Last updated: Saturday, March 7, 2009

Thanks to Anisha with Cisco Systems for this idea. We were in Brian McGahan’s CCIE Security 5 Day Bootcamp, and she realized it would be nice to have a Quick Ref of his troubleshooting/verification commands. There is a bazillion shows and debugs...

QoS on the PIX/ASA - Part 3:Priority Queuing

By admin - Last updated: Saturday, January 31, 2009

The security appliance supports two kinds of priority queuing - standard priority queuing and hierarchical priority queuing. Let’s configure each in this third part of our blog.
Standard Priority Queuing
This queuing approach allows...

QoS on the PIX/ASA - Part 2:The Modular Policy Framework

By admin - Last updated: Saturday, January 31, 2009

How do you apply most of your QoS mechanisms on a Cisco router? You use the Modular Quality of Service Command Line Interface (MQC). The approach is similar on the PIX/ASA, but the tool does feature some important differences. Also, Cisco has renamed ...