PT Activity Configuring A Zone-Based Policy Firewall (ZPF)
PT Activity Configuring A Zone-Based Policy Firewall (ZPF)
PT Activity Configuring A Zone-Based Policy Firewall (ZPF)
Addressing Table
Default
Device Interface IP Address Subnet Mask
Gateway
Fa0/1 192.168.1.1 255.255.255.0 N/A
R1
S0/0/0 10.1.1.1 255.255.255.252 N/A
S0/0/0 10.1.1.2 255.255.255.252 N/A
R2
S0/0/1 10.2.2.2 255.255.255.252 N/A
Fa0/1 192.168.3.1 255.255.255.0 N/A
R3
S0/0/1 10.2.2.1 255.255.255.252 N/A
PC-A NIC 192.168.1.3 255.255.255.0 192.168.1.1
PC-C NIC 192.168.3.3 255.255.255.0 192.168.3.1
Learning Objectives
Verify connectivity among devices before firewall configuration.
Configure a zone-based policy (ZPF) firewall on router R3
Verify ZPF firewall functionality using ping, Telnet and a web browser.
Introduction
Zone-based policy (ZPF) firewalls are the latest development in the evolution of Cisco firewall
technologies. In this activity, you configure a basic ZPF on an edge router R3 that allows
internal hosts access to external resources and blocks external hosts from accessing internal
resources. You then verify firewall functionality from internal and external hosts.
The routers have been pre-configured with the following:
Console password: ciscoconpa55
Password for vty lines: ciscovtypa55
Enable password: ciscoenpa55
Host names and IP addressing
Static routing
Step 2. From the PC-C command prompt, Telnet to the Router R2 S0/0/1 interface at
10.2.2.2. Exit the Telnet session.
Step 2. Specify a class type of inspect and reference class map IN-NET-CLASS-MAP.
Issue the exit command twice to leave config-pmap-c mode and return to config mode.
R3(config-pmap-c)# exit
R3(config-pmap)# exit
Step 2. Specify the policy map for handling the traffic between the two zones.
Attach a policy-map and its associated actions to the zone pair using the service-policy type
inspect command and reference the policy map previously created, IN-2-OUT-PMAP.
Step 3. Assign interfaces to the appropriate security zones.
Use the zone-member security command in interface config mode to assign Fa0/1 to IN-
ZONE and S0/0/1 to OUT-ZONE.
Step 3. From PC-C, exit the Telnet session on R2 and close the Command Prompt
window.
Step 4. From internal PC-C, open a web browser to the PC-A server web page.
Enter the server IP address 192.168.1.3 in the browser URL field and click Go. The HTTP
session should succeed. While the HTTP session is active, issue the command show policy-
map type inspect zone-pair sessions on R3 established sessions.
What is the source IP address and port number?
What is the destination IP address and port number?