Archive for March 31st, 2009

zone-based firewall on cisco routers

Tuesday, March 31st, 2009

Cisco introduced Zone-based Policy Firewall since it’s 12.4(6) IOS release. It helps organizing firewall policies on multi-interface routers. This small tutorial will show how to set up a simple firewall policy on a router that interconnects three networks:

dmz 300x136 zone based firewall on cisco routers

  • Internet (on FastEthernet 0)
  • DMZ (on FastEthernet 1)
  • Intranet (on FastEthernet 2)

The steps are:

  1. Define class-maps that describe the traffic that you want to permit between zones
  2. Configure policy-maps to inspect traffic on the class-maps you just defined
  3. Configure the clients and servers zones and assign router interfaces to their respective zones
  4. Configure the zone-pair and apply the appropriate policy-map
  5. Configure access-lists for strengthening the firewall

(more…)