0% found this document useful (0 votes)
4 views

ACL Assignment

The document outlines an Access Control List (ACL) configuration for a router, detailing rules for permitting and denying traffic based on source networks and interfaces. It includes the router's running configuration with specific IP addresses and access groups applied to interfaces. Additionally, it presents ping test results indicating successful and failed connections between various devices on the network.

Uploaded by

ron roswei
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

ACL Assignment

The document outlines an Access Control List (ACL) configuration for a router, detailing rules for permitting and denying traffic based on source networks and interfaces. It includes the router's running configuration with specific IP addresses and access groups applied to interfaces. Additionally, it presents ping test results indicating successful and failed connections between various devices on the network.

Uploaded by

ron roswei
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Access Control List (ACL) Packet Tracer Assignment

1. ACL Table
Permit / Deny Source Interface to Direction Rule Name
Network Apply

Deny 192.168.42.0 G0/2 Inbound BLOCK_DESKTOPS


/24

Permit Any G0/2 Inbound BLOCK_DESKTOPS

Permit 192.168.42.0 G0/1 Inbound ALLOW_DESKTOPS


/24

Permit 192.168.242. G0/2 Inbound ALLOW_MANAGE


0/24

2. Router Running Configuration

interface g0/0
ip address 192.168.42.1 255.255.255.0
no shutdown
!
interface g0/1
ip address 192.168.242.1 255.255.255.0
no shutdown
!
interface g0/2
ip address 172.16.14.1 255.255.255.0
no shutdown
!
access-list 10 deny 192.168.42.0 0.0.0.255
access-list 10 permit any
interface g0/2
ip access-group 10 in
!
access-list 20 permit 192.168.42.0 0.0.0.255
interface g0/1
ip access-group 20 in
!
access-list 30 permit 192.168.242.0 0.0.0.255
interface g0/2
ip access-group 30 in

3. Ping Test Results


Source Destination Ping Result

Desktop Server Fail

Desktop Management Success

Management Desktop Success

Management Server Success

Server Desktop Success

Server Management Success

You might also like