Laboratory Activity Firewall IDS Encryption
Laboratory Activity Firewall IDS Encryption
Configuring a Firewall, Intrusion Detection System (IDS), and Encryption in Cisco Packet Tracer
Objective:
Students will learn how to configure a basic firewall, set up an Intrusion Detection System (IDS),
and practice encryption techniques using Cisco Packet Tracer.
Materials:
Cisco Packet Tracer 8.0 or later
A computer with administrative rights
Scenario:
You are a network administrator tasked with securing a small office network. The network consists
of a router, a switch, and two PCs. Your goal is to:
Step-by-Step Instructions
Router> enable
Router# configure terminal
Router(config)# interface gigabitEthernet 0/0
2. Configure PC0:
- IP Address: 192.168.1.2
- Subnet Mask: 255.255.255.0
- Default Gateway: 192.168.1.1
3. Configure PC1:
- IP Address: 192.168.1.3
- Subnet Mask: 255.255.255.0
- Default Gateway: 192.168.1.1
- Try to ping PC1 from PC0. The ping should fail due to the firewall blocking ICMP traffic.
- Use a Server-PT (Model: Server-PT, Type: End Device), and label it as IDS.
- Click on the server, go to the Services tab, select IDS/IPS, and enable it.
- Attempt to perform suspicious activities (like a port scan) from PC0 to PC1.
Router(config-isakmp)# group 2
Router(config-isakmp)# exit
Router(config)# crypto ipsec transform-set MY_TRANSFORM esp-aes esp-sha-hmac
Objective:
Students will apply the concepts learned by configuring a firewall, setting up an IDS, and
implementing encryption independently.
Scenario:
You are a network administrator tasked with securing another small office network. The network
consists of a router, a switch, and two PCs. Your goal is to:
Instructions:
1. Set Up the Network Topology using the following components:
2. Configure IP Addresses on the router and PCs as demonstrated in the instructor’s lab.
4. Set Up an IDS on the network and monitor for any FTP traffic.
Questions:
1. What is the purpose of using an access control list (ACL) in the firewall configuration?