cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
145
Views
0
Helpful
1
Replies

ACL not functioning in packet tracer

jameslsquires
Level 1
Level 1

Hello, 

I've set up a simple network in packet tracer and I'm trying to limit one of the devices to http and https traffic only. I've made this access list:

ip access-list extended Guestlist

permit tcp any any eq www

permit tcp any any eq 443

deny ip any any

and applied it to my interface:

interface GigabitEthernet1/0/7

switchport access vlan 555

switchport mode access

ip access-group Guestlist in

 

But it seems to have no effect? I can still use the end device to telnet in to the connected switch and an adjacent router. I have to be missing something simple, and I can't for the life of me figure it out

1 Accepted Solution

Accepted Solutions

jameslsquires
Level 1
Level 1

And immediately after posting I figure it out... didn't apply it to the vlan. Welp, let that be a lesson in attention to details

View solution in original post

1 Reply 1

jameslsquires
Level 1
Level 1

And immediately after posting I figure it out... didn't apply it to the vlan. Welp, let that be a lesson in attention to details