Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

Digital assignment 1

name :- sHiVam UPaDHYaY


Reg. nO. :- 20BDs0318
COURse :- infORmatiOn seCURitY
management(laB)
COURse CODe :- Cse3501
slOt :- l39+l40
sUBmitteD tO : -PROf. kUmaResan a.
EXPERIMENT 1

AIM: To create a Cisco Packet tracer Simulation to simulate the process of


Standard Access Control List.

PROCEDURE AND RESULT SCREENSHOT:


1) Make the connections as given in the question.
2) Configure each of the PCs by entering the IP addresses of each of the PC
and the default gateways.
3) Configure the routers by configuring the IP addresses in different
interfaces.
4) The configured network is as shown below:

5) Configure the router R0 for creating an ACL and add the access groups to
the interface that connects the network 192.168.1.0.

CLI Commands:
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R0
R0(config)#access-list 1?
<1-99>
R0(config)#access-list 1 ?
deny Specify packets to reject
permit Specify packets to forward
remark Access list entry comment
R0(config)#access-list 1 deny 192.168.2.101 0.0.0.0
R0(config)#access-list 1 permit any
R0(config)#int ?
Dialer Dialer interface
Dot11Radio Dot11 interface
Ethernet IEEE 802.3
FastEthernet FastEthernet IEEE 802.3
GigabitEthernet GigabitEthernet IEEE 802.3z
Loopback Loopback interface
Port-channel Ethernet Channel of interfaces
Serial Serial
Tunnel Tunnel interface
Virtual-Template Virtual Template interface
Vlan Catalyst Vlans
range interface range command
R0(config)#int gig0/0/0
R0(config-if)#ip access-group 1 out
R0(config-if)#

6) Verify by:
RESULT: From the simulation that is performed and the observation that we
receive, we have verified the received output.

You might also like