January 30, 2006
Cisco Tip of the day – Basic steps on how to permit traffic through a PIX.
The Cisco PIX is a totally different beast from the more common Cisco router. A lot of people forget the correct process for allowing traffic through a pix. Here is a quick break down.
1. Figure out which direction the traffic is going in relation to the security ratings of the interfaces. Higher(100) -> lower (0)? Nothing needs to be done. Lower(0) to higher(100)? You will need an ACL to permit the traffic.
2. Now that you know that you need an ACL, you need to decide what type of traffic it is. IP, TCP, UDP or ICMP? Any specific src or dst ports or addresses? Do you know what ICMP type you need?
3. Now are out using NAT? If your are trying to port forward, the ACL only allows the traffic into the PIX, but it still has no idea what to do with it. So you need to create a static statement, to map your src IPs or ports onto your dst IPs or ports.
And that is it. Just a quick how-to on permitting traffic on a PIX.
Filed by RawCode at 8:52 am under Cisco, Networking
Comments Off




1 Comment